(ctx devspacecontext.Context, deployments []string, options *Options)
| 36 | // Controller is the main deploying interface |
| 37 | type Controller interface { |
| 38 | Deploy(ctx devspacecontext.Context, deployments []string, options *Options) error |
| 39 | Purge(ctx devspacecontext.Context, deployments []string, options *PurgeOptions) error |
| 40 | } |
| 41 |
no outgoing calls