(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse)
| 71 | PerformLastSeenUpdate(ctx context.Context, req *PerformLastSeenUpdateRequest, res *PerformLastSeenUpdateResponse) error |
| 72 | JudgeShouldAutoJoin(ctx context.Context, inviter, invitee string) (bool, error) |
| 73 | PerformDeviceUpdate(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse) error |
| 74 | QueryDevices(ctx context.Context, req *QueryDevicesRequest, res *QueryDevicesResponse) error |
| 75 | QueryDeviceInfos(ctx context.Context, req *QueryDeviceInfosRequest, res *QueryDeviceInfosResponse) error |
| 76 | } |
no outgoing calls
no test coverage detected