env_config

package module
v0.0.0-...-3639d1b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2022 License: MIT Imports: 0 Imported by: 0

README

example-config

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	GetInt(key string) int64
	GetString(key string) string
	GetBool(key string) bool
	GetFloat(key string) float64
	GetBinary(key string) []byte
	GetArray(key string) []string
	GetMap(key string) map[string]string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL