mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			97 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			97 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package vo
 | 
						|
 | 
						|
type Oauth2Status struct {
 | 
						|
	Enable bool `json:"enable"`
 | 
						|
	Bind   bool `json:"bind"`
 | 
						|
}
 |