Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyComponent ¶
type DependencyComponent interface {
Exec() error
}
func NewDependencyComponent ¶
func NewDependencyComponent() (DependencyComponent, error)
type SampleComponent ¶
type SampleComponent interface {
Exec() error
}
func NewSampleComponent ¶
func NewSampleComponent(d DependencyComponent) (SampleComponent, error)
Click to show internal directories.
Click to hide internal directories.