RoadSign/pkg/warden/manifest.go

9 lines
264 B
Go
Raw Normal View History

2024-01-17 06:34:08 +00:00
package warden
type WardenApplication struct {
ID string `json:"id" yaml:"id"`
Workdir string `json:"workdir" yaml:"workdir"`
Command []string `json:"command" yaml:"command"`
Environment []string `json:"environment" yaml:"environment"`
}