package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Oct 1, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `json:"address,omitempty"`
OAuth2 *OAuth2 `json:"oauth2,omitempty"`
}
type OAuth2 struct {
ClientID string `json:"client_id,omitempty"`
ClientSecret string `json:"client_secret,omitempty"`
TokenURL string `json:"token_url,omitempty"`
Token string `json:"token,omitempty"`
}
Source Files
¶
Directories
¶
redsky
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.