This reverts commit 55efeb0c02.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package accesscontrol
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrFixedRolePrefixMissing = errors.New("fixed role should be prefixed with '" + FixedRolePrefix + "'")
|
||||
ErrInvalidBuiltinRole = errors.New("built-in role is not valid")
|
||||
)
|
||||
Reference in New Issue
Block a user