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 ...
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 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) 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 ...
Click to show internal directories.
Click to hide internal directories.