4 Star 0 Fork 0

浙江好多物联技术有限公司 / paysdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
signer.go 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
奉起刚 提交于 2023-08-23 16:19 . init proj
package auth
import "context"
// SignatureResult 数字签名结果
type SignatureResult struct {
AppCode string // 应用编号
Signature string // 签名内容
}
type Signer interface {
Sign(ctx context.Context, message string) (*SignatureResult, error) // 对信息进行签名
Algorithm() string // 返回使用签名算法
}
Go
1
https://gitee.com/hdwl_3/paysdk.git
git@gitee.com:hdwl_3/paysdk.git
hdwl_3
paysdk
paysdk
v0.1.6

搜索帮助