Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbbotManager ¶
type AbbotManager struct {
// contains filtered or unexported fields
}
func NewAbbotManager ¶
func NewAbbotManager(config conf.VNNetworkBackend) *AbbotManager
func (*AbbotManager) AddEndpoint ¶
func (m *AbbotManager) AddEndpoint(addr string, port int32) (err error)
func (*AbbotManager) RemoveEndpoint ¶
func (m *AbbotManager) RemoveEndpoint(addr string, port int32) error
type BaseManager ¶
type BaseManager struct { Log log.Interface ConnectivityManager connectivity.Manager // contains filtered or unexported fields }
func NewBaseManager ¶
func NewBaseManager(parentCtx context.Context, name string, connectivityManager connectivity.Manager) *BaseManager
func (*BaseManager) Closing ¶
func (m *BaseManager) Closing() bool
func (*BaseManager) Context ¶
func (m *BaseManager) Context() context.Context
func (*BaseManager) OnClose ¶
func (m *BaseManager) OnClose(doClose func())
func (*BaseManager) OnStart ¶
func (m *BaseManager) OnStart(doStart func() error) error
type SFTPManager ¶
type SFTPManager struct {
// contains filtered or unexported fields
}
func NewSFTPManager ¶
func (*SFTPManager) Start ¶
func (m *SFTPManager) Start() error
Click to show internal directories.
Click to hide internal directories.