models

package
v0.0.0-...-122b763 Latest Latest
Warning

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

Go to latest
Published: May 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Highlight

type Highlight struct {
	ID          primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
	Name        string             `json:"name,omitempty" bson:"name,omitempty"`
	Description string             `json:"description,omitempty" bson:"description,omitempty"`
	StartDate   string             `json:"startDate,omitempty" bson:"startDate,omitempty"`
	EndDate     string             `json:"endDate,omitempty" bson:"endDate,omitempty"`
	Active      bool               `json:"active,omitempty" bson:"active,omitempty"`
}

type Program

type Program struct {
	ID          primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
	Name        string             `json:"name,omitempty" bson:"name,omitempty"`
	Description string             `json:"description,omitempty" bson:"description,omitempty"`
	StartDate   string             `json:"startDate,omitempty" bson:"startDate,omitempty"`
	EndDate     string             `json:"endDate,omitempty" bson:"endDate,omitempty"`
	StartHour   string             `json:"startHour,omitempty" bson:"startHour,omitempty"`
	EndHour     string             `json:"endHour,omitempty" bson:"endHour,omitempty"`
	Active      bool               `json:"active,omitempty" bson:"active,omitempty"`
}

Jump to

Keyboard shortcuts

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