alpha version
This commit is contained in:
5
models/settings.go
Normal file
5
models/settings.go
Normal file
@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type Settings struct {
|
||||
OpenRegistration bool `bun:"open_registration,type:boolean" json:"open_registration" yaml:"open_registration"`
|
||||
}
|
Reference in New Issue
Block a user