Documentation ¶
Index ¶
Constants ¶
View Source
const (
TimestampFormat = "20060102T150405"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BigQueryDatasetExport ¶
type BigQueryDatasetExport struct {
// contains filtered or unexported fields
}
func NewBigQueryExport ¶
func NewBigQueryExport(ctx context.Context, config BigQueryDatasetExportConfig) (*BigQueryDatasetExport, error)
type ContentfulExport ¶
type ContentfulExport struct {
// contains filtered or unexported fields
}
func NewContentfulExport ¶
func NewContentfulExport(_ context.Context, config ContentfulExportConfig) (*ContentfulExport, error)
type ContentfulExportConfig ¶
type GitHubExport ¶
type GitHubExport struct {
// contains filtered or unexported fields
}
func NewGitExport ¶
func NewGitExport(_ context.Context, config GitHubExportConfig) (*GitHubExport, error)
type GitHubExportConfig ¶
type MongoExport ¶
type MongoExport struct {
// contains filtered or unexported fields
}
func NewMongoExport ¶
func NewMongoExport(_ context.Context, config MongoExportConfig) (*MongoExport, error)
type MongoExportConfig ¶
Click to show internal directories.
Click to hide internal directories.