Interface: v4.EventStreamSigner

import "../ibm-cos-sdk-go-v2/aws/signer/v4"

Overview

EventStreamSigner is an AWS EventStream protocol signer.

Implemented By

v4.StreamSigner

Interface Method Summary collapse

Interface Method Details

GetSignature(ctx context.Context, headers, payload []byte, signingTime time.Time, optFns ...func(*StreamSignerOptions)) ([]byte, error)

This method is abstract.


14
// File 'aws/signer/v4/stream.go', line 14

GetSignature(ctx context.Context, headers, payload []byte, signingTime time.Time, optFns ...func(*StreamSignerOptions)) ([]byte, error)