first commit
This commit is contained in:
6
transports/bifrost-http/lib/errors.go
Normal file
6
transports/bifrost-http/lib/errors.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package lib
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNotFound = errors.New("not found")
|
||||
var ErrAlreadyExists = errors.New("already exists")
|
||||
Reference in New Issue
Block a user