gdauth

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2017 License: MIT Imports: 10 Imported by: 2

README

go-metric

Build Status Go Report Card

install

go get -u github.com/mozillazg/gdauth

usage




Documentation

Index

Constants

View Source
const HMACSHA1V1 = "hmac-sha1-v1"

HMACSHA1V1 ...

Variables

This section is empty.

Functions

This section is empty.

Types

type Signature

type Signature struct {
	Method          string // 签名方法
	AccessKeyID     string // access key id
	AccessKeySecret string // access key secret
}

Signature ...

func (*Signature) SignReq

func (sign *Signature) SignReq(req *http.Request)

SignReq 给 req 增加签名相关的设置

Jump to

Keyboard shortcuts

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