Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Bits is the number of bits in a UUID Bits = 128 // Size is the number of bytes in a UUID Size = Bits / 8 )
Variables ¶
View Source
var ( // Loggerf can be used to override the default logging destination. Such // log messages in this library should be logged at warning or higher. Loggerf = func(format string, args ...interface{}) {} )
Functions ¶
This section is empty.
Types ¶
type URLSigner ¶
type URLSigner struct {
// contains filtered or unexported fields
}
An URLSigner provides URL signing utilities to sign URLs for Aliyun CDN resources. authentication document: https://help.aliyun.com/document_detail/85117.html
func NewURLSigner ¶
NewURLSigner returns a new signer object.
Click to show internal directories.
Click to hide internal directories.