mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	Move db to net/netip
This commit is contained in:
		
							parent
							
								
									64ede5dbef
								
							
						
					
					
						commit
						efb12f208c
					
				
							
								
								
									
										4
									
								
								db.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								db.go
									
									
									
									
									
								
							@ -6,6 +6,7 @@ import (
 | 
				
			|||||||
	"encoding/json"
 | 
						"encoding/json"
 | 
				
			||||||
	"errors"
 | 
						"errors"
 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
 | 
						"net/netip"
 | 
				
			||||||
	"time"
 | 
						"time"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/glebarez/sqlite"
 | 
						"github.com/glebarez/sqlite"
 | 
				
			||||||
@ -13,7 +14,6 @@ import (
 | 
				
			|||||||
	"gorm.io/driver/postgres"
 | 
						"gorm.io/driver/postgres"
 | 
				
			||||||
	"gorm.io/gorm"
 | 
						"gorm.io/gorm"
 | 
				
			||||||
	"gorm.io/gorm/logger"
 | 
						"gorm.io/gorm/logger"
 | 
				
			||||||
	"inet.af/netaddr"
 | 
					 | 
				
			||||||
	"tailscale.com/tailcfg"
 | 
						"tailscale.com/tailcfg"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -259,7 +259,7 @@ func (hi HostInfo) Value() (driver.Value, error) {
 | 
				
			|||||||
	return string(bytes), err
 | 
						return string(bytes), err
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type IPPrefixes []netaddr.IPPrefix
 | 
					type IPPrefixes []netip.Prefix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (i *IPPrefixes) Scan(destination interface{}) error {
 | 
					func (i *IPPrefixes) Scan(destination interface{}) error {
 | 
				
			||||||
	switch value := destination.(type) {
 | 
						switch value := destination.(type) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user