Documentation ¶
Index ¶
Constants ¶
This section is empty.
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 ConstructComponent ¶ added in v1.2.14
type ConstructComponent interface {
New()
}
type InitializeComponent ¶
type InitializeComponent interface {
Init() error
}
type NamingComponent ¶
type NamingComponent interface {
Naming() string
}
Click to show internal directories.
Click to hide internal directories.