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

Struct fakeAccountDatabase

clientapi/auth/user_interactive_test.go:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type fakeAccountDatabase struct{}
28
29func (d *fakeAccountDatabase) PerformPasswordUpdate(ctx context.Context, req *api.PerformPasswordUpdateRequest, res *api.PerformPasswordUpdateResponse) error {
30 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected