storage

package
v0.0.0-...-58d9a08 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetExperimentStore

func GetExperimentStore() (*experimentStore, error)

Types

type Experiment

type Experiment struct {
	Uid              string `gorm:"primary_key" json:"uid"`
	Target           string `gorm:"index:target" json:"target"`
	Fault            string `gorm:"index:fault" json:"fault"`
	Args             string `json:"args"`
	Runtime          string `json:"runtime"`
	Timeout          string `json:"timeout"`
	Status           string `gorm:"index:status" json:"status"`
	Creator          string `gorm:"index:creator" json:"creator"`
	Error            string `json:"error"`
	CreateTime       string `json:"create_time"`
	UpdateTime       string `json:"update_time"`
	ContainerId      string `json:"container_id"`
	ContainerRuntime string `json:"container_runtime"`
}

Jump to

Keyboard shortcuts

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