Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFoundErr ¶ added in v1.0.1
Types ¶
type SecTimestamp ¶
type SecTimestamp int64
SecTimestamp 用于mysql的秒时间戳类型
func NewSecTimestamp ¶
func NewSecTimestamp(t time.Time) SecTimestamp
func (*SecTimestamp) Scan ¶
func (s *SecTimestamp) Scan(src interface{}) error
func (*SecTimestamp) Time ¶
func (s *SecTimestamp) Time() time.Time
Click to show internal directories.
Click to hide internal directories.