routes

package
v0.0.0-...-1a1c3b1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AcceptJob

func AcceptJob(c *gin.Context)

func AcceptParticapant

func AcceptParticapant(c *gin.Context)

func AddJob

func AddJob(c *gin.Context)

func GetJobs

func GetJobs(c *gin.Context)

func GetJobsByMonthYear

func GetJobsByMonthYear(c *gin.Context)

func GetJobsByMonthsYear

func GetJobsByMonthsYear(c *gin.Context)

func GoogleLogin

func GoogleLogin(c *gin.Context)

func HomePage

func HomePage(c *gin.Context)

func JobInfo

func JobInfo(c *gin.Context)

func KickParticapant

func KickParticapant(c *gin.Context)

func NotificationTokenAdd

func NotificationTokenAdd(c *gin.Context)

func RejectParticapant

func RejectParticapant(c *gin.Context)

func Validate

func Validate(c *gin.Context)

Types

type DateType

type DateType struct {
	Month int8  `json:"month"`
	Day   int8  `json:"day"`
	Year  int16 `json:"year"`
}

type JobVolunteers

type JobVolunteers struct {
	UserId    uint   `json:"userId"`
	Positions int8   `json:"positions"`
	FullName  string `json:"fullName"`
}

type TimeType

type TimeType struct {
	Hour   int8   `json:"hour"`
	Minute int8   `json:"minute"`
	Pm     string `json:"pm"`
}

Jump to

Keyboard shortcuts

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