diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 20:59:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 20:59:23 -0600 |
| commit | 7dd5d6d2b165a91993fb532429189a481eebc366 (patch) | |
| tree | 211bee013fb95cc0da8320bfeddb944250416066 /main.go | |
| parent | 141d3024fd4a32d5485e873308ae6414c4867a28 (diff) | |
sending a machine protobuf
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ import ( "time" "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/protobuf/zoopb" "go.wit.com/log" ) @@ -46,6 +47,7 @@ func main() { me = new(stuff) me.hostname, _ = os.Hostname() me.pollDelay = 10 * time.Second + me.machines = new(zoopb.Machines) go NewWatchdog() |
