Documentation
¶
Index ¶
- Constants
- func Execute()
- type App
- func (a *App) ApplyTXs(txs []*requestpb.Request) error
- func (a *App) Checkpoint(_ *checkpoint.StableCheckpoint) error
- func (a *App) NewEpoch(_ t.EpochNr) (map[t.NodeID]t.NodeAddress, error)
- func (a *App) RestoreState(checkpoint *checkpoint.StableCheckpoint) error
- func (a *App) Snapshot() ([]byte, error)
Constants ¶
View Source
const (
ReqReceiverBasePort = 20000
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
func (*App) Checkpoint ¶
func (a *App) Checkpoint(_ *checkpoint.StableCheckpoint) error
func (*App) RestoreState ¶
func (a *App) RestoreState(checkpoint *checkpoint.StableCheckpoint) error
Click to show internal directories.
Click to hide internal directories.