dto

package
v0.0.0-...-1e95ae7 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Answer

type Answer struct {
	Answer  string `form:"answer"`
	Correct bool   `form:"correct"`
}

type Question

type Question struct {
	Question string   `form:"question"`
	Answers  []Answer `form:"answer[]"`
}

type Quiz

type Quiz struct {
	Password string `form:"password"`
}

Jump to

Keyboard shortcuts

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