Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoriesCreate ¶
type HistoriesCreate struct { AuthenticationKey string `json:"authenticationKey"` Table string `json:"table"` OriginalID primitive.ObjectID `json:"originalId"` Data interface{} `json:"data"` CreatedBy primitive.ObjectID `json:"createdBy" bson:"createdBy"` CreatedAt time.Time `json:"createdAt" bson:"createdAt"` UpdatedBy primitive.ObjectID `json:"updatedBy" bson:"updatedBy"` UpdatedAt time.Time `json:"updatedAt" bson:"updatedAt"` DeletedBy *primitive.ObjectID `json:"deletedBy" bson:"deletedBy"` DeletedAt *time.Time `json:"deletedAt" bson:"deletedAt"` }
Click to show internal directories.
Click to hide internal directories.