diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 02:01:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 02:01:11 -0500 |
| commit | 20e958559e0a563f8b7c7b4bf4c4a95e328b1f37 (patch) | |
| tree | 42d993d9fcacf030ce48010c83a03f927adaedcd /helpers.go | |
| parent | adb44a864f37e99e775460cf74ec6701fc34ebf8 (diff) | |
fixes for libvirt domain import
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'helpers.go')
| -rw-r--r-- | helpers.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) } |
