controllers

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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventController

type EventController struct {
	// contains filtered or unexported fields
}

func NewEventController

func NewEventController(coll *mongo.Collection) *EventController

func (*EventController) GetEvents

type MeetingController

type MeetingController struct {
	// contains filtered or unexported fields
}

func NewMeetingController

func NewMeetingController(mappingColl *mongo.Collection,
	themeMappingColl *mongo.Collection) *MeetingController

func (*MeetingController) GetMeetings

type UserController

type UserController struct {
	// contains filtered or unexported fields
}

func NewUserController

func NewUserController(startupColl *mongo.Collection,
	mentorColl *mongo.Collection,
	guestColl *mongo.Collection) *UserController

func (*UserController) Check

func (*UserController) CreateGuest

func (uc *UserController) CreateGuest(w http.ResponseWriter, r *http.Request, _ httprouter.Params)

func (*UserController) GetHstStartups

func (uc *UserController) GetHstStartups(w http.ResponseWriter,
	r *http.Request, _ httprouter.Params)

func (*UserController) GetIncubatedStartups

func (uc *UserController) GetIncubatedStartups(w http.ResponseWriter,
	r *http.Request, _ httprouter.Params)

func (*UserController) GetMentors

func (uc *UserController) GetMentors(w http.ResponseWriter, r *http.Request, _ httprouter.Params)

func (*UserController) Login

func (*UserController) Logout

func (*UserController) LogoutAll

Jump to

Keyboard shortcuts

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