Documentation
¶
Index ¶
- func GetComponentName(c interface{}) string
- func IsConfigure(field reflect.StructField, value reflect.Value) (string, bool)
- func IsDependency(field reflect.StructField) (string, bool)
- func IsProduce(field reflect.StructField) (string, bool)
- type ApplicationRunner
- type ComponentPostProcessor
- type Configuration
- type InitializeComponent
- type NamingComponent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetComponentName ¶
func GetComponentName(c interface{}) string
func IsConfigure ¶
func IsDependency ¶
func IsDependency(field reflect.StructField) (string, bool)
Types ¶
type ApplicationRunner ¶
type ComponentPostProcessor ¶
type Configuration ¶
type Configuration interface {
Prefix() string
}
type InitializeComponent ¶
type InitializeComponent interface {
Init() error
}
type NamingComponent ¶
type NamingComponent interface {
Naming() string
}
Click to show internal directories.
Click to hide internal directories.