//
pkg.gl
Category
github.com/libs4go/scf4go
module
package
0.0.8
Repository:
https://github.com/libs4go/scf4go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
18
Files
383 SLOC
#
README
scf4go
simple config facade for golang
usage
for details see the test
examples
#
Packages
codec
No description provided by the author
reader
No description provided by the author
test
No description provided by the author
#
Functions
Codecs
Codecs get register codec slice.
New
New Config create new config object.
NewOptions
NewOptions .
Register
Register .
WithCodec
WithCodec .
#
Variables
ErrCodec
Errors.
ErrJSONCodec
Errors.
#
Structs
Options
Options .
ReadBlock
ReadBlock .
#
Interfaces
Codec
Codec .
Config
Config the config facade.
Reader
Reader Read the config source object.
Value
Value .
Values
Values the config values access interface.
#
Type aliases
Option
Option .