Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Log ¶
type Log struct { ID primitive.ObjectID `bson:"_id" json:"id" valid:"-"` Type Type `json:"type" bson:"type" valid:"required"` From string `json:"from" bson:"from" valid:"required"` Content map[string]interface{} `json:"content" bson:"content" valid:"required"` CreatedAt time.Time `bson:"createdAt" json:"createdAt" valid:"required"` }
Click to show internal directories.
Click to hide internal directories.