diff --git a/exporter/kinesisexporter/marshaller.go b/exporter/kinesisexporter/marshaller.go index 3799a0fe4c1d..a701db328b81 100644 --- a/exporter/kinesisexporter/marshaller.go +++ b/exporter/kinesisexporter/marshaller.go @@ -27,11 +27,6 @@ type Marshaller interface { Encoding() string } -// Message encapsulates Kinesis' message payload. -type Message struct { - Value []byte -} - // defaultMarshallers returns map of supported encodings with Marshaller. func defaultMarshallers() map[string]Marshaller { otlp := &otlpProtoMarshaller{}