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 CreateCourseRequest

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

type EnrollStudentRequest added in v0.16.0

type EnrollStudentRequest struct {
	StudentUUID string `json:"student_uuid" validate:"required,uuid4"`
}

Jump to

Keyboard shortcuts

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