Documentation
¶
Index ¶
Constants ¶
View Source
const (
GauntletPlusPlusPort = "4444"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GauntletPlusPlus ¶
type GauntletPlusPlus struct {
test_env.EnvComponent
ExternalHTTPURL string
InternalHTTPURL string
Image string
// contains filtered or unexported fields
}
func NewGauntletPlusPlus ¶
func NewGauntletPlusPlus(networks []string, image string, opts ...test_env.EnvComponentOption) *GauntletPlusPlus
func (*GauntletPlusPlus) StartContainer ¶
func (g *GauntletPlusPlus) StartContainer() (string, error)
func (*GauntletPlusPlus) WithTestLogger ¶
func (g *GauntletPlusPlus) WithTestLogger(t *testing.T) *GauntletPlusPlus
Click to show internal directories.
Click to hide internal directories.