Volumes executes the equivalent to a `docker volume ls`
(ctx context.Context, project string, options VolumesOptions)
| 147 | Generate(ctx context.Context, options GenerateOptions) (*types.Project, error) |
| 148 | // Volumes executes the equivalent to a `docker volume ls` |
| 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 | } |
no outgoing calls