Versions in this module Expand all Collapse all v0 v0.4.0 Jan 18, 2019 Changes in this version + type NetworkDetails struct + NetworkID string + PeerID string + SwarmKey string + SwarmPort string + type NetworkDiagnostics struct + type NetworkStatus struct + DiskUsage int64 + Uptime time.Duration + type Orchestrator struct + Registry *registry.NodeRegistry + func New(logger *zap.SugaredLogger, address string, ports config.Ports, dev bool, ...) (*Orchestrator, error) + func (o *Orchestrator) NetworkDiagnostics(ctx context.Context, network string) (NetworkDiagnostics, error) + func (o *Orchestrator) NetworkDown(ctx context.Context, network string) error + func (o *Orchestrator) NetworkRemove(ctx context.Context, network string) error + func (o *Orchestrator) NetworkStatus(ctx context.Context, network string) (NetworkStatus, error) + func (o *Orchestrator) NetworkUp(ctx context.Context, network string) (NetworkDetails, error) + func (o *Orchestrator) NetworkUpdate(ctx context.Context, network string) error + func (o *Orchestrator) Run(ctx context.Context) error