templates

package
v0.0.0-...-ee354c3 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2024 License: GPL-3.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DocsButtonDetailsHandler

func DocsButtonDetailsHandler(c *gin.Context)

func DocsCheckboxDetailsHandler

func DocsCheckboxDetailsHandler(c *gin.Context)

func DocsComponentsHandler

func DocsComponentsHandler(c *gin.Context)

func DocsInputDetailsHandler

func DocsInputDetailsHandler(c *gin.Context)

func DocsSelectDetailsHandler

func DocsSelectDetailsHandler(c *gin.Context)

func DocsSwitchDetailsHandler

func DocsSwitchDetailsHandler(c *gin.Context)

func DocsTextareaDetailsHandler

func DocsTextareaDetailsHandler(c *gin.Context)

Types

type ErrorHandler

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

func NewErrorHandler

func NewErrorHandler(tStore db.TranslationStore) *ErrorHandler

func (*ErrorHandler) Handle

func (p *ErrorHandler) Handle(c *gin.Context, reason model.ErrorReason)

type GuestHandler

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

func NewGuestHandler

func NewGuestHandler(
	iStore db.InvitationStore,
	tStore db.TranslationStore,
	gStore db.GuestStore,
	eStore db.EventStore,
) *GuestHandler

func (*GuestHandler) Create

func (p *GuestHandler) Create(c *gin.Context)

func (*GuestHandler) CreateAirport

func (p *GuestHandler) CreateAirport(c *gin.Context)

func (*GuestHandler) CreateHotel

func (p *GuestHandler) CreateHotel(c *gin.Context)

func (*GuestHandler) CreateInvitation

func (p *GuestHandler) CreateInvitation(c *gin.Context)

func (*GuestHandler) Delete

func (p *GuestHandler) Delete(c *gin.Context)

func (*GuestHandler) DeleteAirport

func (p *GuestHandler) DeleteAirport(c *gin.Context)

func (*GuestHandler) DeleteHotel

func (p *GuestHandler) DeleteHotel(c *gin.Context)

func (*GuestHandler) RenderAdminOverview

func (p *GuestHandler) RenderAdminOverview(c *gin.Context)

func (*GuestHandler) RenderForm

func (p *GuestHandler) RenderForm(c *gin.Context)

func (*GuestHandler) Submit

func (p *GuestHandler) Submit(c *gin.Context)

func (*GuestHandler) Update

func (p *GuestHandler) Update(c *gin.Context)

func (*GuestHandler) UpdateEvent

func (p *GuestHandler) UpdateEvent(c *gin.Context)

type TranslationHandler

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

func NewTranslationHandler

func NewTranslationHandler(tStore db.TranslationStore) *TranslationHandler

func (*TranslationHandler) UpdateLanguage

func (t *TranslationHandler) UpdateLanguage(c *gin.Context)

Jump to

Keyboard shortcuts

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