Documentation ¶
Index ¶
Constants ¶
View Source
const KPingTimeout = 10 * time.Second
View Source
const MessagePrefix = byte('v')
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemServices ¶
type MemServices interface { UpdateVote(electoral *im.Electoral) UpdatePingRet(pret *node.PingRet) GetOnlineSuperNodes() []string GetNodesPingStates() []*ConnState GetNearestOnlineNode(bindex uint64) *im.Node FightPacker(ctx context.Context) (*EleRet, error) LatestPacker() *EleRet }
func CreateServices ¶
func CreateServices(cvfs vdb.CVFS, exptime int64) MemServices
Click to show internal directories.
Click to hide internal directories.