Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchOperatorsControllerImpl ¶ added in v0.1.54
type SearchOperatorsControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
Search ...
func NewSearchOperatorsController ¶ added in v0.1.54
func NewSearchOperatorsController(store ports.Datastore) *SearchOperatorsControllerImpl
NewSearchOperatorsController ...
func (*SearchOperatorsControllerImpl) Error ¶ added in v0.1.54
func (l *SearchOperatorsControllerImpl) Error(err error) error
Error ...
func (*SearchOperatorsControllerImpl) Get ¶ added in v0.1.54
func (l *SearchOperatorsControllerImpl) Get() error
Get ...
func (*SearchOperatorsControllerImpl) Prepare ¶ added in v0.1.54
func (l *SearchOperatorsControllerImpl) Prepare() error
Prepare ...
type SearchTeamsControllerImpl ¶
type SearchTeamsControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
Search ...
func NewSearchTeamsController ¶
func NewSearchTeamsController(store ports.Datastore) *SearchTeamsControllerImpl
NewSearchTeamsController ...
func (*SearchTeamsControllerImpl) Error ¶
func (l *SearchTeamsControllerImpl) Error(err error) error
Error ...
func (*SearchTeamsControllerImpl) Get ¶ added in v0.1.54
func (l *SearchTeamsControllerImpl) Get() error
Get ...
func (*SearchTeamsControllerImpl) Prepare ¶ added in v0.1.54
func (l *SearchTeamsControllerImpl) Prepare() error
Prepare ...
Click to show internal directories.
Click to hide internal directories.