Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Pulls together the bridge, a cached state configuration and the bus.
type AppendSliceValue ¶
type AppendSliceValue []string
AppendSliceValue implements the flag.Value interface and allows multiple calls to the same variable to append a list.
func (*AppendSliceValue) Set ¶
func (s *AppendSliceValue) Set(value string) error
func (*AppendSliceValue) String ¶
func (s *AppendSliceValue) String() string
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
Just manages all the data going into out of this service.
type Command ¶
type Command struct {
Ui cli.Ui
ShutdownCh <-chan struct{}
// contains filtered or unexported fields
}
Holds all the context for a running agent
type SphereLeds ¶
type SphereLeds struct {
}
Click to show internal directories.
Click to hide internal directories.