waku-org/go-waku

View on GitHub
cmd/waku/keygen/options.go

Summary

Maintainability
A
0 mins
Test Coverage
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
}