프로세스 종료시 알림
This commit is contained in:
@ -10,13 +10,14 @@ import (
|
||||
type Operation string
|
||||
|
||||
const (
|
||||
Deploy = Operation("deploy")
|
||||
Withdraw = Operation("withdraw")
|
||||
Upgrade = Operation("upgrade")
|
||||
Start = Operation("start")
|
||||
Restart = Operation("restart")
|
||||
Stop = Operation("stop")
|
||||
Upload = Operation("upload")
|
||||
Deploy = Operation("deploy")
|
||||
Withdraw = Operation("withdraw")
|
||||
Upgrade = Operation("upgrade")
|
||||
Start = Operation("start")
|
||||
Restart = Operation("restart")
|
||||
Stop = Operation("stop")
|
||||
Upload = Operation("upload")
|
||||
Exception = Operation("exception")
|
||||
)
|
||||
|
||||
type DeployRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user