modweb/config.go
2020-11-11 23:48:11 +01:00

7 lines
89 B
Go

package modweb
type Config struct {
AppName string
AllowRegistration bool
}