Documentation
¶
Index ¶
- Variables
- func CreateJoke(c echo.Context) error
- func CreateJokeComment(c echo.Context) error
- func DeleteJoke(c echo.Context) error
- func DeleteJokeComment(c echo.Context) error
- func EditJoke(c echo.Context) error
- func EditJokeComment(c echo.Context) error
- func GetAllJokes(c echo.Context) error
- func GetJoke(c echo.Context) error
- func GetJokeByAuthor(c echo.Context) error
- func GetJokeComment(c echo.Context) error
- func GetJokeComments(c echo.Context) error
- func GetRandomJoke(c echo.Context) error
- func GetTopRatedJoke(c echo.Context) error
- func Login(c echo.Context) error
- func RateJoke(c echo.Context) error
- func Refresh(c echo.Context) error
- func Register(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var EXPTIME = jwt.NewNumericDate(time.Now().Add(time.Hour * 24 * 30))
Functions ¶
func CreateJoke ¶
func CreateJokeComment ¶
func DeleteJoke ¶
func DeleteJokeComment ¶
func EditJokeComment ¶
func GetAllJokes ¶
func GetJokeByAuthor ¶
func GetJokeComment ¶
func GetJokeComments ¶
func GetRandomJoke ¶
func GetTopRatedJoke ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.