config

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCoreConfig added in v0.2.0

func NewCoreConfig() *core.Config

func NewSDKConfig added in v0.2.0

func NewSDKConfig() *oidcsdk.Config

Types

type DBConfig

type DBConfig struct {
	Driver string
	DSN    string
}

func NewDBConfig

func NewDBConfig() *DBConfig

type SecretConfig

type SecretConfig struct {
	SessionSecret string
	TokenSecret   string
}

func NewSecretConfig

func NewSecretConfig() *SecretConfig

type ServerConfig added in v0.2.0

type ServerConfig struct {
	Port  string `mapstructure:"port"`
	Debug bool   `mapstructure:"debug"`
	Demo  bool   `mapstructure:"demo"`
	Api   bool   `mapstructure:"api"`
}

func NewServerConfig added in v0.2.0

func NewServerConfig() *ServerConfig

Jump to

Keyboard shortcuts

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