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) 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) 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 ...
Click to show internal directories.
Click to hide internal directories.