7
0
gaore-common-sdk-go/sdk/auth/crediantial.go

13 lines
178 B
Go
Raw Normal View History

2020-08-03 20:48:58 +08:00
package auth
2020-08-06 16:25:08 +08:00
import "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils"
var debug utils.Debug
func init() {
debug = utils.Init("signer")
}
2020-08-04 00:51:19 +08:00
type Credential interface {
2020-08-03 20:48:58 +08:00
}