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

Method PerformLastSeenUpdate

userapi/api/api.go:71–71  ·  view source on GitHub ↗
(ctx context.Context, req *PerformLastSeenUpdateRequest, res *PerformLastSeenUpdateResponse)

Source from the content-addressed store, hash-verified

69 QueryAcccessTokenAPI
70 QueryAccountData(ctx context.Context, req *QueryAccountDataRequest, res *QueryAccountDataResponse) error
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

Callers 3

AddRoutesFunction · 0.65
PerformLastSeenUpdateMethod · 0.65
updateLastSeenMethod · 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