-----------------------------------------------------
()
| 381 | // ----------------------------------------------------- |
| 382 | |
| 383 | func (r *IndexClient) AuthType() string { |
| 384 | if r.mgr != nil { |
| 385 | return r.mgr.Options()["authType"] |
| 386 | } |
| 387 | return "" |
| 388 | } |
| 389 | |
| 390 | func (r *IndexClient) SetStreamHandler(s streamHandler) { |
| 391 | // PLACEHOLDER |
no outgoing calls
no test coverage detected