| 30 | ) |
| 31 | |
| 32 | type unionStorage struct { |
| 33 | subsets []blobserver.Storage |
| 34 | } |
| 35 | |
| 36 | func newFromConfig(ld blobserver.Loader, conf jsonconfig.Obj) (blobserver.Storage, error) { |
| 37 | sto := &unionStorage{} |
nothing calls this directly
no outgoing calls
no test coverage detected