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