standalone

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuthTypeNone   = "none"
	AuthTypeOIDC   = "oidc"
	AuthTypeAAP    = "aap"
	AuthTypeOAuth2 = "oauth2"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthConfig

type AuthConfig struct {
	Type string `json:"type"`
}

type Config

type Config struct {
	Global GlobalConfig `json:"global"`
}

type GlobalConfig

type GlobalConfig struct {
	BaseDomain string     `json:"baseDomain"`
	Auth       AuthConfig `json:"auth"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL