Files
woogo/entity/system_status_database.go

10 lines
346 B
Go
Raw Normal View History

2025-04-08 19:24:11 +02:00
package entity
// SystemStatusDatabase System status database properties
type SystemStatusDatabase struct {
WCDatabaseVersion string `json:"wc_database_version"`
DatabasePrefix string `json:"database_prefix"`
MaxmindGEOIPDatabase string `json:"maxmind_geoip_database"`
DatabaseTables []string `json:"database_tables"`
}