Добавил возможность делать дампы кэша и восстанавливать их
parent
469c273292
commit
afa9d82c59
|
@ -10,7 +10,6 @@ import (
|
|||
)
|
||||
|
||||
// JSON структура для создания/загрузки дампов
|
||||
|
||||
type Dump struct {
|
||||
Key string `json:"key"`
|
||||
DestroyTimestamp int64 `json:"destroyTimestamp"`
|
||||
|
|
Loading…
Reference in New Issue