Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecoderDetails ¶
type DecoderDetails interface{}
type DecoderFiles ¶
type GetDecoderFilesResponse ¶
type GetDecoderFilesResponse struct {
Error int `json:"error"`
Data struct {
TotalItems int `json:"totalItems"`
Items []DecoderFiles `json:"items"`
} `json:"data"`
}
type GetDecodersResponse ¶
Click to show internal directories.
Click to hide internal directories.