13 rindas
		
	
	
		
			178 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 rindas
		
	
	
		
			178 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package auth
 | |
| 
 | |
| import "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils"
 | |
| 
 | |
| var debug utils.Debug
 | |
| 
 | |
| func init() {
 | |
| 	debug = utils.Init("signer")
 | |
| }
 | |
| 
 | |
| type Credential interface {
 | |
| }
 |