Documentation
¶
Index ¶
- type Bo
- func (bo Bo) GetBoolean(path string, defaultValue ...bool) bool
- func (bo Bo) GetDataSize(path string) int64
- func (bo Bo) GetDuration(path string) time.Duration
- func (bo Bo) GetFloat(path string, defaultValue ...float64) float64
- func (bo Bo) GetInt(path string, defaultValue ...int) int
- func (bo Bo) GetInt64(path string, defaultValue ...int64) int64
- func (bo Bo) GetIntSlice(path string) []int
- func (bo Bo) GetMap(path string) map[string]interface{}
- func (bo Bo) GetMapSlice(path string) []map[string]interface{}
- func (bo Bo) GetSlice(path string) []interface{}
- func (bo Bo) GetString(path string, defaultValue ...string) string
- func (bo Bo) GetStringMap(path string) map[string]string
- func (bo Bo) GetStringSlice(path string) []string
- func (bo Bo) IsEmpty() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bo ¶
type Bo struct {
// contains filtered or unexported fields
}
func (Bo) GetDataSize ¶
func (Bo) GetIntSlice ¶
func (Bo) GetMapSlice ¶
func (Bo) GetStringSlice ¶
Click to show internal directories.
Click to hide internal directories.