requests

package
v0.38.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 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" default:"0" validate:"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"`
}

type UpdateCriteriaRequest added in v0.25.0

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

type UpdateObjectiveRequest added in v0.24.0

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

type UpdateRubricNameRequest added in v0.26.0

type UpdateRubricNameRequest 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