edge/pkg/module/auth/error.go
William Petit b5b4042cc7
All checks were successful
arcad/edge/pipeline/head This commit looks good
feat(sdk,client): add menu to help navigation between apps
2023-04-20 10:17:37 +02:00

6 lines
86 B
Go

package auth
import "errors"
var ErrUnauthenticated = errors.New("unauthenticated")