Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GossVerifier ¶
type GossVerifier struct { Name string Command string Args []string ExtraArgs []string TestFile string }
func (GossVerifier) GetCommand ¶
func (v GossVerifier) GetCommand() (map[string]string, string, []string)
func (GossVerifier) GetTestFile ¶
func (v GossVerifier) GetTestFile() string
func (GossVerifier) String ¶
func (v GossVerifier) String() string
func (GossVerifier) WithTestFile ¶
func (v GossVerifier) WithTestFile(file string) Verifier
type TestInfraVerifier ¶
type TestInfraVerifier struct { Name string Command string Args []string EnvVars map[string]string TestFile string }
func (TestInfraVerifier) GetCommand ¶
func (v TestInfraVerifier) GetCommand() (map[string]string, string, []string)
func (TestInfraVerifier) GetTestFile ¶
func (v TestInfraVerifier) GetTestFile() string
func (TestInfraVerifier) String ¶
func (v TestInfraVerifier) String() string
func (TestInfraVerifier) WithTestFile ¶
func (v TestInfraVerifier) WithTestFile(file string) Verifier
Click to show internal directories.
Click to hide internal directories.