This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/config/conf_swagger.go
landaiqing e0f0c4c466 🎨 swagger update
2024-08-21 23:52:01 +08:00

10 lines
224 B
Go

package config
type Swagger struct {
Enabled bool `yaml:"enable"`
Title string `yaml:"title"`
Description string `yaml:"description"`
User string `yaml:"user"`
Password string `yaml:"password"`
}