Versions in this module Expand all Collapse all v0 v0.4.0 Oct 2, 2023 Changes in this version + type ContextLocker interface + ContextLock func(context.Context) error + ContextLockWithValue func(context.Context, string) error + ContextUnlock func(context.Context) error + LockWithValue func(string) + ReadValue func(context.Context, string, string) (string, error) + func New(ctx context.Context, bucket, object string) (ContextLocker, error) + func NewWithClient(client *http.Client, bucket, object string) ContextLocker