StowMetadata that will be returned
| 223 | |
| 224 | // StowMetadata that will be returned |
| 225 | type StowMetadata struct { |
| 226 | exists bool |
| 227 | size int64 |
| 228 | etag string |
| 229 | contentMD5 string |
| 230 | } |
| 231 | |
| 232 | func (s StowMetadata) Size() int64 { |
| 233 | return s.size |
nothing calls this directly
no outgoing calls
no test coverage detected