Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BQStreamProducer ¶ added in v1.0.2
type BQStreamProducer struct {
// contains filtered or unexported fields
}
func NewProducer ¶
func NewProducer(destination *backendconfig.DestinationT, o common.Opts) (*BQStreamProducer, error)
func (*BQStreamProducer) Close ¶ added in v1.0.2
func (producer *BQStreamProducer) Close() error
func (*BQStreamProducer) Produce ¶ added in v1.0.2
func (producer *BQStreamProducer) Produce(jsonData json.RawMessage, _ interface{}) (statusCode int, respStatus, responseMessage string)
Click to show internal directories.
Click to hide internal directories.