Documentation
¶
Index ¶
- func Download(c *context.Ctx, parametersRaw *json.RawMessage) *context.Response
- func Get(c *context.Ctx, parametersRaw *json.RawMessage) *context.Response
- func GetRoutes() map[string]func(*context.Ctx, *json.RawMessage) *context.Response
- func Search(c *context.Ctx, parametersRaw *json.RawMessage) *context.Response
- type DownloadParameters
- type GetParameters
- type Object
- type SearchParameters
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadParameters ¶
type DownloadParameters struct {
SHA256 string `json:"sha256"`
}
type GetParameters ¶
type GetParameters struct {
SHA256 string `json:"sha256"`
}
Click to show internal directories.
Click to hide internal directories.