Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
BaseServiceNotSpecifiedErr = errors.New("base service was not specified")
)
Functions ¶
This section is empty.
Types ¶
type TestsConfig ¶
type TestsConfig interface { FromExampleSvc() TestsConfig WithSuffix(string string) TestsConfig Build() (*string, error) MustBuild() string }
func NewTestsEnvConfig ¶
func NewTestsEnvConfig() TestsConfig
Click to show internal directories.
Click to hide internal directories.