requests

package
v0.0.0-...-e5836b3 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

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