Documentation
¶
Index ¶
Constants ¶
View Source
const ( GenesisFilename = "genesis.json" PrivateValidatorFilename = "priv_validator.json" ConfigDir = "config" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface {
WithName(string) Builder
WithPath(string) Builder
WithCount(uint) Builder
WithAkashGenesis(*types.Genesis) Builder
Create() (Context, error)
}
func NewBuilder ¶
func NewBuilder() Builder
type Context ¶
type Context interface {
Name() string
Path() string
PrivateValidators() []tmtypes.PrivValidator
Genesis() *tmtypes.GenesisDoc
}
func NewContext ¶
func NewContext(name, path string, genesis *tmtypes.GenesisDoc, pvalidators ...tmtypes.PrivValidator) Context
type HelmConfig ¶
type HelmConfig struct {
Node HelmNodeConfig
}
type HelmNodeConfig ¶
type Writer ¶
type Writer interface {
Write() error
}
func NewDirWriter ¶
func NewHelmWriter ¶
func NewMultiDirWriter ¶
func NewMultiHelmWriter ¶
Click to show internal directories.
Click to hide internal directories.