ingress

package
v0.0.0-...-19f0fab Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Acceptance

type Acceptance struct {
	// contains filtered or unexported fields
}

func NewAcceptance

func NewAcceptance() *Acceptance

func (*Acceptance) Create

func (a *Acceptance) Create(i *tracer.Infos, acceptance *domain.IngressAcceptance) error

func (*Acceptance) Get

func (a *Acceptance) Get(i *tracer.Infos, email string, courseID int) (bool, error)

func (*Acceptance) GetSolicitation

func (a *Acceptance) GetSolicitation(i *tracer.Infos, email string, courseID int) (bool, error)

func (*Acceptance) GetStudents

func (a *Acceptance) GetStudents(i *tracer.Infos, courseID int) ([]map[string]interface{}, error)

type Solicitation

type Solicitation struct {
	// contains filtered or unexported fields
}

func NewSolicitation

func NewSolicitation() *Solicitation

func (*Solicitation) Create

func (s *Solicitation) Create(i *tracer.Infos, courseID, studentId, text, image string) error

func (*Solicitation) DelRequestsToCourse

func (s *Solicitation) DelRequestsToCourse(i *tracer.Infos, solicitationID int) error

func (*Solicitation) GetRequestsToCourse

func (s *Solicitation) GetRequestsToCourse(i *tracer.Infos, courseID int, email string) ([]domain.IngressSolicitationResponse, error)

Jump to

Keyboard shortcuts

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