Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity uint
func (Entity) IsBackendServiceType ¶
func (Entity) IsDatabaseType ¶
func (Entity) IsServiceType ¶
type NodeType ¶
type NodeType uint
func GetNodeTypeFromKey ¶
func (NodeType) IsAgentType ¶
func (NodeType) IsToolType ¶
func (NodeType) IsTriggerType ¶
type ToolType ¶
type ToolType uint
ToolType is the type of tool that can be run on an entity
func GetToolTypeFromNodeType ¶
func (ToolType) GetEntities ¶
GetEntities returns the entities that can run this tool type
type TriggerType ¶
type TriggerType uint
const ( Chat TriggerType = iota + 1 MaxTriggerType //always add new types before MaxTriggerType )
func GetTriggerTypeFromNodeType ¶
func GetTriggerTypeFromNodeType(nodeType NodeType) (TriggerType, error)
func (TriggerType) String ¶
func (t TriggerType) String() string
Click to show internal directories.
Click to hide internal directories.