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

Method QueryAccountByPassword

userapi/api/api.go:133–133  ·  view source on GitHub ↗
(ctx context.Context, req *QueryAccountByPasswordRequest, res *QueryAccountByPasswordResponse)

Source from the content-addressed store, hash-verified

131
132type UserLoginAPI interface {
133 QueryAccountByPassword(ctx context.Context, req *QueryAccountByPasswordRequest, res *QueryAccountByPasswordResponse) error
134}
135
136type PerformKeyBackupRequest struct {

Callers 2

AddRoutesFunction · 0.65

Implementers 5

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go
fakeUserInternalAPIclientapi/auth/login_test.go
fakeAccountDatabaseclientapi/auth/user_interactive_test.g

Calls

no outgoing calls

Tested by

no test coverage detected