lib_gc_config

package
v0.0.0-...-e28984d Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const COFNIG_MAP_NAME = "CONFIG_MAP"

Variables

This section is empty.

Functions

This section is empty.

Types

type IConfigurationProvider

type IConfigurationProvider interface {
	GetPropertySTRING(section string, property string) string
	GetPropertyBOOL(section string, property string) bool
	GetPropertyINT(section string, property string) int
	GetPropertyINT64(section string, property string) int64
	GetPropertyFLOAT64(section string, property string) float64
	// contains filtered or unexported methods
}
var PtrConfigProvider IConfigurationProvider

Jump to

Keyboard shortcuts

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