Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type Client
- func (client *Client) BuildCanonicalizedHeaders(headers map[string]*string) (_result *string, _err error)
- func (client *Client) BuildCanonicalizedHeadersV4(headers map[string]*string, signedHeaderStr *string) (_result *string, _err error)
- func (client *Client) BuildCanonicalizedResource(pathname *string, query map[string]*string) (_result *string, _err error)
- func (client *Client) BuildCanonicalizedResourceV4(query map[string]*string) (_result *string, _err error)
- func (client *Client) BuildRequest(context *spi.InterceptorContext) (_err error)
- func (client *Client) GetAuthorization(pathname *string, method *string, query map[string]*string, ...) (_result *string, _err error)
- func (client *Client) GetAuthorizationV4(context *spi.InterceptorContext, date *string, contentHash *string, ...) (_result *string, _err error)
- func (client *Client) GetDateISO8601() (_result *string, _err error)
- func (client *Client) GetEndpoint(regionId *string, network *string, endpoint *string) (_result *string, _err error)
- func (client *Client) GetHost(network *string, project *string, endpoint *string) (_result *string, _err error)
- func (client *Client) GetRegion(context *spi.InterceptorContext) (_result *string, _err error)
- func (client *Client) GetSignature(pathname *string, method *string, query map[string]*string, ...) (_result *string, _err error)
- func (client *Client) GetSignatureV4(context *spi.InterceptorContext, signatureAlgorithm *string, ...) (_result *string, _err error)
- func (client *Client) GetSignedHeaderStrV4(headers map[string]*string) (_result *string, _err error)
- func (client *Client) GetSigningkeyV4(signatureAlgorithm *string, secret *string, region *string, date *string) (_result []byte, _err error)
- func (client *Client) Init() (_err error)
- func (client *Client) MakeContentHash(content *string, signatureVersion *string) (_result *string, _err error)
- func (client *Client) ModifyConfiguration(context *spi.InterceptorContext, attributeMap *spi.AttributeMap) (_err error)
- func (client *Client) ModifyRequest(context *spi.InterceptorContext, attributeMap *spi.AttributeMap) (_err error)
- func (client *Client) ModifyResponse(context *spi.InterceptorContext, attributeMap *spi.AttributeMap) (_err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) BuildCanonicalizedHeaders ¶
func (*Client) BuildCanonicalizedHeadersV4 ¶
func (*Client) BuildCanonicalizedResource ¶
func (*Client) BuildCanonicalizedResourceV4 ¶
func (*Client) BuildRequest ¶
func (client *Client) BuildRequest(context *spi.InterceptorContext) (_err error)
func (*Client) GetAuthorization ¶
func (*Client) GetAuthorizationV4 ¶
func (*Client) GetDateISO8601 ¶
format: YYYYMMDDTHHMMSSZ
func (*Client) GetEndpoint ¶
func (*Client) GetRegion ¶
func (client *Client) GetRegion(context *spi.InterceptorContext) (_result *string, _err error)
func (*Client) GetSignature ¶
func (*Client) GetSignatureV4 ¶
func (*Client) GetSignedHeaderStrV4 ¶
func (*Client) GetSigningkeyV4 ¶
func (*Client) MakeContentHash ¶
func (*Client) ModifyConfiguration ¶
func (client *Client) ModifyConfiguration(context *spi.InterceptorContext, attributeMap *spi.AttributeMap) (_err error)
func (*Client) ModifyRequest ¶
func (client *Client) ModifyRequest(context *spi.InterceptorContext, attributeMap *spi.AttributeMap) (_err error)
func (*Client) ModifyResponse ¶
func (client *Client) ModifyResponse(context *spi.InterceptorContext, attributeMap *spi.AttributeMap) (_err error)
Click to show internal directories.
Click to hide internal directories.