package
0.0.0-20200917192850-53883ab13fc3
Repository: https://github.com/unit-io/unitd.git
Documentation: pkg.go.dev

# Functions

Close terminates connection to persistent storage.
GetAdapterName returns the name of the current adater.
InitDb open the db connection.
InitMessageStore init message store and start recovery if reset flag is not set.
IsOpen checks if persistent storage connection has been initialized.
Open initializes the persistence system.
RegisterAdapter makes a persistence adapter available.

# Variables

Log is the anchor for storing/retrieving Message objects.
Message is the anchor for storing/retrieving Message objects.
Message is the ancor for storing/retrieving Message objects.

# Structs

MessageLog is a Message struct to hold methods for persistence mapping for the Message object.
MessageStore is a Message struct to hold methods for persistence mapping for the Message object.
SubscriptionStore is a Subscription struct to hold methods for persistence mapping for the subscription.