problems

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	GetProblemById(problemId uint) (domain.ProblemApp, error)
	GetCurrentProblems() (domain.CurrentProblemsApp, error)
	GetNextProblems() (domain.NextProblemsApp, error)
	GetAllProblems() (domain.AllProblemsApp, error)
}

func NewService

func NewService(database *db.Database, cache domain.TeleOMACache) Service

Jump to

Keyboard shortcuts

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