Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MJsonInput = app_msg.Apply(&MsgJsonInput{}).(*MsgJsonInput)
)
Functions ¶
This section is empty.
Types ¶
type JsonInput ¶
type JsonInput interface {
SetFilePath(filePath string)
FilePath() string
Spec() JsonInputSpec
Debug() interface{}
Open(ctl app_control.Control) error
SetModel(model interface{})
EachModel(f func(m interface{}) error) error
}
type JsonInputSpec ¶
type JsonInputSpec interface {
Name() string
Desc() app_msg.Message
Doc(ui app_ui.UI) *dc_recipe.DocJsonInput
}
func NewJsonSpec ¶
func NewJsonSpec(name string, recipe interface{}) JsonInputSpec
type MsgJsonInput ¶
Click to show internal directories.
Click to hide internal directories.