container_oneshot.go 143 B

123456
  1. package scheme
  2. type ContainerOneshot struct {
  3. Timeout int `json:"timeout" yaml:"timeout"`
  4. Result Result `json:"result" yaml:"result"`
  5. }