7 lines
75 B
Go
7 lines
75 B
Go
package node
|
|
|
|
type AppFlags struct {
|
|
ConfigPath string
|
|
Verbose bool
|
|
}
|