feat: specify target container host

This commit is contained in:
Aravinth Manivannan 2023-09-27 22:12:50 +05:30
parent 7ab31a6074
commit cccbbba24d
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ use super::suite::Test;
pub struct Target {
pub version: String,
pub name: String,
pub container_host: Url,
pub homepage: Url,
pub repository: Url,
pub init_scripts: Option<Vec<Test>>,