Documentation
¶
Index ¶
- func GetJsonValue(data, path string) string
- func GetMap(i interface{}) (string, map[string]interface{})
- func GetMapAsJson(i interface{}) (string, map[string]interface{})
- func GetPrimaryKey(i interface{}) map[string]interface{}
- func GetTag(i interface{}, tag string) (string, string)
- func GetTypeName(i interface{}) string
- func Int64TryParse(s string) (n int64, b bool)
- func IntTryParse(s string) (n int, b bool)
- func NewGuid() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJsonValue ¶
func GetMapAsJson ¶
func GetPrimaryKey ¶
func GetPrimaryKey(i interface{}) map[string]interface{}
primarykey is tag:pk, i should be pointer
func GetTypeName ¶
func GetTypeName(i interface{}) string
func Int64TryParse ¶
func IntTryParse ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.