kinesis-consumer/model.go

7 lines
144 B
Go
Raw Normal View History

package connector
// Used to map the attributres of the data being sent through the Kinesis stream
type Model interface {
ToString() string
}