separate server run bindings from deployment targets
This commit is contained in:
@@ -17,15 +17,16 @@ const (
|
||||
)
|
||||
|
||||
type ServerLifecycleCreate struct {
|
||||
ID string
|
||||
PluginID string
|
||||
RunEndpointID string
|
||||
Name string
|
||||
OwnerUserID string
|
||||
IdempotencyKey string
|
||||
ProfileKey string
|
||||
Bindings map[string]string
|
||||
Deployment ServerDeploymentDefinition
|
||||
ID string
|
||||
PluginID string
|
||||
DeploymentTargetID string
|
||||
RunEndpointID string
|
||||
Name string
|
||||
OwnerUserID string
|
||||
IdempotencyKey string
|
||||
ProfileKey string
|
||||
Bindings map[string]string
|
||||
Deployment ServerDeploymentDefinition
|
||||
}
|
||||
|
||||
type ServerLifecycleCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user