Documentation
¶
Overview ¶
This is driver use INI format content as config source
about ini parse, please see https://github.com/gookit/ini/parser
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Decoder config.Decoder = func(blob []byte, ptr interface{}) (err error) { return parser.Decode(blob, ptr) }
Decoder the ini content decoder
View Source
var Driver = &iniDriver{config.Ini}
Driver
View Source
var Encoder config.Encoder = func(ptr interface{}) (out []byte, err error) { err = errors.New("INI: is not support encode data to INI") return }
Encoder encode data to ini content
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.