Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Find ¶
func Find(ls []interface{}, predicate func(interface{}) bool) interface{}
Find used to find an element in a slice
func IncludeRootInJSON ¶
IncludeRootInJSON used prepend root in JSON
Types ¶
type Dictionary ¶ added in v0.0.39
type Dictionary struct {
// contains filtered or unexported fields
}
Dictionary used to provide accessibilities to dynamic hash
func MakeDictionary ¶ added in v0.0.39
func MakeDictionary(properties H) *Dictionary
MakeDictionary used to instantiate dictionary instance
func (*Dictionary) Set ¶ added in v0.0.39
func (dict *Dictionary) Set(key string, value interface{})
Set used to set property
func (*Dictionary) Value ¶ added in v0.0.39
func (dict *Dictionary) Value(key string) interface{}
Value used to retrieve params value
func (*Dictionary) ValueInt ¶ added in v0.0.39
func (dict *Dictionary) ValueInt(key string, fallback int) int
ValueInt used to retrieve params value in int
func (*Dictionary) ValueStr ¶ added in v0.0.39
func (dict *Dictionary) ValueStr(key string) string
ValueStr used to retrieve params value in string
Click to show internal directories.
Click to hide internal directories.