diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-03-29 18:01:49 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-03-29 18:01:49 +0100 |
| commit | ac08a3efb23f9eb6b55b88f87d5918bbb51abcb8 (patch) | |
| tree | b759a4e0a75bdb7deae1b89549dfdcecba25a91b | |
| parent | 9a467da883976c74d231ea9c7773430f583bab98 (diff) | |
add description of Options
| -rw-r--r-- | internal/options/options.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/options/options.go b/internal/options/options.go index 816ddc9..9eb4501 100644 --- a/internal/options/options.go +++ b/internal/options/options.go @@ -1,3 +1,4 @@ package options +// Options is a map of all options specified by a DTail client to be transferred to the DTail server (e.g. such as grep context control such as -after, -before and -max). type Options map[string]string |
