Documentation
¶
Overview ¶
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SearchResult ¶
type SearchResult struct {
Results json.RawMessage `json:"results"`
Status int `json:"status"`
SearchTerm string `json:"search_term"`
TotalJokes int `json:"total_jokes"`
}
search result structure of dank jokes
Click to show internal directories.
Click to hide internal directories.