Documentation ¶
Index ¶
- func CloneObject(obj htypes.Any) htypes.Any
- func GetObjectFieldValue(o htypes.Any, field string) htypes.Any
- func GetObjectName(v htypes.Any) string
- func GetObjectTag(o htypes.Any, field string, tag string) (string, bool)
- func GetObjectTagValue(o htypes.Any, field string, tag string, key string) (string, bool)
- func GetObjectTagValues(o htypes.Any, field string, tag string) map[string]string
- func IsNil(o htypes.Any) bool
- func IsNumber(o htypes.Any) bool
- func KindName(k reflect.Kind) string
- func Map2Struct(data htypes.Map, result htypes.Any) error
- func ParseTag(tag string) map[string]string
- func PrintCallStack(depth, skip int)
- func PrintfCallStack(f string, depth, skip int)
- func SetObjectValues(obj htypes.Any, values htypes.Map) error
- func SprintCallStack(depth, skip int) string
- func SprintCallers(depth, skip int) []string
- func SprintfCallStack(f string, depth, skip int) string
- func SprintfCallers(f string, depth, skip int) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetObjectName ¶
func GetObjectTagValue ¶
func GetObjectTagValues ¶
func PrintCallStack ¶
func PrintCallStack(depth, skip int)
func PrintfCallStack ¶
func SprintCallStack ¶
func SprintCallers ¶
func SprintfCallStack ¶
func SprintfCallers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.