MCPcopy Create free account
hub / github.com/TomDoesTech/GOTTH / CreateUser

Method CreateUser

internal/store/store.go:17–17  ·  view source on GitHub ↗
(email string, password string)

Source from the content-addressed store, hash-verified

15
16type UserStore interface {
17 CreateUser(email string, password string) error
18 GetUser(email string) (*User, error)
19}
20

Callers 1

ServeHTTPMethod · 0.65

Implementers 2

UserStoreMockinternal/store/mock/mock.go
UserStoreinternal/store/dbstore/user.go

Calls

no outgoing calls

Tested by

no test coverage detected