Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { CPSProxy *cpsproxyoptions.Options Logs *logs.Options }
Options are organized in a tree with these at the root since they're for the command that is used to start the proxy process. The CPS proxy options are specific to CPS, but they also reference the options provided by the proxy implemention in kcp.
func NewOptions ¶
func NewOptions() *Options
NewOptions creates a new Options with default parameters.
Click to show internal directories.
Click to hide internal directories.