1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/cli/options.go

7 lines
83 B
Go
Raw Normal View History

2018-09-26 03:49:42 +02:00
package cli
type Options struct {
2018-09-29 03:04:16 +02:00
Cdp string
Params map[string]interface{}
}