Добавил возможность делать дампы кэша и восстанавливать их

main
serr 2025-01-06 14:33:11 +03:00
parent 469c273292
commit afa9d82c59
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import (
) )
// JSON структура для создания/загрузки дампов // JSON структура для создания/загрузки дампов
type Dump struct { type Dump struct {
Key string `json:"key"` Key string `json:"key"`
DestroyTimestamp int64 `json:"destroyTimestamp"` DestroyTimestamp int64 `json:"destroyTimestamp"`