🎨 swagger update

This commit is contained in:
landaiqing
2024-08-21 23:52:01 +08:00
parent 78346f6a12
commit e0f0c4c466
16 changed files with 318 additions and 142 deletions

9
config/conf_swagger.go Normal file
View File

@@ -0,0 +1,9 @@
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"`
}