responses

package
v0.51.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnrolledCourse

type EnrolledCourse struct {
	UUID  string `json:"uuid"`
	Name  string `json:"name"`
	Color string `json:"color"`
}

func GetEnrolledCourseFromCourseEntity

func GetEnrolledCourseFromCourseEntity(course *entities.Course) EnrolledCourse

type EnrolledCoursesResponse

type EnrolledCoursesResponse struct {
	Courses       []EnrolledCourse `json:"courses"`
	HiddenCourses []EnrolledCourse `json:"hidden_courses"`
}

Jump to

Keyboard shortcuts

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