Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootPath represents the application's root directory path. RootPath = filepath.Join( filepath.Dir(b), "/", ) // E2ePath represents the path to the end-to-end (E2E) tests directory. E2ePath = filepath.Join( filepath.Dir(b), "/e2e", ) )
View Source
var (
Env = env{}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.