cmd

package
v0.0.0-...-4ad0758 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 43 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RootCmd = cobra.Command{
		Use: "authorizer",

		PersistentPreRunE: func(_ *cobra.Command, _ []string) error {
			rootArgs.config.Finalize()

			if err := rootArgs.config.ValidateEncryptionKey(); err != nil {
				return err
			}

			return rootArgs.config.ValidateAppCookieSameSite()
		},
		Run: runRoot,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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