Documentation
¶
Index ¶
- func Bool(in interface{}, debugKeys ...string) bool
- func BoolErr(in interface{}, debugKeys ...string) (bool, error)
- func CheckMapStringType(t interface{}) (map[string]interface{}, bool)
- func Float32(in interface{}, debugKeys ...string) float32
- func Float32Err(in interface{}, debugKeys ...string) (float32, error)
- func Float64(in interface{}, debugKeys ...string) float64
- func Float64Err(in interface{}, debugKeys ...string) (float64, error)
- func Int(in interface{}, debugKeys ...string) int
- func Int32(in interface{}, debugKeys ...string) int32
- func Int32Err(in interface{}, debugKeys ...string) (int32, error)
- func Int64(in interface{}, debugKeys ...string) int64
- func Int64Err(in interface{}, debugKeys ...string) (int64, error)
- func ListOfInt32Err(in interface{}, checkLen bool, debugKeys ...string) ([]int32, error)
- func ListOfInt64Err(in interface{}, checkLen bool, debugKeys ...string) ([]int64, error)
- func ListOfStrings(in interface{}, checkLen bool, debugKeys ...string) []string
- func ListOfStringsErr(in interface{}, checkLen bool, debugKeys ...string) ([]string, error)
- func ListOfStringsP(in interface{}, checkLen bool, debugKeys ...string) []string
- func ListOfStringsPErr(in interface{}, checkLen bool, debugKeys ...string) ([]string, error)
- func String(in interface{}, debugKeys ...string) string
- func StringTS(in interface{}, debugKeys ...string) string
- func Uint32(in interface{}, debugKeys ...string) uint32
- func Uint32Err(in interface{}, debugKeys ...string) (uint32, error)
- func Uint64(in interface{}, debugKeys ...string) uint64
- func Uint64Err(in interface{}, debugKeys ...string) (uint64, error)
- type It
- type MapIt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckMapStringType ¶
func Float32Err ¶
func Float64Err ¶
func ListOfInt32Err ¶
func ListOfInt64Err ¶
func ListOfStrings ¶ added in v0.0.3
func ListOfStringsErr ¶ added in v0.0.3
func ListOfStringsP ¶ added in v0.0.3
func ListOfStringsPErr ¶ added in v0.0.3
Types ¶
type It ¶
type It struct {
// contains filtered or unexported fields
}
func (*It) NextNotEmptyString ¶
func (*It) NextNotNil ¶
func (it *It) NextNotNil() interface{}
func (*It) NextNotNilMapString ¶
type MapIt ¶ added in v0.1.1
type MapIt struct {
// contains filtered or unexported fields
}
func MapIterator ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.