chore: update api.ServiceClient interface to include service creation and removal

This commit is contained in:
Pavel Sviderski
2025-04-21 12:48:21 +10:00
parent f08d9fe405
commit 45497fd20c
3 changed files with 9 additions and 7 deletions
+5
View File
@@ -253,6 +253,11 @@ func (e EnvVars) ToSlice() []string {
return env
}
type RunServiceResponse struct {
ID string
Name string
}
type Service struct {
ID string
Name string