entities

package
v0.43.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 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 Laboratory

type Laboratory struct {
	UUID           string          `json:"uuid"`
	CourseUUID     string          `json:"-"`
	RubricUUID     *string         `json:"rubric_uuid"`
	Name           string          `json:"name"`
	OpeningDate    string          `json:"opening_date"`
	DueDate        string          `json:"due_date"`
	MarkdownBlocks []MarkdownBlock `json:"markdown_blocks"`
	TestBlocks     []TestBlock     `json:"test_blocks"`
}

type MarkdownBlock

type MarkdownBlock struct {
	UUID    string `json:"uuid"`
	Content string `json:"content"`
	Index   int    `json:"index"`
}

type TestBlock

type TestBlock struct {
	UUID            string `json:"uuid"`
	LanguageUUID    string `json:"language_uuid"`
	TestArchiveUUID string `json:"test_archive_uuid"`
	Name            string `json:"name"`
	Index           int    `json:"index"`
}

Jump to

Keyboard shortcuts

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