# Functions
AddLog to add logger chain.
CleanWikiaComment to remove wikia comment.
CleanWikiaTag to remove wikia tag.
Error to print error.
Fatal to log fatal.
GenerateUUID to generate random uuid.
GetKey to generate cache key.
GetLastPathFromURL to get the last path from url.
GetLogger to get logger.
GetWikiaExternalLink to get wikia external link.
Info to log info.
InitLog to init global logger.
Log to log with custom field.
NormalizeNewLine to normalize new line to <br>.
NormalizeWikiaInternalLink to normalize wikia internal link.
ParseDuration to parse ISO 8601 duration.
PtrToBool to convert pointer to bool.
QueryToKey to convert query to key string.
RandomStr to generate random string.
Recoverer is custom recoverer middleware.
RemoveAllHTMLTag to remove all html tag.
ResponseWithJSON to write response with JSON format.
ResponseWithPNG to write response with PNG.
StrToPtrBool to convert string to bool pointer.
StrToStrSlice to convert string to slice of string.
Validate to validate struct using validate tag.
WikiaExternalLinkToStr to convert wikia external link to string.
WikiaInternalLinkToStr to convert wikia internal link to string.
# Constants
Available log level.
Available log level.
Available log level.
Available log level.
Available log level.
Available log level.
Available log level.
Available log level.
# Type aliases
LogLevel is level of log that will be printed.