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 ¶
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 { GetForwardType() string Forward() error Stop() error GetReadyChannel() chan struct{} GetStopChannel() chan struct{} }
ForwarderInterface represents all kinds of forwarders (Kubernetes, others...)
Click to show internal directories.
Click to hide internal directories.