mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-08 02:08:24 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package api
|
|
|
|
type TrafficFilteringOptions struct {
|
|
IgnoredUserAgents []string
|
|
}
|