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

Method GetPIndexName

rest_auth.go:273–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271type requestParser interface {
272 GetIndexName() (string, error)
273 GetPIndexName() (string, error)
274 GetIndexDef() (*cbgt.IndexDef, error)
275 GetRequest() (interface{}, string)
276 GetCollectionNames() ([]string, error)

Callers 1

sourceNamesFromReqFunction · 0.65

Implementers 2

rpcRequestParsergrpc_auth.go
restRequestParserrest_auth.go

Calls

no outgoing calls

Tested by

no test coverage detected