(b []byte)
| 161 | } |
| 162 | |
| 163 | func (w responseWriter) Write(b []byte) (int, error) { |
| 164 | w.body.Write(b) |
| 165 | return w.ResponseWriter.Write(b) |
| 166 | } |
| 167 | |
| 168 | type CustomPolicyDetector interface { |
| 169 | Detect(input []string, requirements []string) (bool, error) |
no outgoing calls
no test coverage detected