Documentation ¶
Index ¶
- Constants
- func Float32ToFloat64(v *float32) float64
- func Hash(x interface{}) string
- func Int32Ptr(v int32) *int32
- func ParamType(t string) map[string]string
- func ParseDefaultMiniteTime(t string) int64
- func ParseDefaultSecondTime(t string) int64
- func ParseSecondMod1Time(t string) int64
- func ParseTime(format, t string) int64
- func PtrFloat64(v *float64) float64
- func PtrInt32(v *int32) int32
- func PtrInt64(v *int64) int64
- func PtrStrV(v *string) string
- func SlicePtrStrv(items []*string) []string
- func StringPtr(v string) *string
- func StringToFloat64(v *string) float64
- type EnumDescribe
Constants ¶
View Source
const ( ISO8601_FORMAT = "2006-01-02T15:04:05Z" DEFAULT_TIME_MINITE_FORMAT = "2006-01-02T15:04Z" TIME_SECOND_FORMAT_MOD1 = "2006-01-02 15:04:05" )
Variables ¶
This section is empty.
Functions ¶
func Float32ToFloat64 ¶
func ParseDefaultMiniteTime ¶
func ParseDefaultSecondTime ¶
func ParseSecondMod1Time ¶
func PtrFloat64 ¶
func SlicePtrStrv ¶
func StringToFloat64 ¶
Types ¶
type EnumDescribe ¶
Click to show internal directories.
Click to hide internal directories.