Containers lists all containers filtered by Properties (which are ANDed together). Errors: * None.
(Properties)
| 44 | // Errors: |
| 45 | // * None. |
| 46 | Containers(Properties) ([]Container, error) |
| 47 | |
| 48 | // BulkInfo returns info or error for a list of containers. |
| 49 | BulkInfo(handles []string) (map[string]ContainerInfoEntry, error) |
no outgoing calls
no test coverage detected