Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuestionUpdateForm ¶
type QuestionUpdateForm struct { Choices []string `form:"choices"` Notes string `form:"notes"` DoesNotApply bool `form:"does_not_apply"` DoesNotApplyReason string `form:"does_not_apply_reason"` }
QuestionUpdateForm ...
type QuestionUpdateParams ¶
type QuestionUpdateParams struct { QuestionID int `params:"question"` WorkloadID uuid.UUID `params:"workload"` LensID uuid.UUID `params:"lens"` }
QuestionUpdateParams ...
type WorkloadUpdateAnswerControllerImpl ¶
type WorkloadUpdateAnswerControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
WorkloadUpdateAnswerControllerImpl ...
func NewWorkloadUpdateAnswerController ¶
func NewWorkloadUpdateAnswerController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *WorkloadUpdateAnswerControllerImpl
NewWorkloadUpdateAnswerController ...
func (*WorkloadUpdateAnswerControllerImpl) Prepare ¶
func (w *WorkloadUpdateAnswerControllerImpl) Prepare() error
Prepare ... nolint:gocyclo
func (*WorkloadUpdateAnswerControllerImpl) Put ¶
func (w *WorkloadUpdateAnswerControllerImpl) Put() error
Put ...
Click to show internal directories.
Click to hide internal directories.