package
Version:
v1.5.8
Opens a new window with list of versions in this module.
Published: Jun 23, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Response struct {
Count int `json:"count"`
ContentTypes []contentType `json:"content_types"`
Items []contentItem `json:"items"`
Suggestions []string `json:"suggestions,omitempty"`
}
Response ...
type Search struct {
Query string `json:"query"`
Filter []string `json:"filter,omitempty"`
Sort string `json:"sort,omitempty"`
Limit int `json:"limit,omitempty"`
Offset int `json:"offset,omitempty"`
Response Response `json:"response"`
}
Search ..
Source Files
¶
Click to show internal directories.
Click to hide internal directories.