Documentation ¶ Index ¶ type MilliTime func (mt MilliTime) GetBSON() (interface{}, error) func (mt MilliTime) MarshalJSON() ([]byte, error) func (mt MilliTime) Milli() int64 func (mt *MilliTime) SetBSON(raw bson.Raw) error func (mt *MilliTime) UnmarshalJSON(data []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MilliTime ¶ type MilliTime struct { time.Time } func (MilliTime) GetBSON ¶ func (mt MilliTime) GetBSON() (interface{}, error) func (MilliTime) MarshalJSON ¶ func (mt MilliTime) MarshalJSON() ([]byte, error) func (MilliTime) Milli ¶ func (mt MilliTime) Milli() int64 func (*MilliTime) SetBSON ¶ func (mt *MilliTime) SetBSON(raw bson.Raw) error func (*MilliTime) UnmarshalJSON ¶ func (mt *MilliTime) UnmarshalJSON(data []byte) error Source Files ¶ View all Source files time.go Click to show internal directories. Click to hide internal directories.