definitions

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: AGPL-3.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 ArchivesManager

type ArchivesManager interface {
	SaveArchiveInFS(archiveBytes *[]byte, destinationPath string) error
	ExtractArchive(archivePath string, destinationPath string) error
	MoveFilesFromDirectoryToDirectory(sourceDirectoryPath string, destinationDirectoryPath string) error
	DeleteArchive(archivePath string) error
	DeleteDirectory(directoryPath string) error
}

type LanguageTestsRunner

type LanguageTestsRunner interface {
	RunTests(submissionUUID string) (*dtos.TestResultDTO, error)
	SaveArchivesInFS(dto *dtos.TestArchivesDTO) error
	MergeArchives(submissionUUID string) error
}

type SubmissionStatusUpdatesQueueManager

type SubmissionStatusUpdatesQueueManager interface {
	QueueUpdate(updateDTO *dtos.SubmissionStatusUpdateDTO) error
}

Jump to

Keyboard shortcuts

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