Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GinHttpSigner ¶
type GinHttpSigner struct {
// contains filtered or unexported fields
}
func NewGinHttpSigner ¶
func (*GinHttpSigner) GetSignatureHeader ¶
func (singer *GinHttpSigner) GetSignatureHeader(signatureBase64 string) (*SignatureHeader, error)
func (*GinHttpSigner) SignRequest ¶
func (singer *GinHttpSigner) SignRequest(req *http.Request) error
type SignatureHeader ¶
type SignatureHeader struct {
// contains filtered or unexported fields
}
SignatureHeader contains basic info signature header
func (*SignatureHeader) String ¶
func (s *SignatureHeader) String() string
Click to show internal directories.
Click to hide internal directories.