2ab6381a
e5a316e4
1
2 3 4 5 6
package auth import "errors" // ErrNotAuthenticated is returned to the client if the user requests an action requiring authentication, and they are not authenticated. var ErrNotAuthenticated = errors.New("not authenticated or read-only")