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

Method PerformAccountCreation

userapi/api/api.go:90–90  ·  view source on GitHub ↗
(ctx context.Context, req *PerformAccountCreationRequest, res *PerformAccountCreationResponse)

Source from the content-addressed store, hash-verified

88 QueryPushRules(ctx context.Context, req *QueryPushRulesRequest, res *QueryPushRulesResponse) error
89 QueryAccountAvailability(ctx context.Context, req *QueryAccountAvailabilityRequest, res *QueryAccountAvailabilityResponse) error
90 PerformAccountCreation(ctx context.Context, req *PerformAccountCreationRequest, res *PerformAccountCreationResponse) error
91 PerformDeviceCreation(ctx context.Context, req *PerformDeviceCreationRequest, res *PerformDeviceCreationResponse) error
92 PerformDeviceUpdate(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse) error
93 PerformDeviceDeletion(ctx context.Context, req *PerformDeviceDeletionRequest, res *PerformDeviceDeletionResponse) error

Callers 8

AddRoutesFunction · 0.65
LoginMethod · 0.65
LoginMethod · 0.65
handleGuestRegistrationFunction · 0.65
completeRegistrationFunction · 0.65
getSenderDeviceFunction · 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