Versions in this module Expand all Collapse all v1 v1.0.0 Dec 16, 2024 Changes in this version + func GetKey(bucket, name string) []byte + func Hold(bucket, name string, clientID string, expireTimeout time.Duration, ...) (bool, error) + func Release(bucket, name string, clientID string) error + type AllocateInfo struct + Bucket string + ClientID string + Name string + Timestamp time.Time + func GetAllocateInfo(bucket, name string) (bool, *AllocateInfo, error)