model

package
v0.0.0-...-c113072 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 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 Record

type Record struct {
	Display   string `bson:"display"`
	StartTime int64  `bson:"startTime"`
	End       bool   `bson:"end"`
	Url       string `bson:"url"`
}

type RecordCache

type RecordCache struct {
	Id      primitive.ObjectID `json:"id" bson:"_id"`
	Room    string             `bson:"room"`
	Records []Record           `bson:"records"`
}

Jump to

Keyboard shortcuts

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