Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Enabled defines if proxy should be enabled.
Enabled bool
// Url to the target
Url string
// Are proxy logs enabled?
ProxyLogsEnabled bool
}
Options defines optional struct to customize the default plugin behavior.
Click to show internal directories.
Click to hide internal directories.