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

# Functions

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

# Constants

EventInserted indicates a value was added to the list.
EventNone indicates the event is not a change event.
EventRemoved indicates a value was removed from the list.
Type is the list type.

# Structs

Event is a list change event.

# Interfaces

Client provides an API for creating Lists.
List provides a distributed list data structure The list values are defines as strings.
WatchOption is an option for list Watch calls.

# Type aliases

EventType is the type for a list Event.