WalShowOutputWriter writes the output of wal-show command execution result
| 16 | |
| 17 | // WalShowOutputWriter writes the output of wal-show command execution result |
| 18 | type WalShowOutputWriter interface { |
| 19 | Write(timelineInfos []*TimelineInfo) error |
| 20 | } |
| 21 | |
| 22 | // WalShowJsonOutputWriter writes the detailed JSON output |
| 23 | type WalShowJSONOutputWriter struct { |
no outgoing calls
no test coverage detected