您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
178 B

  1. package auth
  2. import "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils"
  3. var debug utils.Debug
  4. func init() {
  5. debug = utils.Init("signer")
  6. }
  7. type Credential interface {
  8. }