qbox

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mac

type Mac struct {
	AccessKey string
	SecretKey []byte
}

Mac 七牛AK/SK的对象,AK/SK可以从 https://portal.qiniu.com/user/key 获取。

func NewMac

func NewMac(accessKey, secretKey string) (mac *Mac)

NewMac 构建一个新的拥有AK/SK的对象

func (*Mac) SignWithData

func (mac *Mac) SignWithData(b []byte) (token string)

SignWithData 对数据进行签名,一般用于上传凭证的生成用途

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL