Files
kubeshark/tap/api/options.go
T

6 lines
81 B
Go

package api
type TrafficFilteringOptions struct {
IgnoredUserAgents []string
}