lenses

package
v0.1.19 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateLensControllerImpl

type CreateLensControllerImpl struct {
	htmx.DefaultController
	// contains filtered or unexported fields
}

CreateLensControllerImpl ...

func NewCreateLensController

func NewCreateLensController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *CreateLensControllerImpl

NewCreateLensController ...

func (*CreateLensControllerImpl) Post

func (l *CreateLensControllerImpl) Post() error

Post ...

func (*CreateLensControllerImpl) Prepare

func (l *CreateLensControllerImpl) Prepare() error

Prepare ...

type LensDeleteControllerImpl

type LensDeleteControllerImpl struct {
	htmx.DefaultController
	// contains filtered or unexported fields
}

LensDeleteControllerImpl ...

func NewLensDeleteController

func NewLensDeleteController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *LensDeleteControllerImpl

NewLensDeleteController ...

func (*LensDeleteControllerImpl) Delete

func (p *LensDeleteControllerImpl) Delete() error

Delete ...

func (*LensDeleteControllerImpl) Prepare

func (p *LensDeleteControllerImpl) Prepare() error

Prepare ...

type LensEditController

type LensEditController struct {
	htmx.DefaultController
	// contains filtered or unexported fields
}

LensEditController ...

func NewLensEditController

func NewLensEditController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *LensEditController

NewLensEditController ...

func (*LensEditController) Get

func (l *LensEditController) Get() error

Get ...

func (*LensEditController) Post

func (l *LensEditController) Post() error

Post ...

func (*LensEditController) Prepare

func (l *LensEditController) Prepare() error

Prepare ...

type LensEditControllerParams

type LensEditControllerParams struct {
	ID uuid.UUID `json:"id" xml:"id" form:"id"`
}

LensEditControllerParams ...

func NewDefaultLensEditControllerParams

func NewDefaultLensEditControllerParams() *LensEditControllerParams

NewDefaultLensEditControllerParams ...

type LensListController

type LensListController struct {
	htmx.DefaultController
	// contains filtered or unexported fields
}

LensListController ...

func NewLensListController

func NewLensListController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *LensListController

NewLensListController ...

func (*LensListController) Get

func (w *LensListController) Get() error

Get ...

func (*LensListController) Prepare

func (w *LensListController) Prepare() error

Prepare ...

type LensNewControllerImpl

type LensNewControllerImpl struct {
	htmx.DefaultController
	// contains filtered or unexported fields
}

LensNewController ...

func NewLensController

func NewLensController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *LensNewControllerImpl

NewLensNewController ...

func (*LensNewControllerImpl) Get

func (l *LensNewControllerImpl) Get() error

Get ...

type LensShowControllerImpl

type LensShowControllerImpl struct {
	htmx.DefaultController
	// contains filtered or unexported fields
}

LensShowControllerImpl ...

func NewLensShowController

func NewLensShowController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *LensShowControllerImpl

NewLensShowController ...

func (*LensShowControllerImpl) Get

func (l *LensShowControllerImpl) Get() error

Get ...

func (*LensShowControllerImpl) Prepare

func (l *LensShowControllerImpl) Prepare() error

Prepare ...

Jump to

Keyboard shortcuts

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