mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
docs: update docs regarding to settings v2
This commit is contained in:
parent
60034145fa
commit
80cb8e1151
39 changed files with 1080 additions and 321 deletions
11
settings/database.go
Normal file
11
settings/database.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package settings
|
||||
|
||||
type Database struct {
|
||||
Name string
|
||||
}
|
||||
|
||||
var DatabaseSettings = &Database{}
|
||||
|
||||
func (d *Database) GetName() string {
|
||||
return d.Name
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue