Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelToSnake ¶
func ReturnErrorResponse ¶
Types ¶
type AuthUser ¶ added in v1.1.0
type AuthUser struct {
jwt.RegisteredClaims
ID uint64 `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
func GetAuthUser ¶ added in v1.1.0
type JSONResponse ¶
Click to show internal directories.
Click to hide internal directories.