mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-05 03:12:34 -06:00
Настройки работают
Иерархия групп работает Полностью завязано на пользователя и серверы
This commit is contained in:
@@ -244,6 +244,13 @@ type ErrorDTO struct {
|
||||
Value string `json:"value"`
|
||||
}
|
||||
|
||||
// ServerMonitoringInfoDTO используется для парсинга ответа мониторинга
|
||||
// iiko может отдавать JSON, поэтому ставим json теги.
|
||||
type ServerMonitoringInfoDTO struct {
|
||||
ServerName string `json:"serverName" xml:"serverName"`
|
||||
Version string `json:"version" xml:"version"`
|
||||
}
|
||||
|
||||
// --- Suppliers XML (Legacy API /resto/api/suppliers) ---
|
||||
|
||||
type SuppliersListXML struct {
|
||||
|
||||
Reference in New Issue
Block a user