student

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouter

func NewRouter(s rest.Server, store Store) *chi.Mux

Types

type Store added in v1.0.3

type Store interface {
	InsertObservation(
		studentId string,
		creatorId string,
		longDesc string,
		shortDesc string,
		category string,
		eventTime *time.Time,
	) (*postgres.Observation, error)
	GetObservations(studentId string) ([]postgres.Observation, error)
	GetProgress(studentId string) ([]postgres.StudentMaterialProgress, error)
	UpdateProgress(progress postgres.StudentMaterialProgress) (pg.Result, error)
	Get(studentId string) (*postgres.Student, error)
	Update(student *postgres.Student) error
	Delete(studentId string) error
	CheckPermissions(studentId string, userId string) (bool, error)
}

Jump to

Keyboard shortcuts

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