package
Version:
v0.0.0-...-5f7400d
Opens a new window with list of versions in this module.
Published: Jan 28, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
GitHub *GitHub `toml:"github"`
Office365 *Office365 `toml:"office365"`
}
type GitHub struct {
ClientID string `toml:"clientID"`
ClientSecret string `toml:"clientSecret"`
Organisation string `toml:"organisation"`
}
type Office365 struct {
ClientID string `toml:"clientID"`
ClientSecret string `toml:"clientSecret"`
Domain string `toml:"domain"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.