Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByName ¶
type ByName []*MasterDetails
type ConnectionEvent ¶
type ConnectionEvent struct {
Connected bool
}
type FlipperClient ¶
type FlipperClient interface { InitialiseRunningState(state *MasterDetailsCollection) Orchestrate(switchEvent MasterSwitchedEvent) }
type MasterDetails ¶
type MasterDetailsCollection ¶
type MasterDetailsCollection struct {
// contains filtered or unexported fields
}
func NewMasterDetailsCollection ¶
func NewMasterDetailsCollection() MasterDetailsCollection
func (*MasterDetailsCollection) AddOrReplace ¶
func (m *MasterDetailsCollection) AddOrReplace(master *MasterDetails)
func (*MasterDetailsCollection) IsEmpty ¶
func (m *MasterDetailsCollection) IsEmpty() bool
func (*MasterDetailsCollection) Items ¶
func (m *MasterDetailsCollection) Items() []*MasterDetails
type MasterSwitchedEvent ¶
type Sentinel ¶
func (*Sentinel) GetLocation ¶
Click to show internal directories.
Click to hide internal directories.