Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DigitizeCommand ¶
type DigitizeCommand struct{}
The DigitizeCommand is a convenient wrapper over the async digitizer API to make it seem like it is a single sync call.
func (DigitizeCommand) Command ¶
func (c DigitizeCommand) Command() plugin.Command
func (DigitizeCommand) Execute ¶
func (c DigitizeCommand) Execute(context plugin.ExecutionContext, writer output.OutputWriter, logger log.Logger) error
type DigitizeResultCommand ¶ added in v1.0.28
type DigitizeResultCommand struct{}
DigitizeResultCommand only marks the digitize-result command as hidden
The digitize-result command is not needed because the CLI provides a convenient wrapper over the async digitizer API to make it seem like it is a single sync call.
func (DigitizeResultCommand) Command ¶ added in v1.0.28
func (c DigitizeResultCommand) Command() plugin.Command
func (DigitizeResultCommand) Execute ¶ added in v1.0.28
func (c DigitizeResultCommand) Execute(context plugin.ExecutionContext, writer output.OutputWriter, logger log.Logger) error
Click to show internal directories.
Click to hide internal directories.