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

Method QueryAccountByPassword

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

Source from the content-addressed store, hash-verified

207}
208
209func (t *UserInternalAPITrace) QueryAccountByPassword(ctx context.Context, req *QueryAccountByPasswordRequest, res *QueryAccountByPasswordResponse) error {
210 err := t.Impl.QueryAccountByPassword(ctx, req, res)
211 util.GetLogger(ctx).Infof("QueryAccountByPassword req=%+v res=%+v", js(req), js(res))
212 return err
213}
214
215func (t *UserInternalAPITrace) QueryLocalpartForThreePID(ctx context.Context, req *QueryLocalpartForThreePIDRequest, res *QueryLocalpartForThreePIDResponse) error {
216 err := t.Impl.QueryLocalpartForThreePID(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected