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