init import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
|
||||
*/
|
||||
package descr
|
||||
|
||||
type Server struct {
|
||||
SchemeCreated bool `yaml:"schemeCreated"`
|
||||
AnonymousCreated bool `yaml:"anonymousCreated"`
|
||||
InituserCreated bool `yaml:"inituserCreated"`
|
||||
|
||||
SchemeCreatedAt string `yaml:"schemeCreatedAt"`
|
||||
AnonymousCreatedAt string `yaml:"anonymousCreatedAt"`
|
||||
InituserCreatedAt string `yaml:"inituserCreatedAt"`
|
||||
}
|
||||
Reference in New Issue
Block a user