(ctx devspacecontext.Context, options *Options, parent *tomb.Tomb)
| 35 | |
| 36 | type Controller interface { |
| 37 | Start(ctx devspacecontext.Context, options *Options, parent *tomb.Tomb) error |
| 38 | } |
| 39 | |
| 40 | func NewController() Controller { |
no outgoing calls
no test coverage detected