mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-11 01:19:26 +00:00
Adding the upload interval as parameter to tap function
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user