Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigComment ¶
func FromReader ¶
Types ¶
type CommonJourney ¶
type CommonJourney struct { // Enabled to enabled or not Enabled bool // Name registered name Name string // RoutePath path where the journey will be mounted on the http router RoutePath string // JourneySecretPath file system path where the journey secret is located // authorize requests SecretPath string // JourneySecretPath file system path where the journey secret is located // authorize requests ConfigPath string }
type Config ¶
type Config struct {
Journeys []CommonJourney
}
func DefaultConfig ¶
func DefaultConfig() *Config
Click to show internal directories.
Click to hide internal directories.