Documentation
¶
Index ¶
- func AdminLogin(c echo.Context) error
- func GetRegisterNotes(c echo.Context) error
- func GetStreamResponse(c echo.Context) error
- func GetUser(c echo.Context) error
- func Login(c echo.Context) error
- func Register(c echo.Context) error
- func SaveAvatar(c echo.Context) error
- func VerifyUser(c echo.Context) error
- type Geolocation
- type JwtCustomClaims
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminLogin ¶
func GetStreamResponse ¶
Types ¶
type Geolocation ¶
type JwtCustomClaims ¶
type JwtCustomClaims struct {
Name string `json:"name"`
Password string `json:"password"`
jwt.StandardClaims
}
Click to show internal directories.
Click to hide internal directories.