bootconfig

package
v1.2.29 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFileConfigManager added in v1.2.28

func GetFileConfigManager() (iConfig, error)

func GetSecretManager added in v1.2.28

func GetSecretManager(env string) iConfig

GetSecretManager ..

func Init

func Init(env string) error

func MustInit added in v1.2.18

func MustInit(env string)

Types

type ConfigManager added in v1.2.28

type ConfigManager interface {

	//This panics if no such config found
	MustGet(string) []byte

	//This panics if no such global config found
	MustGetGlobal(string) []byte
	// contains filtered or unexported methods
}
var ConfManager ConfigManager

Jump to

Keyboard shortcuts

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