haiwai-common-sdk-go/sdk/auth/crediantial.go

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