Content contains the portion of the file.
()
| 53 | type Chunk interface { |
| 54 | // Content contains the portion of the file. |
| 55 | Content() string |
| 56 | // Type contains the Operation to do with this Chunk. |
| 57 | Type() Operation |
| 58 | } |
no outgoing calls
no test coverage detected