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