diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 17:45:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 17:45:50 -0600 |
| commit | 32e27530075a09f5c3b82ca6cbb83a01e34cb24c (patch) | |
| tree | bf1ad3f04ef77b2425385a4261e36d95909b6988 /event.go | |
| parent | 9f9a52312e6e9538e7ec4c0eefbe46aace352fd3 (diff) | |
switch virtbuf to virtpbv0.2.36
Diffstat (limited to 'event.go')
| -rw-r--r-- | event.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ import ( "time" "go.wit.com/lib/gui/shell" - pb "go.wit.com/lib/protobuf/virtbuf" + "go.wit.com/lib/protobuf/virtpb" "go.wit.com/log" ) @@ -27,7 +27,7 @@ func (h *HyperT) RestartVirtigod() { // this must be bool in string because accumulated output is sometimes // written to STDOUT, sometimes to http -func (h *HyperT) start(d *pb.Droplet) (bool, string) { +func (h *HyperT) start(d *virtpb.Droplet) (bool, string) { ready, result := me.cluster.DropletReady(d) if !ready { return false, result |
