package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Nov 25, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ReplaceEnvPlaceholders replaces placeholders of the format ${VAR_NAME}
with their environment variable values only if the variable is set.
type PGConfig struct {
Conn string ``
}
type RPCConfig struct {
Host string `default:"0.0.0.0"`
Port string `default:":8085"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.