MCPcopy Create free account
hub / github.com/daodst/chat / PerformDeviceUpdate

Method PerformDeviceUpdate

userapi/api/api.go:73–73  ·  view source on GitHub ↗
(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse)

Source from the content-addressed store, hash-verified

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}

Callers 3

AddRoutesFunction · 0.65
PerformDeviceUpdateMethod · 0.65
UpdateDeviceByIDFunction · 0.65

Implementers 3

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected