renamed upload entries to sync entries (#330)

This commit is contained in:
RoyUP9
2021-10-07 18:33:14 +03:00
committed by GitHub
parent 14b616a856
commit 8b8c4609ce
7 changed files with 43 additions and 43 deletions

View File

@@ -22,8 +22,8 @@ type EntriesFilter struct {
Timestamp int64 `form:"timestamp" validate:"required,min=1"`
}
type UploadEntriesRequestQuery struct {
Dest string `form:"dest"`
type SyncEntriesRequestQuery struct {
Env string `form:"env"`
SleepIntervalSec int `form:"interval"`
}