guiconfig

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth0Config

type Auth0Config struct {
	Auth0Enabled bool   `valid:"-" toml:"AUTH0_ENABLED" json:"auth0_enabled"`
	Domain       string `valid:"-" toml:"DOMAIN"json:"domain"`
	ClientId     string `valid:"-" toml:"CLIENT_ID"json:"client_id"`
	Audience     string `valid:"-" toml:"AUDIENCE"json:"audience"`
}

type GUIConfig

type GUIConfig struct {
	Auth0Config *Auth0Config `valid:"-" toml:"AUTH0" json:"auth0"`
}

func EmptyGuiConfig

func EmptyGuiConfig() GUIConfig

EmptyGuiConfig returns an empty GUIConfig for when it is not specified on the command-line

func (GUIConfig) String

func (g GUIConfig) String() string

String impl.

Jump to

Keyboard shortcuts

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