(field string)
| 18 | // The interface is currently a subset of the *runtime.ResolvedSecurity concrete type. |
| 19 | type MetricsViewSecurity interface { |
| 20 | CanAccessField(field string) bool |
| 21 | RowFilter() string |
| 22 | QueryFilter() *runtimev1.Expression |
| 23 | } |
no outgoing calls
no test coverage detected