kubeshark/tap/api/options.go

6 lines
81 B
Go

package api
type TrafficFilteringOptions struct {
IgnoredUserAgents []string
}