Documentation ¶
Index ¶
Constants ¶
View Source
const ( InjectTag = "wire" PropTag = "prop" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationRunner ¶
type CloserComponent ¶ added in v1.2.13
type CloserComponent interface {
Close() error
}
type ComponentPostProcessor ¶
type Configuration ¶
type Configuration interface {
Prefix() string
}
type InitializeComponent ¶
type InitializeComponent interface {
Init() error
}
type NamingComponent ¶
type NamingComponent interface {
Naming() string
}
type WirePrimary ¶ added in v1.4.0
type WirePrimary interface {
Primary()
}
type WireQualifier ¶ added in v1.4.0
type WireQualifier interface {
Qualifier() string
}
Click to show internal directories.
Click to hide internal directories.