Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(localAddr, externalAddr string, cert *tls.Certificate, serverResolver resolver.Resolver, clients []*config.Client, logger zLogger.ZLogger) *Controller
func (*Controller) Start ¶
func (ctrl *Controller) Start() error
func (*Controller) Stop ¶
func (ctrl *Controller) Stop() error
Click to show internal directories.
Click to hide internal directories.