Implement container signal
This commit is contained in:
parent
a2ddcc2232
commit
d34d482a5f
7 changed files with 119 additions and 14 deletions
|
@ -9,3 +9,7 @@ type Container struct {
|
|||
BundlePath string `json:"bundlePath,omitempty"`
|
||||
Processes []int `json:"processes,omitempty"`
|
||||
}
|
||||
|
||||
type Signal struct {
|
||||
Signal int `json:"signal"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue