Documentation ¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "router" InPort = "input" DefaultPort = "default" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type RouteName ¶
RouteName special type which can carry its value and possible options for enum values
func (*RouteName) JSONSchema ¶
func (*RouteName) MarshalJSON ¶
MarshalJSON treat like underlying Value string
func (*RouteName) UnmarshalJSON ¶
UnmarshalJSON treat like underlying Value string
Click to show internal directories.
Click to hide internal directories.