MCPcopy Create free account
hub / github.com/couchbase/cbft / AuthType

Method AuthType

remote.go:383–388  ·  view source on GitHub ↗

-----------------------------------------------------

()

Source from the content-addressed store, hash-verified

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

Callers 3

DocCountMethod · 0.95
QueryMethod · 0.95
HandleTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected