diff options
Diffstat (limited to 'internal')
| -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 |
