Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFloat64 ¶
Types ¶
type IdGenerate ¶
type IdGenerate struct {
// contains filtered or unexported fields
}
func NewIdGenerate ¶
func NewIdGenerate(baseTime time.Time) *IdGenerate
func (*IdGenerate) Next ¶
func (g *IdGenerate) Next() int64
type SortInt64Slice ¶
type SortInt64Slice []int64
SortInt64Slice attaches the methods of Interface to []int64, sorting in increasing order.
func (SortInt64Slice) Len ¶
func (p SortInt64Slice) Len() int
func (SortInt64Slice) Less ¶
func (p SortInt64Slice) Less(i, j int) bool
func (SortInt64Slice) Swap ¶
func (p SortInt64Slice) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.