Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseEnvFiles ¶
func ScanLogFiles ¶ added in v0.15.0
ScanLogFiles searches for *.log files in a project directory. Returns nil if no log files are found.
Types ¶
type DatabaseResult ¶
type GRPCResult ¶
type Result ¶
type Result struct {
Database *DatabaseResult `toml:"database,omitempty"`
API *APIResult `toml:"api,omitempty"`
GRPC *GRPCResult `toml:"grpc,omitempty"`
Log *LogResult `toml:"log,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.