(handler *ConnectionHandler)
| 88 | sm *server.SessionManager |
| 89 | readTimeout time.Duration |
| 90 | encodeLoggedQuery bool |
| 91 | connectionHandler *ConnectionHandler |
| 92 | } |
| 93 | |
| 94 | func (h *DuckHandler) SetConnectionHandler(handler *ConnectionHandler) { |
| 95 | h.connectionHandler = handler |
no outgoing calls
no test coverage detected