Struct: eventstream.BytesValue

import "../ibm-cos-sdk-go-v2/aws/protocol/eventstream"

Overview

Get returns the underlying value.

Implemented Interfaces

types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream, eventstream.Value

Method Summary collapse

Method Details

func (v BytesValue) Get() interface{}



347
348
349
// File 'aws/protocol/eventstream/header_value.go', line 347

func (v BytesValue) Get() interface{} { return []byte(v) }

func (v BytesValue) String() string



356
357
358
// File 'aws/protocol/eventstream/header_value.go', line 356

func (v BytesValue) String() string { return base64.StdEncoding.EncodeToString([]byte(v)) }