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

Struct rpcRequestParser

grpc_auth.go:150–154  ·  view source on GitHub ↗

rpcRequestParser implements the requestParser interface

Source from the content-addressed store, hash-verified

148
149// rpcRequestParser implements the requestParser interface
150type rpcRequestParser struct {
151 indexName string
152 requestType string
153 request interface{}
154}
155
156func (rp *rpcRequestParser) GetIndexName() (string, error) {
157 return rp.indexName, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected