[WIP] Add restart command to instance
This commit is contained in:
@@ -114,6 +114,7 @@ func New(instance instance) (*Core, error) {
|
||||
|
||||
type instance interface {
|
||||
Shutdown()
|
||||
Restart()
|
||||
AddWorkerInfoToDebugInfo(di *debug.Info)
|
||||
BinaryUpdates() *updates.Updates
|
||||
IntelUpdates() *updates.Updates
|
||||
|
||||
Reference in New Issue
Block a user