(ctx context.Context, name string, full bool, writer io.Writer)
| 410 | } |
| 411 | |
| 412 | func 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 | |
| 417 | type exportSorter struct { |
| 418 | rrsets []*route53types.ResourceRecordSet |
no test coverage detected