zitadel-oidc/pkg/client/errors.go

5 lines
88 B
Go

package client
import "errors"
var ErrEndpointNotSet = errors.New("endpoint not set")