Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + func ComposeTS(physical, logical int64) uint64 + func ExtractPhysical(ts uint64) int64 + func GetPhysical(t time.Time) int64 + type Future interface + Wait func() (uint64, error) + type Oracle interface + Close func() + GetTimestamp func(ctx goctx.Context) (uint64, error) + GetTimestampAsync func(ctx goctx.Context) Future + IsExpired func(lockTimestamp uint64, TTL uint64) bool