edge/pkg/module/auth/error.go

6 lines
86 B
Go

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