Created
This commit is contained in:
9
entity/system_status_database.go
Normal file
9
entity/system_status_database.go
Normal file
@@ -0,0 +1,9 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user