Documentation
¶
Index ¶
- type Service
- func (s *Service) Apply(ctx context.Context, n domain.Node, ref domain.NodeRef, ...) error
- func (s *Service) Connect(ctx context.Context, n domain.Node, ref domain.NodeRef, ...) error
- func (s *Service) Disconnect(ctx context.Context) error
- func (s *Service) ForgetIfRemoved(subID string) error
- func (s *Service) Probe(ctx context.Context, nodes []domain.Node, settings domain.Settings) (map[string]engine.Result, error)
- func (s *Service) RestartRequested() <-chan struct{}
- func (s *Service) Restore(n domain.Node, ref domain.NodeRef, settings domain.Settings, tun bool)
- func (s *Service) Shutdown()
- func (s *Service) Status() ipc.Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ForgetIfRemoved ¶
func (*Service) RestartRequested ¶ added in v1.1.3
func (s *Service) RestartRequested() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.