dtos

package
v0.23.2 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 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 AddCriteriaToObjectiveDTO added in v0.23.0

type AddCriteriaToObjectiveDTO struct {
	TeacherUUID         string
	ObjectiveUUID       string
	CriteriaDescription string
	CriteriaWeight      float64
}

type AddObjectiveToRubricDTO added in v0.22.0

type AddObjectiveToRubricDTO struct {
	TeacherUUID          string
	RubricUUID           string
	ObjectiveDescription string
}

type CreateRubricDTO

type CreateRubricDTO struct {
	TeacherUUID string
	Name        string
}

type CreatedRubricDTO added in v0.20.0

type CreatedRubricDTO struct {
	UUID        string `json:"uuid"`
	TeacherUUID string `json:"-"`
	Name        string `json:"name"`
}

type GetRubricDto added in v0.21.0

type GetRubricDto struct {
	TeacherUUID string
	RubricUUID  string
}

Jump to

Keyboard shortcuts

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