Documentation
¶
Index ¶
Constants ¶
View Source
const ( GRPCMaxClientSendSizeMB = 45 GRPCMaxClientRecvSizeMB = 45 GRPCMaxRetry uint = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
pb.NamespaceServiceClient
pb.ProjectServiceClient
pb.JobSpecificationServiceClient
pb.JobRunServiceClient
Connect(ctx context.Context, host string, maxSizeInMB int) error
Close() error
}
type Config ¶
type Config struct {
Host string `json:"host" yaml:"host" mapstructure:"host" validate:"required"`
MaxSizeInMB int `json:"max_size_in_mb" yaml:"max_size_in_mb" mapstructure:"max_size_in_mb"`
}
Config holds the set of configuration for the bigquery extractor
Click to show internal directories.
Click to hide internal directories.