Documentation ¶
Index ¶
- type Service
- func (a *Service) Build(ctx context.Context, p *project.Project) error
- func (a *Service) Down(ctx context.Context, p *project.Project, deleteVolumes bool) error
- func (a *Service) GetRunningServices(ctx context.Context, p *project.Project, all bool, filter string) ([]string, error)
- func (a *Service) IsRunning(ctx context.Context, p *project.Project) (bool, error)
- func (a *Service) Logs(ctx context.Context, p *project.Project, services []string) error
- func (a *Service) Ps(ctx context.Context, p *project.Project) error
- func (a *Service) Run(ctx context.Context, p *project.Project, command string, args []string) error
- func (a *Service) Shell(ctx context.Context, p *project.Project, serviceName string) error
- func (a *Service) Up(ctx context.Context, p *project.Project) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.