Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultProjectID is the default project ID for the Pubsub container.
DefaultProjectID = "test-project"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
Option is an option for the GCloud container.
func WithProjectID ¶
WithProjectID sets the project ID for the GCloud container.
func (Option) Customize ¶
func (o Option) Customize(*testcontainers.GenericContainerRequest) error
Customize is a NOOP. It's defined to satisfy the testcontainers.ContainerCustomizer interface.
type Options ¶
Options represents the options for the different GCloud containers. This type must contain all the options that are common to all the GCloud containers.
func DefaultOptions ¶
func DefaultOptions() Options
DefaultOptions returns a new Options instance with the default project ID.
Click to show internal directories.
Click to hide internal directories.