answer/internal/service/service_config/service_config.go

6 lines
140 B
Go
Raw Normal View History

2022-09-27 17:59:05 +08:00
package service_config
type ServiceConfig struct {
UploadPath string `json:"upload_path" mapstructure:"upload_path" yaml:"upload_path"`
2022-09-27 17:59:05 +08:00
}