Documentation ¶
Index ¶
Constants ¶
View Source
const ( Double = "Double" String = "String" Boolean = "Boolean" )
View Source
const ( Program = "Program" Constraint = "Constraint" JS = "JS" Lua = "Lua" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInfo ¶
type ParameterPattern ¶
func (ParameterPattern) Extract ¶
func (pp ParameterPattern) Extract() (entKb.ParameterPattern, error)
func (*ParameterPattern) Fill ¶
func (pp *ParameterPattern) Fill(ent entKb.ParameterPattern) error
type ParameterRule ¶
func (ParameterRule) Extract ¶
func (pr ParameterRule) Extract() entKb.ParameterRule
func (*ParameterRule) Fill ¶
func (pr *ParameterRule) Fill(base entKb.ParameterRule)
type Pattern ¶
type Pattern struct { BaseInfo Type string ScriptLanguage string Script string InputParameters []ParameterPattern OutputParameters []ParameterPattern }
Click to show internal directories.
Click to hide internal directories.