exec

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2019 License: AGPL-3.0 Imports: 15 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Routes

func Routes(route *gin.Engine)

Types

type EzbJobs added in v0.1.4

type EzbJobs struct {
	ID       int    `json:"id"`
	Name     string `json:"name"`
	Enable   bool   `json:"enable"`
	Comment  string `json:"comment"`
	Checksum string `json:"checksum"`
	Path     string `json:"path"`
	Cache    int    `json:"cache"`
	Output   string `json:"output"`
}

type EzbParamMeta added in v0.1.4

type EzbParamMeta struct {
	Job EzbJobs `json:"job"`
}

type EzbParams added in v0.1.4

type EzbParams struct {
	Data map[string]string `json:"data"`
	Meta EzbParamMeta      `json:"meta"`
}

Jump to

Keyboard shortcuts

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