Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Forwarder ¶
type Forwarder struct {
// contains filtered or unexported fields
}
Forwarder is the struct that manage running local applications
func NewForwarder ¶
func NewForwarder(proxy proxy.ProxyInterface, project *config.Project) *Forwarder
NewForwarder instancites a Forwarder struct from configuration data
func (*Forwarder) ForwardAll ¶
func (f *Forwarder) ForwardAll()
ForwardAll runs all applications forwarders in separated goroutines
type ForwarderInterface ¶
type ForwarderInterface interface { ForwardAll() Stop() }
ForwarderInterface represents all kinds of forwarders (Kubernetes, others...)
type ForwarderTypeInterface ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.