diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 20:59:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 20:59:42 -0600 |
| commit | 706b0418bf68a09ff7b78a1646c280a53be68c97 (patch) | |
| tree | 6b0dc5c3c10f9360860730f86b76cbd6d4f78836 /structs.go | |
| parent | 0700306530e9d88420c326c9899ddc098b2fb450 (diff) | |
sending a machine protobuf
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,5 +15,6 @@ type stuff struct { pollDelay time.Duration // how often to report our status dog *time.Ticker // the watchdog timer distro string // debian,redhat,gentoo,macos,wincrap + machine *zoopb.Machine // my protobuf packages *zoopb.Packages // installed packages and versions } |
