jsontype

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MilliTime

type MilliTime struct {
	time.Time
}

MilliTime represents time.Time that works better with mongodb.

func (MilliTime) GetBSON

func (mt MilliTime) GetBSON() (interface{}, error)

GetBSON returns BSON base on mt.

func (MilliTime) MarshalJSON

func (mt MilliTime) MarshalJSON() ([]byte, error)

MarshalJSON marshals mt to json bytes.

func (MilliTime) Milli

func (mt MilliTime) Milli() int64

Milli returns milliseconds for mt.

func (*MilliTime) SetBSON

func (mt *MilliTime) SetBSON(raw bson.Raw) error

SetBSON sets raw into mt.

func (*MilliTime) UnmarshalJSON

func (mt *MilliTime) UnmarshalJSON(data []byte) error

UnmarshalJSON unmarshals data into mt.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL