Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoardGame ¶
func GetBoardGame(boardGameId int) (*responses.BoardGameResponse, error)
func GetSearch ¶
func GetSearch(searchRequest *SearchRequest) (*responses.SearchResponse, error)
func OptionExact ¶
func OptionExact(exact bool) func(searchRequest *SearchRequest) error
Types ¶
type SearchRequest ¶
func NewSearchRequest ¶
func NewSearchRequest(searchTerm string, options ...func(*SearchRequest) error) (*SearchRequest, error)
Click to show internal directories.
Click to hide internal directories.