()
| 29 | } |
| 30 | |
| 31 | func (e *ElicitationError) Error() string { |
| 32 | return fmt.Sprintf("elicitation %s: %s", e.Action, e.Message) |
| 33 | } |
| 34 | |
| 35 | // ElicitationRequestHandler is the callback signature an embedder can supply |
| 36 | // to handle inbound elicitation requests directly (e.g. an HTTP server). |
no outgoing calls