first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package domain
|
||||
|
||||
type ExecutorStatus struct {
|
||||
Mode string `json:"mode"`
|
||||
PlatformURL string `json:"platformUrl"`
|
||||
Status string `json:"status"`
|
||||
ExposedHostPath bool `json:"exposedHostPath"`
|
||||
Capabilities []string `json:"capabilities"`
|
||||
}
|
||||
Reference in New Issue
Block a user