basic implements the Storage interface.
| 20 | |
| 21 | // basic implements the Storage interface. |
| 22 | type basic struct { |
| 23 | s, temporal storage.Storer |
| 24 | |
| 25 | *ObjectStorage |
| 26 | *ReferenceStorage |
| 27 | *IndexStorage |
| 28 | *ShallowStorage |
| 29 | *ConfigStorage |
| 30 | } |
| 31 | |
| 32 | // packageWriter implements storer.PackfileWriter interface over |
| 33 | // a Storage with a temporal storer that supports it. |
nothing calls this directly
no outgoing calls
no test coverage detected