Documentation ¶
Index ¶
- type DbInfo
- type DiscoverdInfo
- type PeerSimInfo
- type Simulator
- func (s *Simulator) AddPeer(args []string)
- func (s *Simulator) Bootstrap(args []string)
- func (s *Simulator) CatchUp(args []string)
- func (s *Simulator) Close() error
- func (s *Simulator) Depose(args []string)
- func (s *Simulator) Discoverd(args []string)
- func (s *Simulator) Echo(args []string)
- func (s *Simulator) Exit(args []string)
- func (s *Simulator) Freeze(args []string)
- func (s *Simulator) Help(args []string)
- func (s *Simulator) Ident(args []string)
- func (s *Simulator) LsPeers(args []string)
- func (s *Simulator) Peer(args []string)
- func (s *Simulator) Rebuild(args []string)
- func (s *Simulator) RmPeer(args []string)
- func (s *Simulator) RunCommand(cmdline string)
- func (s *Simulator) SetClusterState(args []string)
- func (s *Simulator) StartPeer(args []string)
- func (s *Simulator) Unfreeze(args []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbInfo ¶
type DiscoverdInfo ¶
type DiscoverdInfo struct { State *state.DiscoverdState `json:"state"` Peers []*discoverd.Instance `json:"peers"` }
type PeerSimInfo ¶
type Simulator ¶
type Simulator struct {
// contains filtered or unexported fields
}
func (*Simulator) RunCommand ¶
func (*Simulator) SetClusterState ¶
Click to show internal directories.
Click to hide internal directories.