LoadProject loads and validates a Compose project from configuration files.
(ctx context.Context, options ProjectLoadOptions)
| 149 | Volumes(ctx context.Context, project string, options VolumesOptions) ([]VolumesSummary, error) |
| 150 | // LoadProject loads and validates a Compose project from configuration files. |
| 151 | LoadProject(ctx context.Context, options ProjectLoadOptions) (*types.Project, error) |
| 152 | } |
| 153 | |
| 154 | type VolumesOptions struct { |
no outgoing calls