Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YmlConfigEntity ¶
type YmlConfigEntity interface {
ConfigFileChangeListen()
Clone(fileName string) YmlConfigEntity
Get(keyName string) interface{}
GetString(keyName string) string
GetBool(keyName string) bool
GetInt(keyName string) int
GetInt32(keyName string) int32
GetInt64(keyName string) int64
GetFloat64(keyName string) float64
GetDuration(keyName string) time.Duration
GetStringSlice(keyName string) []string
}
Click to show internal directories.
Click to hide internal directories.