package
0.2.4
Repository: https://github.com/drawr-team/core-server.git
Documentation: pkg.go.dev

# Functions

NewClient sets up Client.

# Constants

DBPath is the location of the bolt DB.
SessionBucket is the name of the bolt bucket that stores sessions.
UserBucket is the name of the bolt bucket that stores the users.

# Variables

ErrExists means the value was found in the DB.
ErrNotFound means the requested key could not be found in DB.

# Structs

Client is a client to the bolt DB.

# Interfaces

DBClient is the interface that gets implemented by this package.