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 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"`
}
Click to show internal directories.
Click to hide internal directories.