questions

package
v1.0.42 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

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) Error

Error ...

func (*WorkloadUpdateAnswerControllerImpl) Prepare

Prepare ... nolint:gocyclo

func (*WorkloadUpdateAnswerControllerImpl) Put

Put ...

Jump to

Keyboard shortcuts

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