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

Interface AppserviceUserAPI

userapi/api/api.go:41–44  ·  view source on GitHub ↗

api functions required by the appservice api

Source from the content-addressed store, hash-verified

39
40// api functions required by the appservice api
41type AppserviceUserAPI interface {
42 PerformAccountCreation(ctx context.Context, req *PerformAccountCreationRequest, res *PerformAccountCreationResponse) error
43 PerformDeviceCreation(ctx context.Context, req *PerformDeviceCreationRequest, res *PerformDeviceCreationResponse) error
44}
45
46type KeyserverUserAPI interface {
47 QueryDevices(ctx context.Context, req *QueryDevicesRequest, res *QueryDevicesResponse) error

Callers

nothing calls this directly

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