()
| 912 | } |
| 913 | |
| 914 | func (c *Client) config() *config.Config { |
| 915 | if c.Config != nil { |
| 916 | return c.Config |
| 917 | } |
| 918 | return c.LocalKite.Config |
| 919 | } |
| 920 | |
| 921 | // sendCallbackID send the callback number to be deleted after response is received. |
| 922 | func sendCallbackID(callbacks map[string]dnode.Path, ch chan<- uint64) { |