Documentation
¶
Index ¶
Constants ¶
View Source
const ( HeaderPrefix = "HOTU-" //Uniform prefix HeaderNonce = HeaderPrefix + "Nonce" //Nonce HeaderTimestamp = HeaderPrefix + "Timestamp" //Timestamp HeaderSignature = HeaderPrefix + "Signature" //Signature HeaderVN = HeaderPrefix + "Vn" HeaderSP = HeaderPrefix + "Sp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignBuilder ¶ added in v1.0.2
type SignBuilder struct {
// contains filtered or unexported fields
}
func (*SignBuilder) Add ¶ added in v1.0.2
func (b *SignBuilder) Add(key string, val string) *SignBuilder
func (*SignBuilder) Build ¶ added in v1.0.2
func (b *SignBuilder) Build() string
Click to show internal directories.
Click to hide internal directories.