initial commit
This commit is contained in:
8
internal/metal/errors.go
Normal file
8
internal/metal/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package metal
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrUnauthorized is returned when the token provided did not validate to a user.
|
||||
ErrUnauthorized = errors.New("unauthorized key")
|
||||
)
|
||||
Reference in New Issue
Block a user