models

package
v0.0.0-...-ed99055 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2020 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Meeting

type Meeting struct {
	ID        bson.ObjectId `bson:"_id" json:"id"`
	Title     string        `bson:"title" json:"title"`
	StartTime string        `bson:"stime" json:"stime"`
	EndTime   string        `bson:"etime" json:"etime"`
	Timestamp string        `bson:"timestamp" json:"timestamp"`
	Participant
}

type Participant

type Participant struct {
	Name  string `bson:"name" json:"name"`
	Email string `bson:"email" json:"email"`
	Rsvp  string `bson:"rsvp" json:"rsvp"`
}

Jump to

Keyboard shortcuts

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