Init initializes the handler.
(jsonconf json.RawMessage)
| 98 | type Handler interface { |
| 99 | // Init initializes the handler. |
| 100 | Init(jsonconf json.RawMessage) (bool, error) |
| 101 | |
| 102 | // IsReady сhecks if the handler is initialized. |
| 103 | IsReady() bool |
no outgoing calls