Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { Get(vChannel string) (Timestamp, error) Set(vChannel string, timestamp Timestamp) error Add(ctx context.Context, vChannel string, timestamp Timestamp) Remove(ctx context.Context, vChannel string) Watch() Listener WatchChannel(channel string) Listener Min() (string, Timestamp) }
Manager is the interface for tsafe manager.
func NewTSafeReplica ¶
func NewTSafeReplica() Manager
Click to show internal directories.
Click to hide internal directories.