Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
UserStore
interface
{
17
CreateUser(email string, password string) error
18
GetUser(email string) (*User, error)
19
}
20
Callers
1
ServeHTTP
Method · 0.65
Implementers
2
UserStoreMock
internal/store/mock/mock.go
UserStore
internal/store/dbstore/user.go
Calls
no outgoing calls
Tested by
no test coverage detected