FilePatches returns a slice of patches per file.
()
| 21 | type Patch interface { |
| 22 | // FilePatches returns a slice of patches per file. |
| 23 | FilePatches() []FilePatch |
| 24 | // Message returns an optional message that can be at the top of the |
| 25 | // Patch representation. |
| 26 | Message() string |
no outgoing calls