add process with node API key added
This commit is contained in:
@ -46,3 +46,10 @@ type ServiceMinimal struct {
|
||||
NodeId int `json:"node_id"`
|
||||
ServiceId int `json:"service_id"`
|
||||
}
|
||||
|
||||
type AddServiceRequest struct {
|
||||
NodeId int `json:"node_id"`
|
||||
Name string `json:"name"`
|
||||
Command string `json:"command"`
|
||||
NodeApiKey string `json:"node_api_key"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user