mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
6 lines
49 B
Go
6 lines
49 B
Go
package app
|
|
|
|
type Options struct {
|
|
Cdp string
|
|
}
|