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