package
0.13.3
Repository: https://github.com/atomix/go-sdk.git
Documentation: pkg.go.dev

# Functions

IfVersion sets the required version for optimistic concurrency control.
No description provided by the author
WithTTL sets time-to-live for an entry.

# Structs

No description provided by the author
No description provided by the author
TTLOption is an option for update operations setting a TTL on the map entry.
No description provided by the author
VersionOption is an implementation of SetOption and DeleteOption to specify the version for concurrency control.

# Interfaces

No description provided by the author
DeleteOption is an option for the Delete method.
Event is a map change event.
EventsOption is an option for the Events method.
GetOption is an option for the Get method.
SetOption is an option for the Put method.
UpdateOption is an option for the Update method.
Value is a distributed value supporting atomic check-and-set operations.