package
0.7.2
Repository: https://github.com/lucasbfernandes/go-client.git
Documentation: pkg.go.dev

# Functions

New creates a new partitioned set primitive.
WithReplay returns a Watch option to replay entries.

# Constants

EventAdded indicates a value was added to the set.
EventNone indicates that the event is not in reaction to a state change.
EventRemoved indicates a value was removed from the set.
Type is the set type.

# Structs

Event is a set change event.

# Interfaces

Client provides an API for creating Sets.
Set provides a distributed set data structure The set values are defines as strings.
WatchOption is an option for set Watch calls.

# Type aliases

EventType is the type of a set event.