| 29 | } |
| 30 | |
| 31 | type JsonFormatter struct { |
| 32 | } |
| 33 | |
| 34 | func (self *JsonFormatter) formatZoneList(zones <-chan *route53types.HostedZone, w io.Writer) { |
| 35 | var all []*route53types.HostedZone |
nothing calls this directly
no outgoing calls
no test coverage detected