Documentation
¶
Overview ¶
Package faraday contains the main function for faraday.
Index ¶
Constants ¶
View Source
const Subsystem = "FRDY"
Subsystem defines the logging code for this subsystem.
Variables ¶
View Source
var Commit string
Commit stores the current commit hash of this build, this should be set using the -ldflags during compilation.
Functions ¶
func Main ¶
func Main() error
Main is the real entry point for faraday. It is required to ensure that defers are properly executed when os.Exit() is called.
func UseLogger ¶
UseLogger uses a specified Logger to output package logging info. This should be used in preference to SetLogWriter if the caller is also using btclog.
func Version ¶
func Version() string
Version returns the application version as a properly formed string per the semantic versioning 2.0.0 spec (http://semver.org/).
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
Package dataset provides a basic dataset type which provides functionality for detecting inter-quartile range outliers.
|
Package dataset provides a basic dataset type which provides functionality for detecting inter-quartile range outliers. |
Package frdrpc contains the proto files, generated code and server logic for faraday's grpc server which serves requests for close recommendations.
|
Package frdrpc contains the proto files, generated code and server logic for faraday's grpc server which serves requests for close recommendations. |
Package recommend provides recommendations for closing channels with the constraints provided in its close recommendation config.
|
Package recommend provides recommendations for closing channels with the constraints provided in its close recommendation config. |
Click to show internal directories.
Click to hide internal directories.