Documentation ¶
Overview ¶
Package properties is a driver use Java properties format content as config source
Usage please see readme.
Index ¶
Constants ¶
View Source
const Name = "properties"
Name string
Variables ¶
View Source
var ( // Decoder the properties content decoder Decoder config.Decoder = properties.Decode // Encoder the properties content encoder Encoder config.Encoder = properties.Encode // Driver for properties Driver = config.NewDriver(Name, Decoder, Encoder) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.