mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:19:02 +08:00
bugfix: missing destination name for DiskItem (#1031)
This commit is contained in:
parent
c969b5f329
commit
3e5f9f3b25
@ -245,8 +245,8 @@ type SetTTLResponseItem struct {
|
||||
}
|
||||
|
||||
type DiskItem struct {
|
||||
Name string `json:"name,omitempty" db:"name,omitempty"`
|
||||
Type string `json:"type,omitempty" db:"type,omitempty"`
|
||||
Name string `json:"name,omitempty" ch:"name"`
|
||||
Type string `json:"type,omitempty" ch:"type"`
|
||||
}
|
||||
|
||||
type DBResponseTTL struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user