models

package
v0.0.0-...-11e5d33 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Id          primitive.ObjectID `json:"id" bson:"_id"`
	Name        string             `json:"name" bson:"Name"`
	Time        string             `json:"time" bson:"Time"`
	Day         int                `json:"day" bson:"Day"`
	Date        string             `json:"date" bson:"Date"`
	Venue       string             `json:"venue" bson:"Venue"`
	Description string             `json:"description" bson:"Description"`
}

type Guest

type Guest struct {
	Id      primitive.ObjectID `json:"id" bson:"_id"`
	EmailId string             `json:"emailId,omitempty" bson:"Email"`
}

type Meeting

type Meeting struct {
	MentorName         string `json:"mentorName" bson:"mentorName"`
	MentorDescription  string `json:"mentorDescription" bson:"mentorDescription"`
	StartupName        string `json:"startupName" bson:"startupName"`
	StartupDescription string `json:"startupDescription" bson:"startupDescription"`
	Time               string `json:"time" bson:"Time"`
	Day                int    `json:"day" bson:"Day"`
	Venue              string `json:"venue" bson:"Venue"`
	Type               string `json:"type" bson:"Type"`
	Panel              string `json:"panel" bson:"Panel"`
}

type Mentor

type Mentor struct {
	User            `json:",inline" bson:",inline"`
	Name            string `json:"name" bson:"Name"`
	Description     string `json:"description" bson:"Brief"`
	LinkedinProfile string `json:"linkedinProfile" bson:"LinkedIn"`
	Organization    string `json:"organization" bson:"Organization"`
	Photo           string `json:"photo" bson:"Photo"`
	Type            string `json:"type" bson:"Type"`
}

type Startup

type Startup struct {
	User                `json:",inline" bson:",inline"`
	Name                string `json:"startupName" bson:"Name"`
	Founder             string `json:"founder" bson:"Founder Name"`
	Description         string `json:"description" bson:"Brief about Idea"`
	Website             string `json:"website" bson:"Website"`
	Spoc                string `json:"spoc" bson:"SPOC"`
	CurrentScheme       string `json:"currentScheme" bson:"Current Scheme"`
	Sector              string `json:"sector" bson:"Sector"`
	SubSector           string `json:"subSector" bson:"Sub sector"`
	City                string `json:"city" bson:"City"`
	ProductType         string `json:"productType" bson:"Product Type"`
	MarketType          string `json:"marketType" bson:"Market type"`
	CurrentProductStage string `json:"currentProductStage" bson:"Current Product Stage"`
	HimalayanFocused    string `json:"himalayanFocused" bson:"Himalayan focussed"`
	HimachalBased       string `json:"himachalBased" bson:"Himachal based"`
	StudentStartup      string `json:"studentStartup" bson:"Student startup"`
	IITMandiStartup     string `json:"IITMandiStartup" bson:"IIT Mandi Startup"`
	TrlCurrent          string `json:"trlCurrent" bson:"TRL Current"`
	IncubationMode      string `json:"incubationMode" bson:"Mode of Incubation"`
	Employees           string `json:"employees" bson:"Employees"`
	InvestmentValue     string `json:"investmentValue" bson:"Investment Value (L)"`
	FundsSanctioned     string `json:"fundsSanctioned" bson:"Funds sanctioned"`
	Stage               string `json:"stage" bson:"Stage"`
	Theme               string `json:"theme" bson:"Theme"`
}

type User

type User struct {
	Id      string   `json:"id,omitempty" bson:"_id"`
	EmailId string   `json:"emailId,omitempty" bson:"Email"`
	PhNo    string   `json:"phNo,omitempty" bson:"Phone"`
	Tokens  []string `json:"tokens,omitempty" bson:"tokens"`
}

Jump to

Keyboard shortcuts

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