pdp

package module
v0.0.0-...-95977df Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: EUPL-1.2 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "0.12.0"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	BindAddress       string              `yaml:"bind_address"`
	BaseDir           string              `yaml:"-"`
	AuthzServerConfig oauth2server.Config `yaml:"authorization_server" validate:"required"`
}

func LoadConfigFile

func LoadConfigFile(path string) (*Config, error)

type PDP

type PDP struct {
	BindAddress string
	AuthzServer *oauth2server.Server
}

func New

func New(config Config) (*PDP, error)

Directories

Path Synopsis
cmd
zero-pdp command

Jump to

Keyboard shortcuts

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