Files
2025-02-03 18:16:07 -05:00

6 lines
153 B
Go

package models
type Settings struct {
OpenRegistration bool `bun:"open_registration,type:boolean" json:"open_registration" yaml:"open_registration"`
}