dtos

package
v0.51.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteBlockDTO added in v0.39.0

type DeleteBlockDTO struct {
	TeacherUUID string
	BlockUUID   string
}

type GetBlockTestsArchiveDTO added in v0.50.0

type GetBlockTestsArchiveDTO struct {
	TeacherUUID string
	BlockUUID   string
}

type SwapBlocksDTO added in v0.47.0

type SwapBlocksDTO struct {
	TeacherUUID     string
	FirstBlockUUID  string
	SecondBlockUUID string
}

type UpdateMarkdownBlockContentDTO

type UpdateMarkdownBlockContentDTO struct {
	TeacherUUID string
	BlockUUID   string
	Content     string
}

type UpdateTestBlockDTO added in v0.37.0

type UpdateTestBlockDTO struct {
	TeacherUUID    string
	BlockUUID      string
	LanguageUUID   string
	Name           string
	NewTestArchive *multipart.File
}

Jump to

Keyboard shortcuts

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