diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 13:51:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 13:51:25 -0600 |
| commit | 3f10b49f048b773cd3c43b7ea035623979166e5c (patch) | |
| tree | ae4ddc71599ba93105defe1a8bf3e45f2570cddf /structs.go | |
| parent | 68933a8ec78d6b3476a9fe275b15cf45aedd4c0d (diff) | |
misc
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -10,11 +10,11 @@ var me *stuff // this app's variables type stuff struct { - hostname string // my hostname to send to zookeeper - zookeeper string // the dns name for the zookeeper - 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 + hostname string // my hostname to send to zookeeper + zookeeper string // the dns name for the zookeeper + 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 } |
