package
Version:
v0.0.0-...-80c91bd
Opens a new window with list of versions in this module.
Published: Oct 27, 2024
License: Unlicense
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Env string `yaml:"env"`
StoragePath string `yaml:"storagepath"`
Grpc GrpcConfig `yaml:"grpc"`
}
type GrpcConfig struct {
Port int `yaml:"port"`
Timeout time.Duration `yaml:"timeout"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.