Documentation ¶ Index ¶ type Config type Producer func (p *Producer) Close(_ context.Context) error func (p *Producer) Initialize(ctx context.Context, configFile string) func (p *Producer) Produce(ctx context.Context, k []byte, v []byte, _ any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Bucket string `json:"bucket_name"` } type Producer ¶ added in v0.4.0 type Producer struct { // contains filtered or unexported fields } func (*Producer) Close ¶ added in v0.4.0 func (p *Producer) Close(_ context.Context) error func (*Producer) Initialize ¶ added in v0.4.0 func (p *Producer) Initialize(ctx context.Context, configFile string) func (*Producer) Produce ¶ added in v0.4.0 func (p *Producer) Produce(ctx context.Context, k []byte, v []byte, _ any) Source Files ¶ View all Source files gcsProducer.go Click to show internal directories. Click to hide internal directories.