package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Dec 23, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Hub *HubConf `json:"hub"`
Idp *IdpConf `json:"idp"`
}
LoadConfig reads the config file from the Cellery home and returns the Config struct
type HubConf struct {
Url string `json:"url"`
}
type IdpConf struct {
Url string `json:"url"`
ClientId string `json:"clientId"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.