Documentation
¶
Index ¶
Constants ¶
View Source
const UID = "hipchat"
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(loader envconfig.LoaderFunc) (*client, error)
Types ¶
type Options ¶
type Options struct {
AuthToken string `envconfig:"AUTH_TOKEN" required:"true"`
To []string `envconfig:"TO"`
BaseURL string `envconfig:"BASE_URL"`
CACertData string `envconfig:"CA_CERT_DATA"`
InsecureSkipVerify bool `envconfig:"INSECURE_SKIP_VERIFY"`
Color hipchat.Color `envconfig:"COLOR"`
Notify bool `envconfig:"NOTIFY"`
}
Click to show internal directories.
Click to hide internal directories.