mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
9 lines
157 B
Go
9 lines
157 B
Go
package system
|
|
|
|
// Config mongodb config collection
|
|
type Config struct {
|
|
ID string
|
|
Initialized bool
|
|
DefaultRegisterRole string
|
|
}
|