business

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	ID                 uuid.UUID
	SpecializationCode string
	GroupNumber        string
}

type GroupFilter

type GroupFilter struct {
	SpecializationCode string
	GroupNumber        string
}

type Student

type Student struct {
	ID               uuid.UUID
	FirstName        string
	LastName         string
	MiddleName       string
	EducationalEmail string
	Username         string
	Group            Group
}

type StudentCreateResponse

type StudentCreateResponse struct {
	CreatedStudentID uuid.UUID
}

type Teacher

type Teacher struct {
	ID          uuid.UUID
	FirstName   string
	LastName    string
	MiddleName  string
	ReportEmail string
	Username    string
}

type TeacherCreateResponse

type TeacherCreateResponse struct {
	CreatedTeacherID uuid.UUID
}

Jump to

Keyboard shortcuts

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