Documentation ¶
Index ¶
- type Manager
- func (m *Manager) Close(ctx context.Context) error
- func (m *Manager) ListTunnels() []map[string]interface{}
- func (m *Manager) StartTunnel(ctx context.Context, port int, domain string, https bool, httpsPort int) error
- func (m *Manager) Stop(ctx context.Context) error
- func (m *Manager) StopAll(ctx context.Context) error
- func (m *Manager) StopTunnel(ctx context.Context, domain string) error
- type Tunnel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(certManager *cert.CertManager) *Manager
func (*Manager) ListTunnels ¶
func (*Manager) StartTunnel ¶
Click to show internal directories.
Click to hide internal directories.