operators

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: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUpdateSystemAccountController

func NewUpdateSystemAccountController(db ports.Repository) *sysaccount.UpdateSystemAccountControllerImpl

NewUpdateSystemAccountController ...

Types

type DeleteOperatorController

type DeleteOperatorController struct {
	ID uuid.UUID `json:"name" form:"name" validate:"required:uuid"`
	ports.Operators
	htmx.DefaultController
}

DeleteOperatorsController ...

func NewDeleteOperatorController

func NewDeleteOperatorController(db ports.Operators) *DeleteOperatorController

NewDeleteOperatorController ...

func (*DeleteOperatorController) Delete

func (l *DeleteOperatorController) Delete() error

Delete ...

func (*DeleteOperatorController) Error

func (l *DeleteOperatorController) Error(err error) error

Error ...

type ListOperatorsController

type ListOperatorsController struct {
	Limit  int    `json:"limit" xml:"limit" form:"limit"`
	Offset int    `json:"offset" xml:"offset" form:"offset"`
	Search string `json:"search" xml:"search" form:"search"`

	ports.Operators
	htmx.DefaultController
}

ListOperatorsController ...

func NewListOperatorsController

func NewListOperatorsController(db ports.Operators) *ListOperatorsController

NewListOperatorsController ...

func (*ListOperatorsController) Get

func (l *ListOperatorsController) Get() error

Prepare ...

func (*ListOperatorsController) Prepare

func (l *ListOperatorsController) Prepare() error

Prepare ...

type NewOperatorControllerImpl

type NewOperatorControllerImpl struct {
	ports.Operators
	htmx.DefaultController
}

NewOperatorControllerImpl ...

func NewOperatorController

func NewOperatorController(db ports.Operators) *NewOperatorControllerImpl

NewOperatorsController ...

func (*NewOperatorControllerImpl) Get

Get ...

func (*NewOperatorControllerImpl) Post

func (l *NewOperatorControllerImpl) Post() error

Post ...

func (*NewOperatorControllerImpl) Prepare

func (l *NewOperatorControllerImpl) Prepare() error

Prepare ...

type ShowOperatorControllerImpl

type ShowOperatorControllerImpl struct {
	ID uuid.UUID `json:"name" form:"name" validate:"required:uuid"`

	ports.Operators
	htmx.DefaultController
}

ShowOperatorControllerImpl ...

func NewShowOperatorController

func NewShowOperatorController(db ports.Operators) *ShowOperatorControllerImpl

NewShowOperatorController ...

func (*ShowOperatorControllerImpl) Get

Get ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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