systems

package
v0.1.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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 ...

func (*ListSystemsController) Get

func (l *ListSystemsController) Get() error

Prepare ...

func (*ListSystemsController) Prepare

func (l *ListSystemsController) Prepare() error

Prepare ...

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 ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL