Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bootstrapper ¶
type Bootstrapper interface { // Name() string Boot() error }
type Launcher ¶
type Launcher struct {
Boots []Bootstrapper
}
func (*Launcher) Add ¶
func (l *Launcher) Add(boots ...Bootstrapper)
Click to show internal directories.
Click to hide internal directories.