blob: 9eb45012997584c72435877ff69b8fdb028cebfc (
plain)
1
2
3
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
|