Documentation ¶
Index ¶
- Variables
- type Seconds
- func (t Seconds) Decimal() string
- func (t Seconds) MarshalBinary() ([]byte, error)
- func (t Seconds) MarshalEasyJSON(w *jwriter.Writer)
- func (t *Seconds) ParseDecimal(value string) error
- func (t *Seconds) ParseString(value string) error
- func (t *Seconds) ParseStringIgnoreNanoseconds(value string) error
- func (t Seconds) String() string
- func (t *Seconds) UnmarshalBinary(data []byte) error
- func (t *Seconds) UnmarshalEasyJSON(l *jlexer.Lexer)
Constants ¶
This section is empty.
Variables ¶
View Source
var NonZeroNanoseconds = errors.New("time has nonzero nanoseconds")
Functions ¶
This section is empty.
Types ¶
type Seconds ¶
type Seconds int64
func (Seconds) MarshalBinary ¶
func (Seconds) MarshalEasyJSON ¶
func (*Seconds) ParseDecimal ¶
func (*Seconds) ParseString ¶
func (*Seconds) ParseStringIgnoreNanoseconds ¶
func (*Seconds) UnmarshalBinary ¶
func (*Seconds) UnmarshalEasyJSON ¶
Click to show internal directories.
Click to hide internal directories.