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

Method GetIndexName

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

Source from the content-addressed store, hash-verified

270// needed for performing the authentication
271type requestParser interface {
272 GetIndexName() (string, error)
273 GetPIndexName() (string, error)
274 GetIndexDef() (*cbgt.IndexDef, error)
275 GetRequest() (interface{}, string)

Callers 1

sourceNamesFromReqFunction · 0.65

Implementers 2

rpcRequestParsergrpc_auth.go
restRequestParserrest_auth.go

Calls

no outgoing calls

Tested by

no test coverage detected