package
Version:
v0.0.0-...-1920916
Opens a new window with list of versions in this module.
Published: Apr 22, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIConfig struct {
Host string
Port int
ReadTimeout time.Duration `mapstructure:"read_timeout"`
WriteTimeout time.Duration `mapstructure:"write_timeout"`
SecretKey string `mapstructure:"secret_key"`
}
type ImageConfig struct {
UploadDir string `mapstructure:"upload_dir"`
ModelDir string `mapstructure:"model_dir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.