controllerAppActivity

package
v0.0.0-...-d231ca7 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityBodyAdd

type ActivityBodyAdd struct {
	ActivityBodyCommon
	EndsAt        time.Time `form:"ends_at" validate:"required" json:"ends_at" xml:"ends_at" binding:"required"`
	Seats         []uint32  `form:"seats" json:"seats" xml:"seats"`
	QueueStartsAt time.Time `form:"queue_starts_at" validate:"required" json:"queue_starts_at" xml:"queue_starts_at" binding:"required"`
	QueueEndsAt   time.Time `form:"queue_ends_at" validate:"required" json:"queue_ends_at" xml:"queue_ends_at" binding:"required"`
}

type ActivityBodyCommon

type ActivityBodyCommon struct {
	ClientID uint32 `form:"client_id" validate:"required" json:"client_id" xml:"client_id" binding:"required"`
}

type ControllerAppActivity

type ControllerAppActivity struct {
	commonComponent.GenericController
}

func (*ControllerAppActivity) ActionAdd

func (c *ControllerAppActivity) ActionAdd(g *gin.Context)

func (*ControllerAppActivity) RegisterActions

func (c *ControllerAppActivity) RegisterActions(r *gin.RouterGroup)

Jump to

Keyboard shortcuts

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