requests

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 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 AddCriteriaToObjectiveRequest added in v0.23.0

type AddCriteriaToObjectiveRequest struct {
	Description string  `json:"description" validate:"required,min=8,max=510"`
	Weight      float64 `json:"weight" validate:"required,numeric,min=0,max=100"`
}

type AddObjectiveToRubricRequest added in v0.22.0

type AddObjectiveToRubricRequest struct {
	Description string `json:"description" validate:"required,min=8,max=510"`
}

type CreateRubricRequest

type CreateRubricRequest struct {
	Name string `json:"name" validate:"required,min=4,max=96"`
}

Jump to

Keyboard shortcuts

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