Versions in this module Expand all Collapse all v0 v0.1.1 Jan 13, 2026 v0.1.0 Jan 12, 2026 Changes in this version + type Timestamp struct + func New(t time.Time) Timestamp + func (ts *Timestamp) UnmarshalJSON(data []byte) error + func (ts *Timestamp) UnmarshalText(data []byte) error + func (ts Timestamp) IsZero() bool + func (ts Timestamp) MarshalJSON() ([]byte, error) + func (ts Timestamp) MarshalText() ([]byte, error) + func (ts Timestamp) String() string + func (ts Timestamp) Time() time.Time