Documentation ¶
Index ¶
- Constants
- Variables
- func CountMethodTps(total int, 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 GetGID() int64
- func GoroutineID() int64
- func LowerFieldFirstName(fieldStr string) string
- func NewError(StructName string, args ...interface{}) error
- func SprintArray(array_or_slice []interface{}) 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 GoroutineID ¶
func GoroutineID() int64
func SprintArray ¶
func SprintArray(array_or_slice []interface{}) string
format array [1,2,3,""] to '[1,2,3,]'
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.