Versions in this module Expand all Collapse all v1 v1.1.1 Aug 29, 2024 Changes in this version + func AddPrefix(origin string, prefixs []string) string + func Get(url string) (resp []byte, err error) + func GetCallerInfo(skip int) string + func IsAllBlank(args ...interface{}) bool + func IsAnyBlank(args ...interface{}) bool + func MarshalSorted(v interface{}) ([]byte, error) + func MarshalSortedFast(v interface{}) ([]byte, error) + func Post(url string, body []byte, header map[string]string) (resp []byte, err error) + func ToCamelCase(field string) string + type Logger interface + Debug func(args ...interface{}) + Debugf func(format string, args ...interface{}) + Error func(args ...interface{}) + Errorf func(format string, args ...interface{}) + Info func(args ...interface{}) + Infof func(format string, args ...interface{}) + Warn func(args ...interface{}) + Warnf func(format string, args ...interface{}) v1.1.0 Jul 17, 2024