Size returns the size in bytes of the object that was last scanned for.
()
| 113 | |
| 114 | // Size returns the size in bytes of the object that was last scanned for. |
| 115 | func (s *ObjectScanner) Size() int64 { |
| 116 | return s.object.Size |
| 117 | } |
| 118 | |
| 119 | // Type returns the type of the object that was last scanned for. |
| 120 | func (s *ObjectScanner) Type() string { |
no outgoing calls