commit | e00f4f6b778c474fc1e4de96849c1a140c979b2d | [log] [tgz] |
---|---|---|
author | Kent Hagerman <khagerma@ciena.com> | Wed Jan 22 13:53:10 2020 -0500 |
committer | Kent Hagerman <khagerma@ciena.com> | Mon Feb 10 12:35:08 2020 -0500 |
tree | bfefcd6c06c994a1951e2f898e4f90b96c90f5ee | |
parent | 12cd8eb14d968d344f9e20eee5dce4fdb12f0acb [diff] |
Added LastCommunication and SinceLastCommunication to the adapter type. Change-Id: Ibc63c6e38af27ff739a6e54f54d28a753d27fa56
diff --git a/internal/pkg/commands/adapter.go b/internal/pkg/commands/adapter.go index b777889..1a901bc 100644 --- a/internal/pkg/commands/adapter.go +++ b/internal/pkg/commands/adapter.go
@@ -25,7 +25,7 @@ ) const ( - DEFAULT_OUTPUT_FORMAT = "table{{ .Id }}\t{{.Vendor}}\t{{.Version}}" + DEFAULT_OUTPUT_FORMAT = "table{{ .Id }}\t{{ .Vendor }}\t{{ .Version }}\t{{ .SinceLastCommunication }}" ) type AdapterList struct {