process

package
v0.0.0-...-712b8ec Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: AGPL-3.0-or-later

SPDX-License-Identifier: AGPL-3.0-or-later

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(router *gin.Engine, db *sql.DB) (err error)

Types

type Event

type Event struct {
	ID      int64  `json:"id"`
	Workdir string `json:"workdir"`
	Binary  string `json:"binary"`
	Argv    string `json:"argv"`
	Count   int64  `json:"count"`
	Judge   int64  `json:"judge"`
	Status  int64  `json:"status"`
}

type Worker

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

Jump to

Keyboard shortcuts

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