🎨 swagger update
This commit is contained in:
9
config/conf_swagger.go
Normal file
9
config/conf_swagger.go
Normal 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"`
|
||||
}
|
Reference in New Issue
Block a user