Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTodoParam ¶
type CreateUserParam ¶
type ErrNotFound ¶ added in v1.0.0
func NewErrNotFound ¶ added in v1.0.0
func NewErrNotFound(message string, err error) *ErrNotFound
func (ErrNotFound) Error ¶ added in v1.0.0
func (ent ErrNotFound) Error() string
type ErrValidation ¶ added in v1.0.0
func NewErrValidation ¶ added in v1.0.0
func NewErrValidation(message string, errors []map[string]string, err error) *ErrValidation
func (ErrValidation) Error ¶ added in v1.0.0
func (ve ErrValidation) Error() string
type GoogleAuth ¶
type JWTPayload ¶
type JWTPayload struct { TokenPayload jwt.StandardClaims }
type TokenPayload ¶ added in v1.0.0
type UpdateTodoParam ¶
Click to show internal directories.
Click to hide internal directories.