summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 12:32:37 -0500
committerJeff Carr <[email protected]>2024-10-26 12:32:37 -0500
commit07ef0b9f5bad28d5e280f7cfb55feafd36b35e80 (patch)
treeb6fc722bff1826069dffbd285657c89c9db73fe5 /main.go
parent783a06b050048e22aac9fcc1520ca43c40226f14 (diff)
xml generation works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index a72ef74..85e0c80 100644
--- a/main.go
+++ b/main.go
@@ -57,6 +57,9 @@ func main() {
for i, e := range me.cluster.Events {
log.Info("Event", i, e)
}
+ for i, d := range me.cluster.Droplets {
+ log.Info("Event", i, d.Hostname)
+ }
if argv.Start != "" {
newStart(argv.Start)