package
0.12.18
Repository: https://github.com/astrix-network/astrixd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

DisableLog disables all library log output.
InitBackend initializes the test log backend.
NetworkCliArgumentFromNetParams returns the astrixd command line argument that starts the given network.
NewLogWriter returns a new LogWriter that forwards to `log` all data written to it using at `level` level.
RunAstrixdForTesting runs astrixd for testing purposes.
ScanFile opens the file in the specified path, and returns a channel that sends the contents of the file line-by-line, ignoring lines beggining with //.
ScanHexFile opens the file in the specified path, and returns a channel that sends the contents of the file line-by-line, ignoring lines beggining with //, parsing the hex data in all other lines.
StartCmd runs a command as a separate process.
TempDir returns a temporary directory with the given pattern, prefixed with STABILITY_TEMP_DIR_.
UseLogger uses a specified Logger to output package logging info.

# Variables

DefaultAppDir is the default app directory to be used by all tests.

# Structs

LogWriter writes to the given log with the given log level and prefix.