Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComponentInfo ¶
type Info ¶
type Info struct {
Name string
VersionID string // if module's build is registered
Version string
Addr string //listed address
//
Components []ComponentInfo
}
func (Info) GetMajorName ¶
func (Info) GetMajorNameSanitised ¶
func (Info) GetNameAndVersion ¶ added in v0.1.31
GetNameAndVersion Container image full name
func (Info) GetNameSanitised ¶ added in v0.1.114
type Port ¶ added in v0.1.69
type Port struct {
// if that's a source port, source means it can be a source of data
Source bool
// which side of the node will have this port
Position Position
// Name lower case programmatic name
Name string
// Human readable name (capital cased)
Label string
// Request conf
Configuration interface{}
// Response conf
ResponseConfiguration interface{}
}
Click to show internal directories.
Click to hide internal directories.