package
Version:
v0.0.0-...-804052e
Opens a new window with list of versions in this module.
Published: Oct 31, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
InitHandler returns the joke handler
Load is a function helper that loads the joke file to the repo
type Joke struct {
ID int64 `json:"id"`
Category string `json:"category"`
Setup string `json:"setup"`
Punchline string `json:"punchline"`
Language string `json:"lang"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.