runtime: minor fixes for local runtime (#2019)

This commit is contained in:
ben-toogood
2020-09-24 16:46:23 +01:00
committed by GitHub
parent af8d55eb7f
commit 255fecb4f4
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import (
var (
ErrAlreadyExists = errors.New("already exists")
ErrNotFound = errors.New("not found")
)
// Runtime is a service runtime manager