(ctx context.Context, rw http.ResponseWriter)
| 256 | // handling behavior through this interface. |
| 257 | type errorWriter interface { |
| 258 | writeMissingClientID(ctx context.Context, rw http.ResponseWriter) |
| 259 | writeInvalidClientID(ctx context.Context, rw http.ResponseWriter, err error) |
| 260 | writeClientNotFound(ctx context.Context, rw http.ResponseWriter) |
| 261 | } |
no outgoing calls
no test coverage detected