Add IAM scaffold modules
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package errors
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrUnauthorized = errors.New("unauthorized")
|
||||
Reference in New Issue
Block a user