summaryrefslogtreecommitdiff
path: root/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.go')
-rw-r--r--helpers.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers.go b/helpers.go
index 82e7c5c..5c1ec7f 100644
--- a/helpers.go
+++ b/helpers.go
@@ -42,6 +42,10 @@ func (d *Droplets) FormatTEXT() string {
return prototext.Format(d)
}
+func (d *Droplet) FormatTEXT() string {
+ return prototext.Format(d)
+}
+
func (e *Events) FormatTEXT() string {
return prototext.Format(e)
}