()
| 96 | } |
| 97 | |
| 98 | func NewCustomAdapterTerminateRequest() *customAdapterTerminateRequest { |
| 99 | return &customAdapterTerminateRequest{"terminate"} |
| 100 | } |
| 101 | |
| 102 | // A common struct that allows all types of response to be identified |
| 103 | type customAdapterResponseMessage struct { |
no outgoing calls
no test coverage detected