Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAWSError ¶
Types ¶
type ClosableStreamProducer ¶
type ClosableStreamProducer interface {
Close() error
}
type StreamProducer ¶
type StreamProducer interface {
Produce(jsonData json.RawMessage, destConfig interface{}) (int, string, string)
}
Click to show internal directories.
Click to hide internal directories.