2020-03-29 09:25:27 +08:00

9 lines
157 B
Go

package system
// Config mongodb config collection
type Config struct {
ID string
Initialized bool
DefaultRegisterRole string
}