Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewTagControllerImpl ¶
type NewTagControllerImpl struct { Name string `json:"name" form:"name" validate:"required,min=3,max=255"` Value string `json:"value" form:"value" validate:"required,min=3,max=255"` htmx.DefaultController // contains filtered or unexported fields }
NewTagControllerImpl ...
func NewTagController ¶
func NewTagController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *NewTagControllerImpl
NewTagController ...
func (*NewTagControllerImpl) Error ¶
func (t *NewTagControllerImpl) Error(err error) error
Error ...
type TagDeleteControllerImpl ¶
type TagDeleteControllerImpl struct { ID uuid.UUID `param:"id"` htmx.DefaultController // contains filtered or unexported fields }
TagDeleteControllerImpl ...
func NewTagDeleteController ¶
func NewTagDeleteController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *TagDeleteControllerImpl
NewTagDeleteController ...
func (*TagDeleteControllerImpl) Delete ¶
func (p *TagDeleteControllerImpl) Delete() error
Delete ...
func (*TagDeleteControllerImpl) Prepare ¶
func (p *TagDeleteControllerImpl) Prepare() error
Prepare ...
type TagsListControllerImpl ¶
type TagsListControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
TagsListControllerImpl ...
func NewTagsListController ¶
func NewTagsListController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *TagsListControllerImpl
NewTagsListController ...
func (*TagsListControllerImpl) Prepare ¶
func (w *TagsListControllerImpl) Prepare() error
Prepare ...
Click to show internal directories.
Click to hide internal directories.