decoder

package
v0.0.0-...-0bbb64c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder struct {
	Status   string         `json:"status"`
	Name     string         `json:"name"`
	Details  DecoderDetails `json:"details"`
	File     string         `json:"file"`
	Position int            `json:"position"`
	Path     string         `json:"path"`
}

type DecoderDetails

type DecoderDetails interface{}

type DecoderFiles

type DecoderFiles struct {
	Status string `json:"status"`
	Path   string `json:"path"`
	File   string `json:"file"`
}

type GetDecoderFilesResponse

type GetDecoderFilesResponse struct {
	Error int `json:"error"`
	Data  struct {
		TotalItems int            `json:"totalItems"`
		Items      []DecoderFiles `json:"items"`
	} `json:"data"`
}

type GetDecodersResponse

type GetDecodersResponse struct {
	Error int `json:"error"`
	Data  struct {
		TotalItems int       `json:"totalItems"`
		Items      []Decoder `json:"items"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL