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

Method formatZoneList

formatters.go:15–15  ·  view source on GitHub ↗
(zones <-chan *route53types.HostedZone, w io.Writer)

Source from the content-addressed store, hash-verified

13
14type Formatter interface {
15 formatZoneList(zones <-chan *route53types.HostedZone, w io.Writer)
16}
17
18type TextFormatter struct {

Callers 2

listZonesFunction · 0.65
formatTestFunction · 0.65

Implementers 5

TextFormatterformatters.go
JsonFormatterformatters.go
JlFormatterformatters.go
TableFormatterformatters.go
CSVFormatterformatters.go

Calls

no outgoing calls

Tested by 1

formatTestFunction · 0.52