Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSkgsControllerImpl ¶
type CreateSkgsControllerImpl struct { ID uuid.UUID `json:"id" params:"id" validate:"required:uuid"` Name string `json:"name" form:"name" validate:"required"` Description string `json:"description" form:"description" validate:"required"` htmx.DefaultController // contains filtered or unexported fields }
CreateSkgsControllerImpl ...
func NewCreateSkgsController ¶
func NewCreateSkgsController(store ports.Datastore) *CreateSkgsControllerImpl
NewCreateSkgsController ...
func (*CreateSkgsControllerImpl) Prepare ¶
func (l *CreateSkgsControllerImpl) Prepare() error
Prepare ...
type NewSkgsControllerImpl ¶
type NewSkgsControllerImpl struct { ID uuid.UUID `json:"id" params:"id" validate:"required:uuid"` htmx.DefaultController // contains filtered or unexported fields }
NewSkgsControllerImpl ...
func NewSkgsController ¶
func NewSkgsController(store ports.Datastore) *NewSkgsControllerImpl
NewSkgsControllerImpl ...
Click to show internal directories.
Click to hide internal directories.