Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
URL string `json:"url" yaml:"url"`
Insecure bool `json:"insecure" yaml:"insecure"`
Headers map[string]string `json:"headers" yaml:"headers"`
Username string `json:"username" yaml:"username"`
Password string `json:"password" yaml:"password"`
}
Config details
type Endpoint ¶
type Endpoint struct {
GwCfg *gwTY.Config
Config Config
Client *http.Client
BaseURL *url.URL
GatewayID string
// contains filtered or unexported fields
}
Endpoint data
Click to show internal directories.
Click to hide internal directories.