Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
9
pkg/dbc/errors.go
Normal file
9
pkg/dbc/errors.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dbc
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
func ErrInvalidDBC(version string) error {
|
||||
return errors.Errorf("could not find %s within collection", version)
|
||||
}
|
||||
Reference in New Issue
Block a user