mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-21 01:58:04 +00:00
renamed upload entries to sync entries (#330)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user