Add runtime ErrNotFound
This commit is contained in:
parent
5efb386224
commit
14155c7e02
@ -12,6 +12,7 @@ var (
|
||||
// DefaultName is default runtime service name
|
||||
DefaultName = "go.micro.runtime"
|
||||
|
||||
ErrNotFound = errors.New("not found")
|
||||
ErrAlreadyExists = errors.New("already exists")
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user