package
Version:
v0.0.0-...-e1ed8ea
Opens a new window with list of versions in this module.
Published: Jan 15, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewDirsFinder(dirs ...string) *dirsFinder
type Config struct {
Hostname string `toml:"hostname" yaml:"hostname" env:"SERVICE_HOSTNAME" env-default:""`
ListenAddress string `toml:"listen_address" yaml:"listen_address" env:"SERVICE_LISTEN_ADDRESS" env-default:"localhost"`
Port int `toml:"port" yaml:"port" env:"SERVICE_PORT" env-default:""`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.