MCPcopy Create free account
hub / github.com/barnybug/cli53 / CSVFormatter

Struct CSVFormatter

formatters.go:75–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type CSVFormatter struct {
76}
77
78func (self *CSVFormatter) formatZoneList(zones <-chan *route53types.HostedZone, w io.Writer) {
79 wr := csv.NewWriter(w)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected