package
0.0.0-20240731064743-91808f827d5d
Repository: https://github.com/e1m0re/grdn.git
Documentation: pkg.go.dev

# Packages

Package memory implements functionality of in-memory storage.
Package mocks defines mocks for store.
Package sql implements functionality of SQL storage.

# Functions

NewStore instantiates the storage provider based on the Config provider.

# Interfaces

Store is the interface that each store should implement go:generate go run github.com/vektra/mockery/[email protected] --name=Store.