dione/node/flags.go

7 lines
75 B
Go
Raw Normal View History

package node
type AppFlags struct {
ConfigPath string
Verbose bool
}