diff options
Diffstat (limited to 'internal/options')
| -rw-r--r-- | internal/options/options.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/options/options.go b/internal/options/options.go new file mode 100644 index 0000000..9eb4501 --- /dev/null +++ b/internal/options/options.go @@ -0,0 +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 |
