Adding the upload interval as parameter to tap function

This commit is contained in:
Igor Gov
2021-07-13 18:09:32 +03:00
parent 79816ae337
commit 8fab07494c
4 changed files with 8 additions and 8 deletions

View File

@@ -113,7 +113,7 @@ type EntriesFilter struct {
type UploadEntriesRequestBody struct {
Dest string `query:"dest"`
sleepIntervalSec int `query:"interval"`
SleepIntervalSec int `query:"interval"`
}
type HarFetchRequestBody struct {