Documentation
¶
Index ¶
Constants ¶
View Source
const (
APP_NAME = "devops_client"
)
Variables ¶
This section is empty.
Functions ¶
func GetRestClient ¶
Types ¶
type Client ¶
type Client struct {
ioc.ObjectImpl
Address string `json:"address" yaml:"address" toml:"address" env:"ADDRESS"`
ClientId string `json:"client_id" yaml:"client_id" toml:"client_id" env:"CLIENT_ID"`
ClientSecret string `json:"client_secret" yaml:"client_secret" toml:"client_secret" env:"CLIENT_SECRET"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.