Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GCSUploader ¶
type GCSUploader struct {
// contains filtered or unexported fields
}
func NewGCSUploader ¶
func NewGCSUploader(cfg struct {
ProjectID string
BucketName string
CredentialsFile string
}) (*GCSUploader, error)
func (*GCSUploader) Upload ¶
func (uploader *GCSUploader) Upload(data []map[string]interface{}) error
type PostgresConnection ¶
func NewPostgresConnection ¶
func NewPostgresConnection(cfg config.PostgresConfig) (*PostgresConnection, error)
func (*PostgresConnection) Close ¶
func (pc *PostgresConnection) Close(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.