Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterCall ¶
type AfterCall func(RequestInfo, interface{})
type BeforeCall ¶
type BeforeCall func(RequestInfo) interface{}
type DynamicCredentials ¶
type DynamicCredentials func(ctx context.Context) (*credentials.Credentials, *string)
type ExtendHttpRequestWithMeta ¶ added in v1.0.2
type ExtendHttpRequestWithMeta func(ctx context.Context, request *http.Request, meta RequestMetadata)
type ExtraHttpJsonBody ¶ added in v1.0.3
type ExtraHttpJsonBody func(ctx context.Context, input *map[string]interface{}, meta RequestMetadata)
type ExtraHttpParametersWithMeta ¶ added in v1.0.2
type ExtraHttpParametersWithMeta func(ctx context.Context, meta RequestMetadata) map[string]string
type LogAccount ¶
type RequestInfo ¶
type RequestMetadata ¶ added in v1.0.2
type SdkInterceptor ¶
type SdkInterceptor struct { Before BeforeCall After AfterCall }
Click to show internal directories.
Click to hide internal directories.