Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KnowledgeBase ¶
type ParameterPattern ¶
type ParameterPattern struct { ShortName string Type types.ParameterType }
type ParameterRule ¶
type Pattern ¶
type Pattern struct { BaseInfo Type types.PatternType ScriptLanguage types.ScriptLanguageType Script string InputParameters []ParameterPattern OutputParameters []ParameterPattern }
type Rule ¶
type Rule struct { BaseInfo PatternUUID string InputParameters []ParameterRule OutputParameters []ParameterRule }
Click to show internal directories.
Click to hide internal directories.