package
Version:
v0.0.0-...-f23655a
Opens a new window with list of versions in this module.
Published: May 12, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
JokeHandler retrieves a list of available jokes
LikeJoke increments the likes of a particular joke Item
type Joke struct {
ID int `json:"id" binding:"required"`
Likes int `json:"likes"`
Joke string `json:"joke" binding:"required"`
}
Joke contains information about a single Joke
Source Files
¶
Click to show internal directories.
Click to hide internal directories.