Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶
Types ¶
type DaemonCommand ¶
type DaemonCommand struct {
// contains filtered or unexported fields
}
func (*DaemonCommand) Execute ¶
func (command *DaemonCommand) Execute()
func (*DaemonCommand) String ¶
func (command *DaemonCommand) String() string
type PreviewCliCommand ¶
type PreviewCliCommand interface {
Execute()
}
func NewDaemonCommand ¶
func NewDaemonCommand(arguments map[string]interface{}) PreviewCliCommand
func NewRenderCommand ¶
func NewRenderCommand(arguments map[string]interface{}) PreviewCliCommand
type RenderCommand ¶
type RenderCommand struct {
// contains filtered or unexported fields
}
func (*RenderCommand) Execute ¶
func (command *RenderCommand) Execute()
func (*RenderCommand) String ¶
func (command *RenderCommand) String() string
Click to show internal directories.
Click to hide internal directories.