mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 14:01:51 +00:00
api server support sync workspace (#340)
This commit is contained in:
@@ -23,8 +23,10 @@ type EntriesFilter struct {
|
||||
}
|
||||
|
||||
type SyncEntriesRequestQuery struct {
|
||||
Env string `form:"env"`
|
||||
SleepIntervalSec int `form:"interval"`
|
||||
Token string `form:"token"`
|
||||
Env string `form:"env"`
|
||||
Workspace string `form:"workspace"`
|
||||
UploadIntervalSec int `form:"interval"`
|
||||
}
|
||||
|
||||
type HarFetchRequestQuery struct {
|
||||
|
Reference in New Issue
Block a user