Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "inject" ConfigPort = "config" MessagePort = "message" OutputPort = "output" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements config injection with metadata persistence
func (*Component) GetInfo ¶
func (c *Component) GetInfo() module.ComponentInfo
type Config ¶
type Config struct {
Context Context `` /* 133-byte string literal not displayed */
}
Config is stored in metadata and injected into messages
Click to show internal directories.
Click to hide internal directories.