 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- func Build(ctx context.Context, project *Project, services []string) error
- func Down(ctx context.Context, project *Project) error
- func IsRunning(ctx context.Context, project *Project) (bool, error)
- func ListServices(ctx context.Context, project *Project) ([]serviceInfo, error)
- func Up(ctx context.Context, project *Project) error
- type AlternativeVolumes
- type Duration
- type Networks
- type Project
- type SourceConfig
- type SourceConfigs
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var IgnoreDependencies = types.IgnoreDependencies
    
      View Source
      
  
var IncludeDependents = types.IncludeDependents
    Functions ¶
func ListServices ¶ added in v0.1.1
Types ¶
type AlternativeVolumes ¶ added in v0.1.3
type AlternativeVolumes []string
type Project ¶ added in v0.1.3
type Project struct {
	*types.Project
	Sources SourceConfigs
	// contains filtered or unexported fields
}
    func (*Project) WithSelectedServices ¶ added in v0.1.3
type SourceConfig ¶
type SourceConfigs ¶
type SourceConfigs map[string]SourceConfig
 Click to show internal directories. 
   Click to hide internal directories.