Documentation ¶
Index ¶
- Variables
- func CallerName(skip int) string
- func FunctionName(i interface{}) string
- func GenerateID() string
- func GenerateUUID(seedTime time.Time) string
- func Json(obj interface{}) string
- func JsonBytes(obj interface{}) []byte
- func ObjectName(i interface{}) string
- func PrettyJSONBytes(obj interface{}) []byte
- func PrettyJson(obj interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var OmitDefaultAPI = jsoniter.Config{ SortMapKeys: true, UseNumber: true, CaseSensitive: true, EscapeHTML: true, ValidateJsonRawMessage: true, }.Froze()
OmitDefaultAPI ...
Functions ¶
func GenerateUUID ¶
GenerateUUID simply generates an unique UID.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.