package
0.5.6
Repository: https://github.com/bsm/accord.git
Documentation: pkg.go.dev

# Packages

Package direct implements a backend wrapper which allows to connect clients to a backend directly bypassing grpc servers.
Package mock implements an in-memory mock backend for testing.
Package postgres implements a postgres-based backend for storing state.

# Variables

ErrInvalidHandle returned by the backend if the handle cannot be used or has expired.
ErrIteratorDone may be thrown by list iterators to stop iteration.

# Structs

HandleData is retrieved by the backend.

# Interfaces

Backend represents a storage/persistent backend for handle information.

# Type aliases

Iterator function.