6 lines
153 B
Go
6 lines
153 B
Go
package models
|
|
|
|
type Settings struct {
|
|
OpenRegistration bool `bun:"open_registration,type:boolean" json:"open_registration" yaml:"open_registration"`
|
|
}
|