mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Add todo for JSON datatype
This commit is contained in:
		
							parent
							
								
									ecc26432fd
								
							
						
					
					
						commit
						1caa6f5d69
					
				| @ -53,6 +53,8 @@ type Machine struct { | |||||||
| 	LastSuccessfulUpdate *time.Time | 	LastSuccessfulUpdate *time.Time | ||||||
| 	Expiry               *time.Time | 	Expiry               *time.Time | ||||||
| 
 | 
 | ||||||
|  | 	// TODO(kradalby): Figure out a way to use tailcfg datatypes
 | ||||||
|  | 	// here and have gorm serialise them.
 | ||||||
| 	HostInfo      datatypes.JSON | 	HostInfo      datatypes.JSON | ||||||
| 	Endpoints     datatypes.JSON | 	Endpoints     datatypes.JSON | ||||||
| 	EnabledRoutes datatypes.JSON | 	EnabledRoutes datatypes.JSON | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user