Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheSession ¶
type CacheSession map[string]SessionIfo
type Session ¶
type SessionDB ¶
type SessionDB interface { Insert(ElemInfo) error Remove(elem.NodeID) error IsExist(elem.NodeID) (bool, error) GetLocalNode(elem.NodeID) (elem.NodeID, error) GetRemoteNode(elem.NodeID) (elem.NodeID, error) GetLocalRecoveryTimeStamp(elem.NodeID) (elem.RecoveryTimeStamp, error) GetRemoteRecoveryTimeStamp(elem.NodeID) (elem.RecoveryTimeStamp, error) }
type SessionInfo ¶
Click to show internal directories.
Click to hide internal directories.