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 ¶
type ExtendHttpRequestWithMeta func(ctx context.Context, request *http.Request, meta RequestMetadata)
type ExtraHttpJsonBody ¶
type ExtraHttpJsonBody func(ctx context.Context, input *map[string]interface{}, meta RequestMetadata)
type ExtraHttpParametersWithMeta ¶
type ExtraHttpParametersWithMeta func(ctx context.Context, meta RequestMetadata) map[string]string
type LogAccount ¶
type RequestInfo ¶
type RequestMetadata ¶
type SdkInterceptor ¶
type SdkInterceptor struct { Before BeforeCall After AfterCall }
Click to show internal directories.
Click to hide internal directories.