Summarizer defines the methods for summarizing a maintenance statistics.
| 15 | |
| 16 | // Summarizer defines the methods for summarizing a maintenance statistics. |
| 17 | type Summarizer interface { |
| 18 | Summary() string |
| 19 | } |
| 20 | |
| 21 | // Kind defines the methods for detecting kind of a maintenance statistics. |
| 22 | type Kind interface { |
nothing calls this directly
no outgoing calls
no test coverage detected