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