Documentation
¶
Index ¶
- Constants
- Variables
- func CountMethodTps(total float64, now time.Time, info string)
- func CountMethodUseTime(now time.Time, info string, duration time.Duration)
- func CreateUUID() string
- func DurationToString(duration time.Duration) string
- func FixTestExpressionSymbol(bytes *[]byte)
- func GetFloatValuePtr(arg *float64) string
- func GetGID() int64
- func GetIntValuePtr(arg *int) string
- func GetStringValuePtr(arg *string) string
- func GetTimeValuePtr(arg *time.Time) string
- func GetValue(arg interface{}, types reflect.Type) string
- func GoroutineID() int64
- func LowerFieldFirstName(fieldStr string) string
- func NewError(StructName string, args ...interface{}) error
- func PrintTimeString(info string, start time.Time, end time.Time, duration time.Duration) string
- func UpperFieldFirstName(fieldStr string) string
Constants ¶
View Source
const PackageName = "com.github.zhuxiujia.GoMybatis"
Variables ¶
View Source
var Float64Type = reflect.TypeOf(c_FLOAT64_DEFAULT)
Functions ¶
func CountMethodTps ¶
调用次方法 必须加上 defer 关键字!
func CountMethodUseTime ¶
调用次方法 必须加上 defer 关键字!
func CreateUUID ¶
func CreateUUID() string
func DurationToString ¶
func FixTestExpressionSymbol ¶
func FixTestExpressionSymbol(bytes *[]byte)
补丁:临时解决test表达式,包含<符号时etree 无法解析的问题
func GetFloatValuePtr ¶
func GetIntValuePtr ¶
func GetStringValuePtr ¶
func GetTimeValuePtr ¶
func GoroutineID ¶
func GoroutineID() int64
func PrintTimeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.