lenses

package
v1.0.36 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 (c *LensListController) Get() error

Get ...

type LensPublishControllerImpl added in v0.1.27

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

LensPublishControllerImpl ...

func NewLensPublishController added in v0.1.27

func NewLensPublishController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *LensPublishControllerImpl

NewLensPublishController ...

func (*LensPublishControllerImpl) Delete added in v0.1.27

func (c *LensPublishControllerImpl) Delete() error

Delete ...

func (*LensPublishControllerImpl) Error added in v0.1.27

func (c *LensPublishControllerImpl) Error(err error) error

Error ...

func (*LensPublishControllerImpl) Post added in v0.1.27

func (c *LensPublishControllerImpl) Post() error

Post ...

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 ...

type NewLensControllerImpl added in v0.1.21

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

NewLensControllerImpl ...

func NewLensController

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

NewLensController ...

func (*NewLensControllerImpl) Error added in v0.1.21

func (l *NewLensControllerImpl) Error(err error) error

Error ...

func (*NewLensControllerImpl) Post added in v0.1.21

func (l *NewLensControllerImpl) Post() error

Post ...

Jump to

Keyboard shortcuts

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