Default Runtime multi-tenancy

This commit is contained in:
Ben Toogood
2020-05-19 11:01:06 +01:00
parent c19b349e96
commit 8875719619
2 changed files with 124 additions and 59 deletions

View File

@@ -12,7 +12,6 @@ var (
// DefaultName is default runtime service name
DefaultName = "go.micro.runtime"
ErrNotFound = errors.New("not found")
ErrAlreadyExists = errors.New("already exists")
)