Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterService ¶
type ClusterService struct {
// contains filtered or unexported fields
}
func (*ClusterService) RequestedIndex ¶
func (z *ClusterService) RequestedIndex() (int, error)
type TunnelFactory ¶
type TunnelFactory struct {
// contains filtered or unexported fields
}
func NewTunnelFactory ¶
func NewTunnelFactory(c *config.Config, d *docker.Docker) *TunnelFactory
func (*TunnelFactory) CreateTunnels ¶
func (t *TunnelFactory) CreateTunnels(outgoing bool, target db.Member) error
func (*TunnelFactory) DeleteTunnels ¶
func (t *TunnelFactory) DeleteTunnels(index int) error
Click to show internal directories.
Click to hide internal directories.