Skip to content

docs: add docs to device manager #156

docs: add docs to device manager

docs: add docs to device manager #156

Triggered via pull request January 24, 2024 21:41
Status Failure
Total duration 56s
Artifacts

examples.yml

on: pull_request
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
linux (x86_64, linux, 16.0.13): frida/device.go#L68
cannot use &deviceManager{…} (value of type *deviceManager) as DeviceManager value in return statement: *deviceManager does not implement DeviceManager (missing method DeviceByID)
linux (x86_64, linux, 16.0.13): frida/manager.go#L36
cannot use &deviceManager{…} (value of type *deviceManager) as DeviceManager value in return statement: *deviceManager does not implement DeviceManager (missing method DeviceByID)
linux (x86_64, linux, 16.0.13): frida/manager.go#L71
d.DeviceByType undefined (type *deviceManager has no field or method DeviceByType)
linux (x86_64, linux, 16.0.13): frida/manager.go#L76
d.DeviceByType undefined (type *deviceManager has no field or method DeviceByType)
linux (x86_64, linux, 16.0.13): frida/manager.go#L81
d.DeviceByType undefined (type *deviceManager has no field or method DeviceByType)
linux (x86_64, linux, 16.0.13): frida/manager.go#L86
invalid receiver type DeviceManager (pointer or interface type)
linux (x86_64, linux, 16.0.13): frida/manager.go#L93
d.manager undefined (type *DeviceManager is pointer to interface, not interface)
linux (x86_64, linux, 16.0.13): frida/manager.go#L102
invalid receiver type DeviceManager (pointer or interface type)
linux (x86_64, linux, 16.0.13): frida/manager.go#L104
d.manager undefined (type *DeviceManager is pointer to interface, not interface)
linux (x86_64, linux, 16.0.13): frida/manager.go#L117
invalid receiver type DeviceManager (pointer or interface type)
linux (x86_64, linux, 16.0.13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.