rc_value

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 53 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FeedBackupFilePrefix = "backup_feed_"
)

Variables

View Source
var (
	MValFdFileRowFeed = app_msg.Apply(&MsgValFdFileRowFeed{}).(*MsgValFdFileRowFeed)
	MRepository       = app_msg.Apply(&MsgRepository{}).(*MsgRepository)
)
View Source
var (
	ErrorMissingRequiredOption = errors.New("missing required option")
	ErrorInvalidValue          = errors.New("invalid value")
)
View Source
var (
	ErrorPathNotFound = errors.New("path not found")
)

Functions

func FeedSpec

func FeedSpec(spec fd_file.Spec, ui app_ui.UI)

func NewRepository

func NewRepository(scr interface{}) rc_recipe.Repository

Returns nil if the given rcp is not supported type.

Types

type CapturedData

type CapturedData struct {
	BackupId   string `path:"backup_id" json:"backup_id"`
	BackupName string `path:"backup_name" json:"backup_name"`
	BackupPath string `path:"backup_path" json:"backup_path"`
	SourcePath string `path:"source_path" json:"source_path"`
	SourceExt  string `path:"source_ext" json:"source_ext"`
}

type EmptyRecipe

type EmptyRecipe struct {
}

func (*EmptyRecipe) Exec

func (z *EmptyRecipe) Exec(c app_control.Control) error

func (*EmptyRecipe) Preset

func (z *EmptyRecipe) Preset()

func (*EmptyRecipe) Test

func (z *EmptyRecipe) Test(c app_control.Control) error

type MsgRepository

type MsgRepository struct {
	ErrorMissingRequiredOption       app_msg.Message
	ErrorInvalidValue                app_msg.Message
	ErrorMoPathFsPathNotFound        app_msg.Message
	ErrorMoStringSelectInvalidOption app_msg.Message
	ErrorMoIntRangeInvalidRange      app_msg.Message
	ProgressDoneValueInitialization  app_msg.Message
}

type MsgValFdFileRowFeed

type MsgValFdFileRowFeed struct {
	HeadFeed       app_msg.Message
	FeedDesc       app_msg.Message
	FeedSample     app_msg.Message
	HeadColName    app_msg.Message
	HeadColDesc    app_msg.Message
	HeadColExample app_msg.Message
}

type RepositoryImpl

type RepositoryImpl struct {
	// contains filtered or unexported fields
}

func (*RepositoryImpl) Apply

func (z *RepositoryImpl) Apply() rc_recipe.Recipe

func (*RepositoryImpl) ApplyCustom

func (z *RepositoryImpl) ApplyCustom()

func (*RepositoryImpl) ApplyFlags

func (z *RepositoryImpl) ApplyFlags(f *flag.FlagSet, ui app_ui.UI)

func (*RepositoryImpl) Capture

func (z *RepositoryImpl) Capture(ctl app_control.Control) (v interface{}, err error)

func (*RepositoryImpl) Conns

func (z *RepositoryImpl) Conns() map[string]api_conn.Connection

func (*RepositoryImpl) Current

func (z *RepositoryImpl) Current() interface{}

func (*RepositoryImpl) Debug

func (z *RepositoryImpl) Debug() map[string]interface{}

func (*RepositoryImpl) FeedSpecs

func (z *RepositoryImpl) FeedSpecs() map[string]fd_file.Spec

func (*RepositoryImpl) Feeds

func (z *RepositoryImpl) Feeds() map[string]fd_file.RowFeed

func (*RepositoryImpl) FieldCustomDefault

func (z *RepositoryImpl) FieldCustomDefault(name string) app_msg.MessageOptional

func (*RepositoryImpl) FieldDesc

func (z *RepositoryImpl) FieldDesc(name string) app_msg.Message

func (*RepositoryImpl) FieldNames

func (z *RepositoryImpl) FieldNames() []string

func (*RepositoryImpl) FieldValue

func (z *RepositoryImpl) FieldValue(name string) rc_recipe.Value

func (*RepositoryImpl) FieldValueText

func (z *RepositoryImpl) FieldValueText(name string) string

func (*RepositoryImpl) GridDataInputSpecs

func (z *RepositoryImpl) GridDataInputSpecs() (specs map[string]da_griddata.GridDataInputSpec)

func (*RepositoryImpl) GridDataOutputSpecs

func (z *RepositoryImpl) GridDataOutputSpecs() (specs map[string]da_griddata.GridDataOutputSpec)

func (*RepositoryImpl) JsonInputSpecs

func (z *RepositoryImpl) JsonInputSpecs() map[string]da_json.JsonInputSpec

func (*RepositoryImpl) Messages

func (z *RepositoryImpl) Messages() []app_msg.Message

func (*RepositoryImpl) ReportSpecs

func (z *RepositoryImpl) ReportSpecs() map[string]rp_model.Spec

func (*RepositoryImpl) Reports

func (z *RepositoryImpl) Reports() map[string]rp_model.Report

func (*RepositoryImpl) Restore

func (z *RepositoryImpl) Restore(j es_json.Json, ctl app_control.Control) error

func (*RepositoryImpl) SpinDown

func (z *RepositoryImpl) SpinDown(ctl app_control.Control) error

func (*RepositoryImpl) SpinUp

func (*RepositoryImpl) TextInputSpecs

func (z *RepositoryImpl) TextInputSpecs() map[string]da_text.TextInputSpec

type ValueAppMsgMessage

type ValueAppMsgMessage struct {
	// contains filtered or unexported fields
}

func (*ValueAppMsgMessage) Accept

func (z *ValueAppMsgMessage) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueAppMsgMessage) Apply

func (z *ValueAppMsgMessage) Apply() (v interface{})

func (*ValueAppMsgMessage) ApplyPreset

func (z *ValueAppMsgMessage) ApplyPreset(v0 interface{})

func (*ValueAppMsgMessage) Bind

func (z *ValueAppMsgMessage) Bind() interface{}

func (*ValueAppMsgMessage) Capture

func (z *ValueAppMsgMessage) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueAppMsgMessage) Debug

func (z *ValueAppMsgMessage) Debug() interface{}

func (*ValueAppMsgMessage) Init

func (z *ValueAppMsgMessage) Init() (v interface{})

func (*ValueAppMsgMessage) Message

func (z *ValueAppMsgMessage) Message() (msg app_msg.Message, valid bool)

func (*ValueAppMsgMessage) Restore

func (*ValueAppMsgMessage) Spec

func (z *ValueAppMsgMessage) Spec() (typeName string, typeAttr interface{})

func (*ValueAppMsgMessage) SpinDown

func (z *ValueAppMsgMessage) SpinDown(ctl app_control.Control) error

func (*ValueAppMsgMessage) SpinUp

type ValueAsConnAsana

type ValueAsConnAsana struct {
	// contains filtered or unexported fields
}

func (*ValueAsConnAsana) Accept

func (z *ValueAsConnAsana) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueAsConnAsana) Apply

func (z *ValueAsConnAsana) Apply() (v interface{})

func (*ValueAsConnAsana) ApplyPreset

func (z *ValueAsConnAsana) ApplyPreset(v0 interface{})

func (*ValueAsConnAsana) Bind

func (z *ValueAsConnAsana) Bind() interface{}

func (*ValueAsConnAsana) Capture

func (z *ValueAsConnAsana) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueAsConnAsana) Conn

func (z *ValueAsConnAsana) Conn() (conn api_conn.Connection, valid bool)

func (*ValueAsConnAsana) Debug

func (z *ValueAsConnAsana) Debug() interface{}

func (*ValueAsConnAsana) Init

func (z *ValueAsConnAsana) Init() (v interface{})

func (*ValueAsConnAsana) Restore

func (*ValueAsConnAsana) Spec

func (z *ValueAsConnAsana) Spec() (typeName string, typeAttr interface{})

func (*ValueAsConnAsana) SpinDown

func (z *ValueAsConnAsana) SpinDown(ctl app_control.Control) error

func (*ValueAsConnAsana) SpinUp

func (z *ValueAsConnAsana) SpinUp(ctl app_control.Control) error

type ValueBool

type ValueBool struct {
	// contains filtered or unexported fields
}

func (*ValueBool) Accept

func (z *ValueBool) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueBool) Apply

func (z *ValueBool) Apply() (v interface{})

func (*ValueBool) ApplyPreset

func (z *ValueBool) ApplyPreset(v0 interface{})

func (*ValueBool) Bind

func (z *ValueBool) Bind() interface{}

func (*ValueBool) Capture

func (z *ValueBool) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueBool) Debug

func (z *ValueBool) Debug() interface{}

func (*ValueBool) Init

func (z *ValueBool) Init() (v interface{})

func (*ValueBool) Restore

func (z *ValueBool) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueBool) Spec

func (z *ValueBool) Spec() (typeName string, typeAttr interface{})

func (*ValueBool) SpinDown

func (z *ValueBool) SpinDown(ctl app_control.Control) error

func (*ValueBool) SpinUp

func (z *ValueBool) SpinUp(ctl app_control.Control) error

type ValueDaGridDataInput

type ValueDaGridDataInput struct {
	// contains filtered or unexported fields
}

func (*ValueDaGridDataInput) Accept

func (z *ValueDaGridDataInput) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueDaGridDataInput) Apply

func (z *ValueDaGridDataInput) Apply() (v interface{})

func (*ValueDaGridDataInput) ApplyPreset

func (z *ValueDaGridDataInput) ApplyPreset(v0 interface{})

func (*ValueDaGridDataInput) Bind

func (z *ValueDaGridDataInput) Bind() interface{}

func (*ValueDaGridDataInput) Capture

func (z *ValueDaGridDataInput) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueDaGridDataInput) Debug

func (z *ValueDaGridDataInput) Debug() interface{}

func (*ValueDaGridDataInput) GridDataInput

func (z *ValueDaGridDataInput) GridDataInput() (gd da_griddata.GridDataInput, valid bool)

func (*ValueDaGridDataInput) Init

func (z *ValueDaGridDataInput) Init() (v interface{})

func (*ValueDaGridDataInput) Restore

func (*ValueDaGridDataInput) Spec

func (z *ValueDaGridDataInput) Spec() (typeName string, typeAttr interface{})

func (*ValueDaGridDataInput) SpinDown

func (z *ValueDaGridDataInput) SpinDown(ctl app_control.Control) error

func (*ValueDaGridDataInput) SpinUp

func (z *ValueDaGridDataInput) SpinUp(ctl app_control.Control) (err error)

func (*ValueDaGridDataInput) ValueText

func (z *ValueDaGridDataInput) ValueText() string

type ValueDaGridDataOutput

type ValueDaGridDataOutput struct {
	// contains filtered or unexported fields
}

func (*ValueDaGridDataOutput) Accept

func (z *ValueDaGridDataOutput) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueDaGridDataOutput) Apply

func (z *ValueDaGridDataOutput) Apply() (v interface{})

func (*ValueDaGridDataOutput) ApplyPreset

func (z *ValueDaGridDataOutput) ApplyPreset(v0 interface{})

func (*ValueDaGridDataOutput) Bind

func (z *ValueDaGridDataOutput) Bind() interface{}

func (*ValueDaGridDataOutput) Capture

func (z *ValueDaGridDataOutput) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueDaGridDataOutput) Debug

func (z *ValueDaGridDataOutput) Debug() interface{}

func (*ValueDaGridDataOutput) GridDataOutput

func (z *ValueDaGridDataOutput) GridDataOutput() (gd da_griddata.GridDataOutput, valid bool)

func (*ValueDaGridDataOutput) Init

func (z *ValueDaGridDataOutput) Init() (v interface{})

func (*ValueDaGridDataOutput) Restore

func (*ValueDaGridDataOutput) Spec

func (z *ValueDaGridDataOutput) Spec() (typeName string, typeAttr interface{})

func (*ValueDaGridDataOutput) SpinDown

func (*ValueDaGridDataOutput) SpinUp

func (*ValueDaGridDataOutput) ValueText

func (z *ValueDaGridDataOutput) ValueText() string

type ValueDaJsonInput

type ValueDaJsonInput struct {
	// contains filtered or unexported fields
}

func (*ValueDaJsonInput) Accept

func (z *ValueDaJsonInput) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueDaJsonInput) Apply

func (z *ValueDaJsonInput) Apply() (v interface{})

func (*ValueDaJsonInput) ApplyPreset

func (z *ValueDaJsonInput) ApplyPreset(v0 interface{})

func (*ValueDaJsonInput) Bind

func (z *ValueDaJsonInput) Bind() interface{}

func (*ValueDaJsonInput) Capture

func (z *ValueDaJsonInput) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueDaJsonInput) Debug

func (z *ValueDaJsonInput) Debug() interface{}

func (*ValueDaJsonInput) Init

func (z *ValueDaJsonInput) Init() (v interface{})

func (*ValueDaJsonInput) JsonInput

func (z *ValueDaJsonInput) JsonInput() (js da_json.JsonInput, valid bool)

func (*ValueDaJsonInput) Restore

func (*ValueDaJsonInput) Spec

func (z *ValueDaJsonInput) Spec() (typeName string, typeAttr interface{})

func (*ValueDaJsonInput) SpinDown

func (z *ValueDaJsonInput) SpinDown(ctl app_control.Control) error

func (*ValueDaJsonInput) SpinUp

func (z *ValueDaJsonInput) SpinUp(ctl app_control.Control) error

func (ValueDaJsonInput) ValueText

func (z ValueDaJsonInput) ValueText() string

type ValueDaTextInput

type ValueDaTextInput struct {
	// contains filtered or unexported fields
}

func (*ValueDaTextInput) Accept

func (z *ValueDaTextInput) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueDaTextInput) Apply

func (z *ValueDaTextInput) Apply() (v interface{})

func (*ValueDaTextInput) ApplyPreset

func (z *ValueDaTextInput) ApplyPreset(v0 interface{})

func (*ValueDaTextInput) Bind

func (z *ValueDaTextInput) Bind() interface{}

func (*ValueDaTextInput) Capture

func (z *ValueDaTextInput) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueDaTextInput) Debug

func (z *ValueDaTextInput) Debug() interface{}

func (*ValueDaTextInput) Init

func (z *ValueDaTextInput) Init() (v interface{})

func (*ValueDaTextInput) Restore

func (*ValueDaTextInput) Spec

func (z *ValueDaTextInput) Spec() (typeName string, typeAttr interface{})

func (*ValueDaTextInput) SpinDown

func (z *ValueDaTextInput) SpinDown(ctl app_control.Control) error

func (*ValueDaTextInput) SpinUp

func (z *ValueDaTextInput) SpinUp(ctl app_control.Control) error

func (*ValueDaTextInput) TextInput

func (z *ValueDaTextInput) TextInput() (tx da_text.TextInput, valid bool)

func (*ValueDaTextInput) ValueText

func (z *ValueDaTextInput) ValueText() string

type ValueDbxConnScopedIndividual

type ValueDbxConnScopedIndividual struct {
	// contains filtered or unexported fields
}

func (*ValueDbxConnScopedIndividual) Accept

func (z *ValueDbxConnScopedIndividual) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueDbxConnScopedIndividual) Apply

func (z *ValueDbxConnScopedIndividual) Apply() (v interface{})

func (*ValueDbxConnScopedIndividual) ApplyPreset

func (z *ValueDbxConnScopedIndividual) ApplyPreset(v0 interface{})

func (*ValueDbxConnScopedIndividual) Bind

func (z *ValueDbxConnScopedIndividual) Bind() interface{}

func (*ValueDbxConnScopedIndividual) Capture

func (z *ValueDbxConnScopedIndividual) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueDbxConnScopedIndividual) Conn

func (z *ValueDbxConnScopedIndividual) Conn() (conn api_conn.Connection, valid bool)

func (*ValueDbxConnScopedIndividual) Debug

func (z *ValueDbxConnScopedIndividual) Debug() interface{}

func (*ValueDbxConnScopedIndividual) ErrorHandler

func (*ValueDbxConnScopedIndividual) Init

func (z *ValueDbxConnScopedIndividual) Init() (v interface{})

func (*ValueDbxConnScopedIndividual) Restore

func (*ValueDbxConnScopedIndividual) Spec

func (z *ValueDbxConnScopedIndividual) Spec() (typeName string, typeAttr interface{})

func (*ValueDbxConnScopedIndividual) SpinDown

func (*ValueDbxConnScopedIndividual) SpinUp

func (*ValueDbxConnScopedIndividual) ValueText

func (z *ValueDbxConnScopedIndividual) ValueText() string

type ValueDbxConnScopedTeam

type ValueDbxConnScopedTeam struct {
	// contains filtered or unexported fields
}

func (*ValueDbxConnScopedTeam) Accept

func (z *ValueDbxConnScopedTeam) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueDbxConnScopedTeam) Apply

func (z *ValueDbxConnScopedTeam) Apply() (v interface{})

func (*ValueDbxConnScopedTeam) ApplyPreset

func (z *ValueDbxConnScopedTeam) ApplyPreset(v0 interface{})

func (*ValueDbxConnScopedTeam) Bind

func (z *ValueDbxConnScopedTeam) Bind() interface{}

func (*ValueDbxConnScopedTeam) Capture

func (z *ValueDbxConnScopedTeam) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueDbxConnScopedTeam) Conn

func (z *ValueDbxConnScopedTeam) Conn() (conn api_conn.Connection, valid bool)

func (*ValueDbxConnScopedTeam) Debug

func (z *ValueDbxConnScopedTeam) Debug() interface{}

func (*ValueDbxConnScopedTeam) ErrorHandler

func (*ValueDbxConnScopedTeam) Init

func (z *ValueDbxConnScopedTeam) Init() (v interface{})

func (*ValueDbxConnScopedTeam) Restore

func (*ValueDbxConnScopedTeam) Spec

func (z *ValueDbxConnScopedTeam) Spec() (typeName string, typeAttr interface{})

func (*ValueDbxConnScopedTeam) SpinDown

func (*ValueDbxConnScopedTeam) SpinUp

func (*ValueDbxConnScopedTeam) ValueText

func (z *ValueDbxConnScopedTeam) ValueText() string

type ValueFdFileRowFeed

type ValueFdFileRowFeed struct {
	// contains filtered or unexported fields
}

func (*ValueFdFileRowFeed) Accept

func (z *ValueFdFileRowFeed) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueFdFileRowFeed) Apply

func (z *ValueFdFileRowFeed) Apply() (v interface{})

func (*ValueFdFileRowFeed) ApplyPreset

func (z *ValueFdFileRowFeed) ApplyPreset(v0 interface{})

func (*ValueFdFileRowFeed) Bind

func (z *ValueFdFileRowFeed) Bind() interface{}

func (*ValueFdFileRowFeed) Capture

func (z *ValueFdFileRowFeed) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueFdFileRowFeed) Debug

func (z *ValueFdFileRowFeed) Debug() interface{}

func (*ValueFdFileRowFeed) Feed

func (z *ValueFdFileRowFeed) Feed() (feed fd_file.RowFeed, valid bool)

func (*ValueFdFileRowFeed) Init

func (z *ValueFdFileRowFeed) Init() (v interface{})

func (*ValueFdFileRowFeed) Restore

func (*ValueFdFileRowFeed) Spec

func (z *ValueFdFileRowFeed) Spec() (typeName string, typeAttr interface{})

func (*ValueFdFileRowFeed) SpinDown

func (z *ValueFdFileRowFeed) SpinDown(ctl app_control.Control) error

func (*ValueFdFileRowFeed) SpinUp

func (z *ValueFdFileRowFeed) SpinUp(ctl app_control.Control) (err error)

func (*ValueFdFileRowFeed) ValueText

func (z *ValueFdFileRowFeed) ValueText() string

type ValueGhConnGithubPublic

type ValueGhConnGithubPublic struct {
	// contains filtered or unexported fields
}

func (*ValueGhConnGithubPublic) Accept

func (z *ValueGhConnGithubPublic) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueGhConnGithubPublic) Apply

func (z *ValueGhConnGithubPublic) Apply() (v interface{})

func (*ValueGhConnGithubPublic) ApplyPreset

func (z *ValueGhConnGithubPublic) ApplyPreset(v0 interface{})

func (*ValueGhConnGithubPublic) Bind

func (z *ValueGhConnGithubPublic) Bind() interface{}

func (*ValueGhConnGithubPublic) Capture

func (z *ValueGhConnGithubPublic) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueGhConnGithubPublic) Conn

func (z *ValueGhConnGithubPublic) Conn() (conn api_conn.Connection, valid bool)

func (*ValueGhConnGithubPublic) Debug

func (z *ValueGhConnGithubPublic) Debug() interface{}

func (*ValueGhConnGithubPublic) Init

func (z *ValueGhConnGithubPublic) Init() (v interface{})

func (*ValueGhConnGithubPublic) Restore

func (*ValueGhConnGithubPublic) Spec

func (z *ValueGhConnGithubPublic) Spec() (typeName string, typeAttr interface{})

func (*ValueGhConnGithubPublic) SpinDown

func (*ValueGhConnGithubPublic) SpinUp

func (*ValueGhConnGithubPublic) ValueText

func (z *ValueGhConnGithubPublic) ValueText() string

type ValueGhConnGithubRepo

type ValueGhConnGithubRepo struct {
	// contains filtered or unexported fields
}

func (*ValueGhConnGithubRepo) Accept

func (z *ValueGhConnGithubRepo) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueGhConnGithubRepo) Apply

func (z *ValueGhConnGithubRepo) Apply() (v interface{})

func (*ValueGhConnGithubRepo) ApplyPreset

func (z *ValueGhConnGithubRepo) ApplyPreset(v0 interface{})

func (*ValueGhConnGithubRepo) Bind

func (z *ValueGhConnGithubRepo) Bind() interface{}

func (*ValueGhConnGithubRepo) Capture

func (z *ValueGhConnGithubRepo) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueGhConnGithubRepo) Conn

func (z *ValueGhConnGithubRepo) Conn() (conn api_conn.Connection, valid bool)

func (*ValueGhConnGithubRepo) Debug

func (z *ValueGhConnGithubRepo) Debug() interface{}

func (*ValueGhConnGithubRepo) Init

func (z *ValueGhConnGithubRepo) Init() (v interface{})

func (*ValueGhConnGithubRepo) Restore

func (*ValueGhConnGithubRepo) Spec

func (z *ValueGhConnGithubRepo) Spec() (typeName string, typeAttr interface{})

func (*ValueGhConnGithubRepo) SpinDown

func (*ValueGhConnGithubRepo) SpinUp

func (*ValueGhConnGithubRepo) ValueText

func (z *ValueGhConnGithubRepo) ValueText() string

type ValueGoogConnMail

type ValueGoogConnMail struct {
	// contains filtered or unexported fields
}

func (*ValueGoogConnMail) Accept

func (z *ValueGoogConnMail) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueGoogConnMail) Apply

func (z *ValueGoogConnMail) Apply() (v interface{})

func (*ValueGoogConnMail) ApplyPreset

func (z *ValueGoogConnMail) ApplyPreset(v0 interface{})

func (*ValueGoogConnMail) Bind

func (z *ValueGoogConnMail) Bind() interface{}

func (*ValueGoogConnMail) Capture

func (z *ValueGoogConnMail) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueGoogConnMail) Conn

func (z *ValueGoogConnMail) Conn() (conn api_conn.Connection, valid bool)

func (*ValueGoogConnMail) Debug

func (z *ValueGoogConnMail) Debug() interface{}

func (*ValueGoogConnMail) Init

func (z *ValueGoogConnMail) Init() (v interface{})

func (*ValueGoogConnMail) Restore

func (*ValueGoogConnMail) Spec

func (z *ValueGoogConnMail) Spec() (typeName string, typeAttr interface{})

func (*ValueGoogConnMail) SpinDown

func (z *ValueGoogConnMail) SpinDown(ctl app_control.Control) error

func (*ValueGoogConnMail) SpinUp

func (z *ValueGoogConnMail) SpinUp(ctl app_control.Control) error

func (*ValueGoogConnMail) ValueText

func (z *ValueGoogConnMail) ValueText() string

type ValueGoogConnSheets

type ValueGoogConnSheets struct {
	// contains filtered or unexported fields
}

func (*ValueGoogConnSheets) Accept

func (z *ValueGoogConnSheets) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueGoogConnSheets) Apply

func (z *ValueGoogConnSheets) Apply() (v interface{})

func (*ValueGoogConnSheets) ApplyPreset

func (z *ValueGoogConnSheets) ApplyPreset(v0 interface{})

func (*ValueGoogConnSheets) Bind

func (z *ValueGoogConnSheets) Bind() interface{}

func (*ValueGoogConnSheets) Capture

func (z *ValueGoogConnSheets) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueGoogConnSheets) Conn

func (z *ValueGoogConnSheets) Conn() (conn api_conn.Connection, valid bool)

func (*ValueGoogConnSheets) Debug

func (z *ValueGoogConnSheets) Debug() interface{}

func (*ValueGoogConnSheets) Init

func (z *ValueGoogConnSheets) Init() (v interface{})

func (*ValueGoogConnSheets) Restore

func (*ValueGoogConnSheets) Spec

func (z *ValueGoogConnSheets) Spec() (typeName string, typeAttr interface{})

func (*ValueGoogConnSheets) SpinDown

func (z *ValueGoogConnSheets) SpinDown(ctl app_control.Control) error

func (*ValueGoogConnSheets) SpinUp

func (*ValueGoogConnSheets) ValueTxt

func (z *ValueGoogConnSheets) ValueTxt() string

type ValueInt

type ValueInt struct {
	// contains filtered or unexported fields
}

func (*ValueInt) Accept

func (z *ValueInt) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueInt) Apply

func (z *ValueInt) Apply() interface{}

func (*ValueInt) ApplyPreset

func (z *ValueInt) ApplyPreset(v0 interface{})

func (*ValueInt) Bind

func (z *ValueInt) Bind() interface{}

func (*ValueInt) Capture

func (z *ValueInt) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueInt) Debug

func (z *ValueInt) Debug() interface{}

func (*ValueInt) Init

func (z *ValueInt) Init() (v interface{})

func (*ValueInt) Restore

func (z *ValueInt) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueInt) Spec

func (z *ValueInt) Spec() (typeName string, typeAttr interface{})

func (*ValueInt) SpinDown

func (z *ValueInt) SpinDown(ctl app_control.Control) error

func (*ValueInt) SpinUp

func (z *ValueInt) SpinUp(ctl app_control.Control) error

type ValueKvStorageStorage

type ValueKvStorageStorage struct {
	// contains filtered or unexported fields
}

func (*ValueKvStorageStorage) Accept

func (z *ValueKvStorageStorage) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueKvStorageStorage) Apply

func (z *ValueKvStorageStorage) Apply() (v interface{})

func (*ValueKvStorageStorage) ApplyPreset

func (z *ValueKvStorageStorage) ApplyPreset(v0 interface{})

func (*ValueKvStorageStorage) Bind

func (z *ValueKvStorageStorage) Bind() interface{}

func (*ValueKvStorageStorage) Capture

func (z *ValueKvStorageStorage) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueKvStorageStorage) Debug

func (z *ValueKvStorageStorage) Debug() interface{}

func (*ValueKvStorageStorage) Init

func (z *ValueKvStorageStorage) Init() (v interface{})

func (*ValueKvStorageStorage) Restore

func (*ValueKvStorageStorage) Spec

func (z *ValueKvStorageStorage) Spec() (typeName string, typeAttr interface{})

func (*ValueKvStorageStorage) SpinDown

func (*ValueKvStorageStorage) SpinUp

type ValueMoFilterFilter

type ValueMoFilterFilter struct {
	// contains filtered or unexported fields
}

func (*ValueMoFilterFilter) Accept

func (z *ValueMoFilterFilter) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoFilterFilter) Apply

func (z *ValueMoFilterFilter) Apply() (v interface{})

func (*ValueMoFilterFilter) ApplyPreset

func (z *ValueMoFilterFilter) ApplyPreset(v0 interface{})

func (*ValueMoFilterFilter) Bind

func (z *ValueMoFilterFilter) Bind() interface{}

func (*ValueMoFilterFilter) Capture

func (z *ValueMoFilterFilter) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoFilterFilter) Debug

func (z *ValueMoFilterFilter) Debug() interface{}

func (*ValueMoFilterFilter) Init

func (z *ValueMoFilterFilter) Init() (v interface{})

func (*ValueMoFilterFilter) Restore

func (*ValueMoFilterFilter) Spec

func (z *ValueMoFilterFilter) Spec() (typeName string, typeAttr interface{})

func (*ValueMoFilterFilter) SpinDown

func (z *ValueMoFilterFilter) SpinDown(ctl app_control.Control) error

func (*ValueMoFilterFilter) SpinUp

type ValueMoIntRange

type ValueMoIntRange struct {
	// contains filtered or unexported fields
}

func (*ValueMoIntRange) Accept

func (z *ValueMoIntRange) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoIntRange) Apply

func (z *ValueMoIntRange) Apply() (v interface{})

func (*ValueMoIntRange) ApplyPreset

func (z *ValueMoIntRange) ApplyPreset(v0 interface{})

func (*ValueMoIntRange) Bind

func (z *ValueMoIntRange) Bind() interface{}

func (*ValueMoIntRange) Capture

func (z *ValueMoIntRange) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoIntRange) Debug

func (z *ValueMoIntRange) Debug() interface{}

func (*ValueMoIntRange) Init

func (z *ValueMoIntRange) Init() (v interface{})

func (*ValueMoIntRange) Restore

func (z *ValueMoIntRange) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueMoIntRange) Spec

func (z *ValueMoIntRange) Spec() (typeName string, typeAttr interface{})

func (*ValueMoIntRange) SpinDown

func (z *ValueMoIntRange) SpinDown(ctl app_control.Control) error

func (*ValueMoIntRange) SpinUp

func (z *ValueMoIntRange) SpinUp(ctl app_control.Control) error

func (*ValueMoIntRange) ValueText

func (z *ValueMoIntRange) ValueText() string

type ValueMoPathDropboxPath

type ValueMoPathDropboxPath struct {
	// contains filtered or unexported fields
}

func (*ValueMoPathDropboxPath) Accept

func (z *ValueMoPathDropboxPath) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoPathDropboxPath) Apply

func (z *ValueMoPathDropboxPath) Apply() (v interface{})

func (*ValueMoPathDropboxPath) ApplyPreset

func (z *ValueMoPathDropboxPath) ApplyPreset(v0 interface{})

func (*ValueMoPathDropboxPath) Bind

func (z *ValueMoPathDropboxPath) Bind() interface{}

func (*ValueMoPathDropboxPath) Capture

func (z *ValueMoPathDropboxPath) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoPathDropboxPath) Debug

func (z *ValueMoPathDropboxPath) Debug() interface{}

func (*ValueMoPathDropboxPath) Init

func (z *ValueMoPathDropboxPath) Init() (v interface{})

func (*ValueMoPathDropboxPath) Restore

func (*ValueMoPathDropboxPath) Spec

func (z *ValueMoPathDropboxPath) Spec() (typeName string, typeAttr interface{})

func (*ValueMoPathDropboxPath) SpinDown

func (*ValueMoPathDropboxPath) SpinUp

func (*ValueMoPathDropboxPath) ValueText

func (z *ValueMoPathDropboxPath) ValueText() string

type ValueMoPathFileSystemPath

type ValueMoPathFileSystemPath struct {
	// contains filtered or unexported fields
}

func (*ValueMoPathFileSystemPath) Accept

func (z *ValueMoPathFileSystemPath) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoPathFileSystemPath) Apply

func (z *ValueMoPathFileSystemPath) Apply() (v interface{})

func (*ValueMoPathFileSystemPath) ApplyPreset

func (z *ValueMoPathFileSystemPath) ApplyPreset(v0 interface{})

func (*ValueMoPathFileSystemPath) Bind

func (z *ValueMoPathFileSystemPath) Bind() interface{}

func (*ValueMoPathFileSystemPath) Capture

func (z *ValueMoPathFileSystemPath) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoPathFileSystemPath) Debug

func (z *ValueMoPathFileSystemPath) Debug() interface{}

func (*ValueMoPathFileSystemPath) Init

func (z *ValueMoPathFileSystemPath) Init() (v interface{})

func (*ValueMoPathFileSystemPath) Restore

func (*ValueMoPathFileSystemPath) Spec

func (z *ValueMoPathFileSystemPath) Spec() (typeName string, typeAttr interface{})

func (*ValueMoPathFileSystemPath) SpinDown

func (*ValueMoPathFileSystemPath) SpinUp

func (*ValueMoPathFileSystemPath) ValueText

func (z *ValueMoPathFileSystemPath) ValueText() string

type ValueMoStringOptional

type ValueMoStringOptional struct {
	// contains filtered or unexported fields
}

func (*ValueMoStringOptional) Accept

func (z *ValueMoStringOptional) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoStringOptional) Apply

func (z *ValueMoStringOptional) Apply() (v interface{})

func (*ValueMoStringOptional) ApplyPreset

func (z *ValueMoStringOptional) ApplyPreset(v0 interface{})

func (*ValueMoStringOptional) Bind

func (z *ValueMoStringOptional) Bind() interface{}

func (*ValueMoStringOptional) Capture

func (z *ValueMoStringOptional) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoStringOptional) Debug

func (z *ValueMoStringOptional) Debug() interface{}

func (*ValueMoStringOptional) Init

func (z *ValueMoStringOptional) Init() (v interface{})

func (*ValueMoStringOptional) Restore

func (*ValueMoStringOptional) Spec

func (z *ValueMoStringOptional) Spec() (typeName string, typeAttr interface{})

func (*ValueMoStringOptional) SpinDown

func (*ValueMoStringOptional) SpinUp

func (*ValueMoStringOptional) ValueText

func (z *ValueMoStringOptional) ValueText() string

type ValueMoStringSelect

type ValueMoStringSelect struct {
	// contains filtered or unexported fields
}

func (*ValueMoStringSelect) Accept

func (z *ValueMoStringSelect) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoStringSelect) Apply

func (z *ValueMoStringSelect) Apply() (v interface{})

func (*ValueMoStringSelect) ApplyPreset

func (z *ValueMoStringSelect) ApplyPreset(v0 interface{})

func (*ValueMoStringSelect) Bind

func (z *ValueMoStringSelect) Bind() interface{}

func (*ValueMoStringSelect) Capture

func (z *ValueMoStringSelect) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoStringSelect) Debug

func (z *ValueMoStringSelect) Debug() interface{}

func (*ValueMoStringSelect) Init

func (z *ValueMoStringSelect) Init() (v interface{})

func (*ValueMoStringSelect) Restore

func (*ValueMoStringSelect) Spec

func (z *ValueMoStringSelect) Spec() (typeName string, typeAttr interface{})

func (*ValueMoStringSelect) SpinDown

func (z *ValueMoStringSelect) SpinDown(ctl app_control.Control) error

func (*ValueMoStringSelect) SpinUp

func (*ValueMoStringSelect) ValueText

func (z *ValueMoStringSelect) ValueText() string

type ValueMoTimeTime

type ValueMoTimeTime struct {
	// contains filtered or unexported fields
}

func (*ValueMoTimeTime) Accept

func (z *ValueMoTimeTime) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoTimeTime) Apply

func (z *ValueMoTimeTime) Apply() (v interface{})

func (*ValueMoTimeTime) ApplyPreset

func (z *ValueMoTimeTime) ApplyPreset(v0 interface{})

func (*ValueMoTimeTime) Bind

func (z *ValueMoTimeTime) Bind() interface{}

func (*ValueMoTimeTime) Capture

func (z *ValueMoTimeTime) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoTimeTime) Debug

func (z *ValueMoTimeTime) Debug() interface{}

func (*ValueMoTimeTime) Init

func (z *ValueMoTimeTime) Init() (v interface{})

func (*ValueMoTimeTime) IsOptional

func (z *ValueMoTimeTime) IsOptional() bool

func (*ValueMoTimeTime) Restore

func (z *ValueMoTimeTime) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueMoTimeTime) Spec

func (z *ValueMoTimeTime) Spec() (typeName string, typeAttr interface{})

func (*ValueMoTimeTime) SpinDown

func (z *ValueMoTimeTime) SpinDown(ctl app_control.Control) error

func (*ValueMoTimeTime) SpinUp

func (z *ValueMoTimeTime) SpinUp(ctl app_control.Control) (err error)

func (*ValueMoTimeTime) ValueText

func (z *ValueMoTimeTime) ValueText() string

type ValueMoUrlUrl

type ValueMoUrlUrl struct {
	// contains filtered or unexported fields
}

func (*ValueMoUrlUrl) Accept

func (z *ValueMoUrlUrl) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueMoUrlUrl) Apply

func (z *ValueMoUrlUrl) Apply() (v interface{})

func (*ValueMoUrlUrl) ApplyPreset

func (z *ValueMoUrlUrl) ApplyPreset(v0 interface{})

func (*ValueMoUrlUrl) Bind

func (z *ValueMoUrlUrl) Bind() interface{}

func (*ValueMoUrlUrl) Capture

func (z *ValueMoUrlUrl) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueMoUrlUrl) Debug

func (z *ValueMoUrlUrl) Debug() interface{}

func (*ValueMoUrlUrl) Init

func (z *ValueMoUrlUrl) Init() (v interface{})

func (*ValueMoUrlUrl) Restore

func (z *ValueMoUrlUrl) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueMoUrlUrl) Spec

func (z *ValueMoUrlUrl) Spec() (typeName string, typeAttr interface{})

func (*ValueMoUrlUrl) SpinDown

func (z *ValueMoUrlUrl) SpinDown(ctl app_control.Control) error

func (*ValueMoUrlUrl) SpinUp

func (z *ValueMoUrlUrl) SpinUp(ctl app_control.Control) error

func (*ValueMoUrlUrl) ValueText

func (z *ValueMoUrlUrl) ValueText() string

type ValueRcRecipeRecipe

type ValueRcRecipeRecipe struct {
	// contains filtered or unexported fields
}

func (*ValueRcRecipeRecipe) Accept

func (z *ValueRcRecipeRecipe) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueRcRecipeRecipe) Apply

func (z *ValueRcRecipeRecipe) Apply() (v interface{})

func (*ValueRcRecipeRecipe) ApplyPreset

func (z *ValueRcRecipeRecipe) ApplyPreset(v0 interface{})

func (*ValueRcRecipeRecipe) Bind

func (z *ValueRcRecipeRecipe) Bind() interface{}

func (*ValueRcRecipeRecipe) Capture

func (z *ValueRcRecipeRecipe) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueRcRecipeRecipe) Conns

func (*ValueRcRecipeRecipe) Debug

func (z *ValueRcRecipeRecipe) Debug() interface{}

func (*ValueRcRecipeRecipe) Init

func (z *ValueRcRecipeRecipe) Init() (v interface{})

func (*ValueRcRecipeRecipe) Messages

func (z *ValueRcRecipeRecipe) Messages() (msg []app_msg.Message, valid bool)

func (*ValueRcRecipeRecipe) Reports

func (z *ValueRcRecipeRecipe) Reports() map[string]rp_model.Report

func (*ValueRcRecipeRecipe) Restore

func (*ValueRcRecipeRecipe) Spec

func (z *ValueRcRecipeRecipe) Spec() (typeName string, typeAttr interface{})

func (*ValueRcRecipeRecipe) SpinDown

func (z *ValueRcRecipeRecipe) SpinDown(ctl app_control.Control) error

func (*ValueRcRecipeRecipe) SpinUp

type ValueRpModelRowReport

type ValueRpModelRowReport struct {
	// contains filtered or unexported fields
}

func (*ValueRpModelRowReport) Accept

func (z *ValueRpModelRowReport) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueRpModelRowReport) Apply

func (z *ValueRpModelRowReport) Apply() (v interface{})

func (*ValueRpModelRowReport) ApplyPreset

func (z *ValueRpModelRowReport) ApplyPreset(v0 interface{})

func (*ValueRpModelRowReport) Bind

func (z *ValueRpModelRowReport) Bind() interface{}

func (*ValueRpModelRowReport) Capture

func (z *ValueRpModelRowReport) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueRpModelRowReport) Debug

func (z *ValueRpModelRowReport) Debug() interface{}

func (*ValueRpModelRowReport) Init

func (z *ValueRpModelRowReport) Init() (v interface{})

func (*ValueRpModelRowReport) Report

func (z *ValueRpModelRowReport) Report() (report rp_model.Report, valid bool)

func (*ValueRpModelRowReport) Restore

func (*ValueRpModelRowReport) Spec

func (z *ValueRpModelRowReport) Spec() (typeName string, typeAttr interface{})

func (*ValueRpModelRowReport) SpinDown

func (*ValueRpModelRowReport) SpinUp

type ValueRpModelTransactionReport

type ValueRpModelTransactionReport struct {
	// contains filtered or unexported fields
}

func (*ValueRpModelTransactionReport) Accept

func (z *ValueRpModelTransactionReport) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueRpModelTransactionReport) Apply

func (z *ValueRpModelTransactionReport) Apply() (v interface{})

func (*ValueRpModelTransactionReport) ApplyPreset

func (z *ValueRpModelTransactionReport) ApplyPreset(v0 interface{})

func (*ValueRpModelTransactionReport) Bind

func (z *ValueRpModelTransactionReport) Bind() interface{}

func (*ValueRpModelTransactionReport) Capture

func (z *ValueRpModelTransactionReport) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueRpModelTransactionReport) Debug

func (z *ValueRpModelTransactionReport) Debug() interface{}

func (*ValueRpModelTransactionReport) Init

func (z *ValueRpModelTransactionReport) Init() (v interface{})

func (*ValueRpModelTransactionReport) Report

func (z *ValueRpModelTransactionReport) Report() (report rp_model.Report, valid bool)

func (*ValueRpModelTransactionReport) Restore

func (*ValueRpModelTransactionReport) Spec

func (z *ValueRpModelTransactionReport) Spec() (typeName string, typeAttr interface{})

func (*ValueRpModelTransactionReport) SpinDown

func (*ValueRpModelTransactionReport) SpinUp

type ValueSlackConn

type ValueSlackConn struct {
	// contains filtered or unexported fields
}

func (*ValueSlackConn) Accept

func (z *ValueSlackConn) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueSlackConn) Apply

func (z *ValueSlackConn) Apply() (v interface{})

func (*ValueSlackConn) ApplyPreset

func (z *ValueSlackConn) ApplyPreset(v0 interface{})

func (*ValueSlackConn) Bind

func (z *ValueSlackConn) Bind() interface{}

func (*ValueSlackConn) Capture

func (z *ValueSlackConn) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueSlackConn) Conn

func (z *ValueSlackConn) Conn() (conn api_conn.Connection, valid bool)

func (*ValueSlackConn) Debug

func (z *ValueSlackConn) Debug() interface{}

func (*ValueSlackConn) Init

func (z *ValueSlackConn) Init() (v interface{})

func (*ValueSlackConn) Restore

func (z *ValueSlackConn) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueSlackConn) Spec

func (z *ValueSlackConn) Spec() (typeName string, typeAttr interface{})

func (*ValueSlackConn) SpinDown

func (z *ValueSlackConn) SpinDown(ctl app_control.Control) error

func (*ValueSlackConn) SpinUp

func (z *ValueSlackConn) SpinUp(ctl app_control.Control) error

func (*ValueSlackConn) ValueText

func (z *ValueSlackConn) ValueText() string

type ValueString

type ValueString struct {
	// contains filtered or unexported fields
}

func (*ValueString) Accept

func (z *ValueString) Accept(recipe interface{}, t reflect.Type, v0 interface{}, name string) rc_recipe.Value

func (*ValueString) Apply

func (z *ValueString) Apply() (v interface{})

func (*ValueString) ApplyPreset

func (z *ValueString) ApplyPreset(v0 interface{})

func (*ValueString) Bind

func (z *ValueString) Bind() interface{}

func (*ValueString) Capture

func (z *ValueString) Capture(ctl app_control.Control) (v interface{}, err error)

func (*ValueString) Debug

func (z *ValueString) Debug() interface{}

func (*ValueString) Init

func (z *ValueString) Init() (v interface{})

func (*ValueString) Restore

func (z *ValueString) Restore(v es_json.Json, ctl app_control.Control) error

func (*ValueString) Spec

func (z *ValueString) Spec() (typeName string, typeAttr interface{})

func (*ValueString) SpinDown

func (z *ValueString) SpinDown(ctl app_control.Control) error

func (*ValueString) SpinUp

func (z *ValueString) SpinUp(ctl app_control.Control) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL