Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShowControllerImpl ¶
type ShowControllerImpl struct { Design models.Design htmx.DefaultController // contains filtered or unexported fields }
ShowControllerImpl ...
func NewEditController ¶
func NewEditController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ShowControllerImpl
NewEditController ...
type UpdateControllerImpl ¶
type UpdateControllerImpl struct { Design models.Design htmx.DefaultController // contains filtered or unexported fields }
UpdateControllerImpl ...
func NewUpdateController ¶
func NewUpdateController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *UpdateControllerImpl
NewUpdateController ...
func (*UpdateControllerImpl) Error ¶
func (l *UpdateControllerImpl) Error(err error) error
Error ...
Click to show internal directories.
Click to hide internal directories.