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

Function exportBind

commands.go:412–415  ·  view source on GitHub ↗
(ctx context.Context, name string, full bool, writer io.Writer)

Source from the content-addressed store, hash-verified

410}
411
412func exportBind(ctx context.Context, name string, full bool, writer io.Writer) {
413 zone := lookupZone(ctx, name)
414 ExportBindToWriter(ctx, r53, zone, full, writer)
415}
416
417type exportSorter struct {
418 rrsets []*route53types.ResourceRecordSet

Callers 1

MainFunction · 0.85

Calls 2

lookupZoneFunction · 0.85
ExportBindToWriterFunction · 0.85

Tested by

no test coverage detected