Documentation ¶
Overview ¶
Package tunnel implements a 'devenv tunnel' command that allows developers to tunnel their devenv environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdTunnel ¶
func NewCmdTunnel(log logrus.FieldLogger) *cli.Command
Types ¶
type Options ¶
type Options struct { LocalApps []string // ForceRemote is used to force the tunnel to run on a remote devenv. ForceRemote bool // contains filtered or unexported fields }
func NewOptions ¶
func NewOptions(log logrus.FieldLogger) *Options
Click to show internal directories.
Click to hide internal directories.