mirror of
				https://github.com/bestnite/sub2clash.git
				synced 2025-11-04 04:40:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package model
 | 
						|
 | 
						|
type ShortLink struct {
 | 
						|
	Hash            string
 | 
						|
	Url             string
 | 
						|
	Password        string
 | 
						|
	LastRequestTime int64
 | 
						|
}
 |