Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTokenStr ¶
func GetTokenStr() string
func NowTimeStr2TimeStamp ¶
NowTimeStr2TimeStamp 2022-01-21 12:21:31 -> 1657255820
func TimeStamp2NowTimeStr ¶
TimeStamp2NowTimeStr 1657255820 -> 2022-01-21 12:21:31
Types ¶
type IntMatrix2 ¶
type IntMatrix2 [][]int64
func (IntMatrix2) Equals ¶
func (m IntMatrix2) Equals(other IntMatrix2) bool
func (*IntMatrix2) Scan ¶
func (m *IntMatrix2) Scan(value interface{}) error
type IntMatrix3 ¶
type IntMatrix3 [][][]int64
func (IntMatrix3) Equals ¶
func (m IntMatrix3) Equals(other IntMatrix3) bool
func (*IntMatrix3) Scan ¶
func (m *IntMatrix3) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.