package
6.0.1
Repository: https://github.com/forbole/juno.git
Documentation: pkg.go.dev

# Functions

DefaultConfigCreator represents the default configuration creator that builds a Config instance using the values specified using the default flags.
NewConfig allows to build a new Config instance.
NewInitCmd returns the command that should be run in order to properly initialize Juno.

# Structs

Config contains the configuration data for the init command.

# Interfaces

WritableConfig represents a configuration that can be written to a file.

# Type aliases

ConfigCreator represents a function that builds a Config instance from the flags that have been specified by the user inside the given command.