definitions

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 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 CoursesRepository

type CoursesRepository interface {
	SaveCourse(dto *dtos.CreateCourseDTO) (*entities.Course, error)

	GetRandomColor() (*entities.Color, error)
	GetCourseByUUID(uuid string) (*entities.Course, error)
	GetCourseByInvitationCode(invitationCode string) (*entities.Course, error)
}

type InvitationCodeGenerator

type InvitationCodeGenerator interface {
	Generate() (string, error)
}

Jump to

Keyboard shortcuts

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