arguments

package
v4.14.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	// contains filtered or unexported fields
}

Arguments models a configuration of the backend.

func NewArguments

func NewArguments(
	mainDirectoryPath string,
	testing bool,
	regtest bool,
	multisig bool,
	devmode bool,
	devservers bool,
) *Arguments

NewArguments returns the given parameters as backend arguments.

func (*Arguments) AccountsConfigFilename

func (arguments *Arguments) AccountsConfigFilename() string

AccountsConfigFilename returns the path to the accounts config file of the backend.

func (*Arguments) AppConfigFilename

func (arguments *Arguments) AppConfigFilename() string

AppConfigFilename returns the path to the app config file of the backend.

func (*Arguments) BitBox02DirectoryPath

func (arguments *Arguments) BitBox02DirectoryPath() string

BitBox02DirectoryPath returns the path where BitBox Base data is stored. The above constructor ensures that the directory with the returned path exists.

func (*Arguments) BitBoxBaseDirectoryPath

func (arguments *Arguments) BitBoxBaseDirectoryPath() string

BitBoxBaseDirectoryPath returns the path to the bitbox02 directory of the backend to store caches. The above constructor ensures that the directory with the returned path exists.

func (*Arguments) CacheDirectoryPath

func (arguments *Arguments) CacheDirectoryPath() string

CacheDirectoryPath returns the path to the cache directory of the backend to store caches. The above constructor ensures that the directory with the returned path exists.

func (*Arguments) DevMode

func (arguments *Arguments) DevMode() bool

DevMode returns whether the backend is in developer mode.

func (*Arguments) DevServers

func (arguments *Arguments) DevServers() bool

DevServers returns whether the backend should use the development servers.

func (*Arguments) MainDirectoryPath

func (arguments *Arguments) MainDirectoryPath() string

MainDirectoryPath returns the path to the main directory of the backend to store data. The above constructor ensures that the directory with the returned path exists.

func (*Arguments) Multisig

func (arguments *Arguments) Multisig() bool

Multisig returns whether the backend is in multisig mode.

func (*Arguments) Regtest

func (arguments *Arguments) Regtest() bool

Regtest returns whether the backend is for regtest only.

func (*Arguments) Testing

func (arguments *Arguments) Testing() bool

Testing returns whether the backend is for testing only.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL