Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustRegister ¶
func MustRegister()
func NewFormCommand ¶
func NewFormCommand(b *builder.AppBuilder, j json.RawMessage, log builder.Logger) (builder.Command, error)
Types ¶
type Command ¶
type Command struct {
Properties []forms.Property `json:"properties"`
Transform *builder.Transform `json:"transform"`
builder.GenericCommand
builder.GenericSubCommands
}
type Form ¶
type Form struct {
// contains filtered or unexported fields
}
func (*Form) CreateCommand ¶
func (*Form) SubCommands ¶
func (r *Form) SubCommands() []json.RawMessage
Click to show internal directories.
Click to hide internal directories.