Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListSystemsController ¶
type ListSystemsController struct {
Params ListSystemsControllerParams
ports.Users
htmx.DefaultController
}
ListSystemsController ...
func NewListSystemsController ¶
func NewListSystemsController(db ports.Users) *ListSystemsController
NewListSystemsController ...
type ListSystemsControllerParams ¶
type ListSystemsControllerParams struct {
Offset int `json:"offset" form:"offset" params:"offset"`
Limit int `json:"limit" form:"limit" params:"limit"`
Search string `json:"search" form:"search" params:"search"`
Sort string `json:"sort" form:"sort" params:"sort"`
}
ListSystemsControllerParams ...
Click to show internal directories.
Click to hide internal directories.