Categorygithub.com/mr55p-dev/gonk
modulepackage
0.5.0
Repository: https://github.com/mr55p-dev/gonk.git
Documentation: pkg.go.dev

# README

gonk

Go Reference

Simple configuration tool for golang. Supports loading from yaml files and environment variables.

# Functions

LoadConfig loads configuration into a struct pointer or slice.
NewYamlLoader returns a loader for the yaml file specified in the path.

# Interfaces

No description provided by the author

# Type aliases

EnvLoader will load configuration from environment variables.
No description provided by the author
MapLoader wraps a map[string]any to allow loading data from it into a struct.
No description provided by the author
No description provided by the author