models

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2023 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 Application

type Application struct {
	ID          primitive.ObjectID `json:"ID" bson:"_id"`
	Name        string             `json:"Name" bson:"Name"`
	Description string             `json:"Description" bson:"Description"`
	UserID      primitive.ObjectID `json:"UserID" bson:"UserID"`
	CreatedAt   time.Time          `json:"CreatedAt" bson:"CreatedAt"`
	SchemeID    int                `json:"SchemeID" bson:"SchemeID"`
	Active      bool               `json:"Active" bson:"Active"`
	Options     bson.M             `json:"Options" bson:"Options"`
}

Jump to

Keyboard shortcuts

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