package
1.0.0
Repository: https://github.com/suared/core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBasicConfig - Returns a basic implementation of a Config.

# Structs

BasicConfig - Basic implementation of Config Map with a backing map and convenience add method.

# Interfaces

Config - Interface to map of string config values.
Repository - Interface to access table CRUD methods, insert, update, etc...; Contains Config and Implements Session for DB types to reuse.
Session - Interface to enable strategy to be set in library for communicating to DB...