TODO(pquerna): continue to reduce these interfaces
| 51 | // TODO(pquerna): continue to reduce these interfaces |
| 52 | |
| 53 | type EncodingBuffer interface { |
| 54 | io.Writer |
| 55 | io.WriterTo |
| 56 | io.ByteWriter |
| 57 | stringWriter |
| 58 | truncater |
| 59 | grower |
| 60 | rewinder |
| 61 | encoder |
| 62 | } |
| 63 | |
| 64 | type DecodingBuffer interface { |
| 65 | io.ReadWriter |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…