Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugMode bool
DebugMode is accessible from outside the package to make it easier to check.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ClientID string `yaml:"client_id"` ClientSecret string `yaml:"client_secret"` AppPort int `yaml:"app_port"` OAuth2Config *oauth2.Config }
Config represents what we pull in from the 'xero:' key in config.yml.
Click to show internal directories.
Click to hide internal directories.