package
0.0.0-20231130153141-cb54596b217d
Repository: https://github.com/goboolean/common.git
Documentation: pkg.go.dev

# Structs

Config is a struct that holds the configuration values as a const It is recommended to use ConfigMap rather than Config.

# Interfaces

An interface form that every infrastructure package should met.

# Type aliases

ConfigMap is a struct that holds the configuration values as dynamic its value type can be string, int, float64.