Documentation ¶ Index ¶ func New(ctx context.Context, cfg *config) (*proxy, error) func NewConfig(args []string, version, revision, created string) (*config, error) type Azure type AzureUser type Cache type Cors type Health type HealthValidator type Metrics type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, cfg *config) (*proxy, error) func NewConfig ¶ func NewConfig(args []string, version, revision, created string) (*config, error) Types ¶ type Azure ¶ type Azure interface { // contains filtered or unexported methods } type AzureUser ¶ type AzureUser interface { // contains filtered or unexported methods } type Cache ¶ type Cache interface { // contains filtered or unexported methods } type Cors ¶ type Cors interface { // contains filtered or unexported methods } type Health ¶ type Health interface { // contains filtered or unexported methods } type HealthValidator ¶ type HealthValidator interface { // contains filtered or unexported methods } type Metrics ¶ type Metrics interface { // contains filtered or unexported methods } type User ¶ type User interface { // contains filtered or unexported methods } Source Files ¶ View all Source files azure.go azure_groups.go azure_internal.go azure_service_principal.go azure_user.go cache.go cache_memory.go config.go cors.go handlers.go health.go metrics.go metrics_none.go metrics_prometheus.go models_cache.go models_metrics.go models_user.go oidc.go proxy.go proxy_metrics.go user.go util.go Click to show internal directories. Click to hide internal directories.