sandbox: merge address and protocol to one url

Signed-off-by: Abel Feng <fshb1988@gmail.com>
This commit is contained in:
Abel Feng
2024-04-23 14:28:01 +08:00
parent c3b306240e
commit de38490ed6
19 changed files with 281 additions and 333 deletions

View File

@@ -118,7 +118,6 @@ type ControllerInstance struct {
Pid uint32
CreatedAt time.Time
Address string
Protocol string
Version uint32
Labels map[string]string
}
@@ -137,6 +136,5 @@ type ControllerStatus struct {
ExitedAt time.Time
Extra typeurl.Any
Address string
Protocol string
Version uint32
}