# README
most of the code here has been borrowed from rqlite project which is under MIT license. LICENSE file is included to roughly cover all rqlite code seen in this or sub directoris
# Packages
Package auth is a lightweight credential store.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package transport provides a Transport for github.com/hashicorp/raft over gRPC.
# Functions
CredentialsFor returns a Credentials instance for the given username, or nil if the given CredentialsStore is nil, or the username is not found.
New returns a new instance of the cluster service.
NewClient returns a client instance for talking to a remote node.
# Structs
Client allows communicating with a remote node.
No description provided by the author
No description provided by the author
Service provides information about the node and cluster.
# Interfaces
CredentialStore is the interface credential stores must support.