Files
oidc/pkg/client/errors.go
2024-04-09 13:02:31 +00:00

6 lines
88 B
Go

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