package
0.0.0-20210808214630-330417141eb4
Repository: https://github.com/dav10195/submit_server.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
delete the given elements (if they exist) from the DB.
delete the given keys from the given bucket.
No description provided by the author
given a bucket and a key, return the bytes of the data assigned with that key.
initialize the BoltDB in the given path.
initializes a DB for testing and returns a cleanup function.
determines if the given key exists in the given bucket.
given a bucket and a processing function, process all elements in that bucket.
update (or create, if they don't exist yet) the given elements in the DB.

# Constants

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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
bucket names.

# Structs

a common struct that should be embedded into all implementors of IBucketElement.
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

# Interfaces

implementors of this interface are elements that wish to be stored in a certain bucket.

# Type aliases

a function that accepts the bucket element key and data and processes it using the implemented strategy.