go-waku/cmd/waku/keygen/options.go

10 lines
227 B
Go

package keygen
// GenerateKeyOptions contains all the settings that can be used when generating
// a keyfile with the generate-key command
type GenerateKeyOptions struct {
KeyFile string
KeyPasswd string
Overwrite bool
}