Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCommands ¶
func RegisterTokenCommands ¶
Types ¶
type CountCommand ¶
type CountCommand struct {
*cmds.CommandDescription
}
func NewCountCommand ¶
func NewCountCommand() (*CountCommand, error)
func (*CountCommand) RunIntoWriter ¶
func (cc *CountCommand) RunIntoWriter( ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer, ) error
type CountSettings ¶ added in v0.3.0
type DecodeCommand ¶
type DecodeCommand struct {
*cmds.CommandDescription
}
func NewDecodeCommand ¶
func NewDecodeCommand() (*DecodeCommand, error)
func (*DecodeCommand) RunIntoWriter ¶
func (d *DecodeCommand) RunIntoWriter( ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer, ) error
type DecodeSettings ¶ added in v0.3.0
type EncodeCommand ¶
type EncodeCommand struct {
*cmds.CommandDescription
}
func NewEncodeCommand ¶
func NewEncodeCommand() (*EncodeCommand, error)
func (*EncodeCommand) RunIntoWriter ¶
func (cmd *EncodeCommand) RunIntoWriter( ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer, ) error
type EncodeSettings ¶ added in v0.3.0
type ListCodecsCommand ¶
type ListCodecsCommand struct {
*cmds.CommandDescription
}
func NewListCodecsCommand ¶
func NewListCodecsCommand() (*ListCodecsCommand, error)
func (*ListCodecsCommand) RunIntoGlazeProcessor ¶ added in v0.3.0
func (l *ListCodecsCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
type ListModelsCommand ¶
type ListModelsCommand struct {
*cmds.CommandDescription
}
func NewListModelsCommand ¶
func NewListModelsCommand() (*ListModelsCommand, error)
func (*ListModelsCommand) RunIntoGlazeProcessor ¶ added in v0.3.0
func (c *ListModelsCommand) RunIntoGlazeProcessor( ctx context.Context, parsedLayers *layers.ParsedLayers, gp middlewares.Processor, ) error
Click to show internal directories.
Click to hide internal directories.