Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateProfileControllerImpl ¶
type CreateProfileControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
CreateProfileControllerImpl ...
func NewCreateProfileController ¶
func NewCreateProfileController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *CreateProfileControllerImpl
NewCreateProfileController ...
func (*CreateProfileControllerImpl) Error ¶
func (l *CreateProfileControllerImpl) Error(err error) error
Error ...
func (*CreateProfileControllerImpl) Post ¶
func (l *CreateProfileControllerImpl) Post() error
Post ...
func (*CreateProfileControllerImpl) Prepare ¶
func (l *CreateProfileControllerImpl) Prepare() error
Prepare ...
type NewProfileControllerImpl ¶
type NewProfileControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
NewProfileControllerImpl ...
func NewProfileController ¶
func NewProfileController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *NewProfileControllerImpl
NewProfileController ...
func (*NewProfileControllerImpl) Post ¶ added in v0.1.21
func (p *NewProfileControllerImpl) Post() error
Post ...
func (*NewProfileControllerImpl) Prepare ¶
func (p *NewProfileControllerImpl) Prepare() error
Prepare ...
type ProfileDeleteControllerImpl ¶
type ProfileDeleteControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
ProfileDeleteControllerImpl ...
func NewProfileDeleteController ¶
func NewProfileDeleteController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ProfileDeleteControllerImpl
NewProfileDeleteController ...
func (*ProfileDeleteControllerImpl) Delete ¶
func (p *ProfileDeleteControllerImpl) Delete() error
Delete ...
func (*ProfileDeleteControllerImpl) Prepare ¶
func (p *ProfileDeleteControllerImpl) Prepare() error
Prepare ...
type ProfileEditController ¶
type ProfileEditController struct { htmx.DefaultController // contains filtered or unexported fields }
ProfileEditController ...
func NewProfileEditController ¶
func NewProfileEditController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ProfileEditController
NewProfileEditController ...
type ProfileListControllerImpl ¶
type ProfileListControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
ProfileListControllerImpl ...
func NewProfilesListController ¶
func NewProfilesListController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ProfileListControllerImpl
NewProfilesListController ...
func (*ProfileListControllerImpl) Prepare ¶
func (w *ProfileListControllerImpl) Prepare() error
Prepare ...
type ProfileShowControllerImpl ¶
type ProfileShowControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
ProfileShowControllerImpl ...
func NewProfileShowController ¶
func NewProfileShowController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ProfileShowControllerImpl
NewProfileShowController ...
func (*ProfileShowControllerImpl) Prepare ¶
func (p *ProfileShowControllerImpl) Prepare() error
Prepare ...
Click to show internal directories.
Click to hide internal directories.