param

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AiBase

type AiBase struct {
	TaskId      int64  `json:"taskId" db:"task_id"`
	ServiceName string `json:"serviceName" db:"service_name"`
	ProjectId   string `json:"projectId" db:"project_id"`
	Status      string `json:"status" db:"status"`
	YamlString  string `json:"yamlString" db:"yaml_string"`
	Name        string `json:"name" db:"name"`
}

type HpcBase

type HpcBase struct {
	TaskId      int64  `json:"taskId" db:"task_id"`
	ServiceName string `json:"serviceName" db:"service_name"`
	JobId       string `json:"jobId" db:"job_id"`
	Name        string `json:"name" db:"name"`
	WorkDir     string `json:"workDir" db:"work_dir"`
	WallTime    string `json:"wallTime" db:"wall_time"`
	Status      string `json:"status" db:"status"`
	Result      string `json:"result" db:"result"`
	YamlString  string `json:"yamlString" db:"yaml_string"`
	CardCount   int64  `json:"cardCount" db:"card_count"`
}

Jump to

Keyboard shortcuts

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