Documentation ¶ Index ¶ type LocalTime func (t *LocalTime) IsZero() bool func (t LocalTime) MarshalJSON() ([]byte, error) func (t *LocalTime) Scan(v interface{}) error func (t *LocalTime) String() string func (t *LocalTime) UnmarshalJSON(data []byte) error func (t LocalTime) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type LocalTime ¶ type LocalTime time.Time func (*LocalTime) IsZero ¶ func (t *LocalTime) IsZero() bool func (LocalTime) MarshalJSON ¶ func (t LocalTime) MarshalJSON() ([]byte, error) func (*LocalTime) Scan ¶ func (t *LocalTime) Scan(v interface{}) error func (*LocalTime) String ¶ func (t *LocalTime) String() string func (*LocalTime) UnmarshalJSON ¶ func (t *LocalTime) UnmarshalJSON(data []byte) error func (LocalTime) Value ¶ func (t LocalTime) Value() (driver.Value, error) Source Files ¶ View all Source files local_time.go Click to show internal directories. Click to hide internal directories.