package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# Functions
DefaultConfig returns server's default configuration.
GetConfig returns a fully parsed Config object.
ParseConfig retrieves the default environment configuration for the application.
SetConfigTemplate sets the custom app config template for the application.
WriteConfigFile renders config using the template and writes it to configFilePath.
# Constants
DefaultAPIAddress defines the default address to bind the API server to.
No description provided by the author
DefaultGRPCAddress defines the default address to bind the gRPC server to.
DefaultGRPCWebAddress defines the default address to bind the gRPC-web server to.
# Structs
APIConfig defines the API listener configuration.
BaseConfig defines the server's basic configuration.
Config defines the server's top level configuration.
GRPCConfig defines configuration for the gRPC server.
GRPCWebConfig defines configuration for the gRPC-web server.
RosettaConfig defines the Rosetta API listener configuration.
StateSyncConfig defines the state sync snapshot configuration.