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

13 lines
179 B
Go
Raw Normal View History

2023-02-21 20:46:05 +08:00
package auth
2023-02-21 20:58:53 +08:00
import "golib.gaore.com/GaoreGo/haiwai-common-sdk-go/sdk/utils"
2023-02-21 20:46:05 +08:00
var debug utils.Debug
func init() {
debug = utils.Init("signer")
}
type Credential interface {
}