Documentation ¶
Index ¶
- Constants
- 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
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 ParseDefaultMiniteTime ¶
func ParseDefaultSecondTime ¶
func ParseSecondMod1Time ¶
func PtrFloat64 ¶
func SlicePtrStrv ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.