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 Stripe to help identify the device
DeviceName string
// Key is the API key used to authenticate with Stripe
Key string
// EndpointsMap is a mapping of local webhook endpoint urls to the events they consume
EndpointsMap map[string][]string
APIBaseURL string
// WebSocketURL is the websocket URL used to receive incoming events
WebSocketURL string
// Indicates whether to print full JSON objects to stdout
PrintJSON bool
// Indicates whether to filter events formatted with the default or latest API version
UseLatestAPIVersion bool
Log *log.Logger
// Force use of unencrypted ws:// protocol instead of wss://
NoWSS bool
}
Config provides the cfguration of a Proxy
Click to show internal directories.
Click to hide internal directories.