| 42 | ) |
| 43 | |
| 44 | type containerStore struct { |
| 45 | db *DB |
| 46 | } |
| 47 | |
| 48 | // NewContainerStore returns a Store backed by an underlying bolt DB |
| 49 | func NewContainerStore(db *DB) containers.Store { |
nothing calls this directly
no outgoing calls
no test coverage detected