runtime: minor fixes for local runtime (#2019)
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
var (
|
||||
ErrAlreadyExists = errors.New("already exists")
|
||||
ErrNotFound = errors.New("not found")
|
||||
)
|
||||
|
||||
// Runtime is a service runtime manager
|
||||
|
Reference in New Issue
Block a user