Documentation
¶
Index ¶
Constants ¶
View Source
const (
LOCAL_TIME_FORMAT = "2006-01-02 15:04:05"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegerTime ¶
func NowIntegerTime ¶
func NowIntegerTime() *IntegerTime
func (IntegerTime) MarshalJSON ¶
func (t IntegerTime) MarshalJSON() ([]byte, error)
func (*IntegerTime) Scan ¶
func (t *IntegerTime) Scan(value interface{}) error
func (*IntegerTime) UnmarshalJSON ¶
func (t *IntegerTime) UnmarshalJSON(data []byte) error
type StringTime ¶
func NowStringTime ¶
func NowStringTime() *StringTime
func (StringTime) MarshalJSON ¶
func (t StringTime) MarshalJSON() ([]byte, error)
func (*StringTime) Scan ¶
func (t *StringTime) Scan(value interface{}) error
func (*StringTime) UnmarshalJSON ¶
func (t *StringTime) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.