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) 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 ...
type LensEditControllerParams ¶
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 ...
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 ...
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) Prepare ¶
func (l *LensShowControllerImpl) Prepare() error
Prepare ...
Click to show internal directories.
Click to hide internal directories.