Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchEnvironmentsControllerImpl ¶
type SearchEnvironmentsControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
Search ...
func NewSearchEnvironmentsController ¶
func NewSearchEnvironmentsController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *SearchEnvironmentsControllerImpl
NewSearchEnvironmentsController ...
func (*SearchEnvironmentsControllerImpl) Error ¶
func (l *SearchEnvironmentsControllerImpl) Error(err error) error
Error ...
func (*SearchEnvironmentsControllerImpl) Post ¶
func (l *SearchEnvironmentsControllerImpl) Post() error
Prepare ...
type SearchLensesControllerImpl ¶
type SearchLensesControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
Search ...
func NewSearchLensesController ¶
func NewSearchLensesController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *SearchLensesControllerImpl
NewSearchLensesController ...
func (*SearchLensesControllerImpl) Error ¶
func (l *SearchLensesControllerImpl) Error(err error) error
Error ...
func (*SearchLensesControllerImpl) Post ¶
func (l *SearchLensesControllerImpl) Post() error
Prepare ...
type SearchProfilesControllerImpl ¶
type SearchProfilesControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
Search ...
func NewSearchProfilesController ¶
func NewSearchProfilesController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *SearchProfilesControllerImpl
NewSearchProfilesController ...
func (*SearchProfilesControllerImpl) Error ¶
func (l *SearchProfilesControllerImpl) Error(err error) error
Error ...
func (*SearchProfilesControllerImpl) Post ¶
func (l *SearchProfilesControllerImpl) Post() error
Prepare ...
Click to show internal directories.
Click to hide internal directories.