7
0
gaore-common-sdk-go/sdk/auth/crediantial.go
2020-08-06 16:25:08 +08:00

13 lines
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 {
}