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