Versions in this module Expand all Collapse all v0 v0.1.14 Aug 27, 2020 Changes in this version + const NetworkTag + const ProjectTag + const ServiceTag + type PortPublisher struct + Protocol string + PublishedPort int + TargetPort int + URL string + type Service interface + Convert func(ctx context.Context, project *types.Project) ([]byte, error) + Down func(ctx context.Context, projectName string) error + Logs func(ctx context.Context, projectName string, w io.Writer) error + Ps func(ctx context.Context, projectName string) ([]ServiceStatus, error) + Up func(ctx context.Context, project *types.Project) error + type ServiceStatus struct + Desired int + ID string + Name string + Ports []string + Publishers []PortPublisher + Replicas int