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