MCPcopy Index your code
hub / github.com/writefreely/writefreely / CreateUser

Method CreateUser

database.go:60–60  ·  view source on GitHub ↗
(*config.Config, *User, string, string)

Source from the content-addressed store, hash-verified

58
59type writestore interface {
60 CreateUser(*config.Config, *User, string, string) error
61 UpdateUserEmail(keys *key.Keychain, userID int64, email string) error
62 UpdateEncryptedUserEmail(int64, []byte) error
63 GetUserByID(int64) (*User, error)

Callers 4

signupWithRegistrationFunction · 0.65
viewOauthSignupMethod · 0.65
DoConfigFunction · 0.65
CreateUserFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected