mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	NEW FEATURE: Order changes based on the record dependencies (#2419)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com> Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
		
							
								
								
									
										8
									
								
								pkg/dnssort/result.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								pkg/dnssort/result.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
package dnssort
 | 
			
		||||
 | 
			
		||||
import "github.com/StackExchange/dnscontrol/v4/pkg/dnsgraph"
 | 
			
		||||
 | 
			
		||||
type SortResult[T dnsgraph.Graphable] struct {
 | 
			
		||||
	SortedRecords     []T
 | 
			
		||||
	UnresolvedRecords []T
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user