any-sync/config/space.go
2022-08-23 21:32:04 +03:00

7 lines
105 B
Go

package config
type Space struct {
GCTTL int `json:"gcTTL"`
SyncPeriod int `json:"syncPeriod"`
}