Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// DeviceName is the name of the device sent to Hookdeck to help identify the device
DeviceName string
Profile config.Profile
// Key is the API key used to authenticate with Hookdeck
Key string
URL *url.URL
APIBaseURL string
DashboardBaseURL string
ConsoleBaseURL string
WSBaseURL string
// Indicates whether to print full JSON objects to stdout
PrintJSON bool
Log *log.Logger
// Force use of unencrypted ws:// protocol instead of wss://
NoWSS bool
Insecure bool
}
Config provides the configuration of a Proxy
Click to show internal directories.
Click to hide internal directories.