Skip to content

Commit

Permalink
Delete unused Message struct (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Iris Grace Endozo <[email protected]>
  • Loading branch information
irisgve and irisgve committed Oct 14, 2020
1 parent 3478479 commit 09acc10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exporter/kinesisexporter/marshaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 09acc10

Please sign in to comment.