mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-30 22:33:49 +02:00
Add runtime ErrNotFound
This commit is contained in:
@ -12,6 +12,7 @@ var (
|
|||||||
// DefaultName is default runtime service name
|
// DefaultName is default runtime service name
|
||||||
DefaultName = "go.micro.runtime"
|
DefaultName = "go.micro.runtime"
|
||||||
|
|
||||||
|
ErrNotFound = errors.New("not found")
|
||||||
ErrAlreadyExists = errors.New("already exists")
|
ErrAlreadyExists = errors.New("already exists")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user