RejectOption represents an option used to control the way connection is rejected.
func(*ConnectionRejectedError)
| 3 | // RejectOption represents an option used to control the way connection is |
| 4 | // rejected. |
| 5 | type RejectOption func(*ConnectionRejectedError) |
| 6 | |
| 7 | // RejectionReason returns an option that makes connection to be rejected with |
| 8 | // given reason. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…