Labeler Labeler provides an interface for a list of string labels
| 267 | |
| 268 | // Labeler provides an interface for a list of string labels |
| 269 | type Labeler interface { |
| 270 | // Label returns a label. |
| 271 | Label(i int) string |
| 272 | } |
nothing calls this directly
no outgoing calls
no test coverage detected