Documentation ¶ Index ¶ func Sign(request requests.AcsRequest, signer Signer) (err error) type Credential type Signer func NewSignerWithCredential(credential Credential) (signer Signer, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Sign ¶ func Sign(request requests.AcsRequest, signer Signer) (err error) Types ¶ type Credential ¶ type Credential interface { } type Signer ¶ type Signer interface { GetType() string GetVersion() string GetAccessKeyId() (string, error) GetExtraParam() map[string]string Sign(calcStrPre string) string } func NewSignerWithCredential ¶ func NewSignerWithCredential(credential Credential) (signer Signer, err error) Source Files ¶ View all Source files credential.go rpc_signature_composer.go signer.go Directories ¶ Show internal Expand all Path Synopsis credentials signers Click to show internal directories. Click to hide internal directories.