Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateInviteCode ¶
func GenerateInviteCode() string
func HashPassword ¶
hashPassword hashes the password using bcrypt and store the has instead of the plain text password.
Types ¶
type GraphQLError ¶
func NewGraphQLError ¶
func NewGraphQLError(code int, message string) *GraphQLError
func NewGraphQLErrorWithError ¶
func NewGraphQLErrorWithError(code int, err error) *GraphQLError
func (GraphQLError) Error ¶
func (err GraphQLError) Error() string
Click to show internal directories.
Click to hide internal directories.