MCPcopy
hub / github.com/micro/go-micro / Options

Method Options

client/rpc_client.go:382–387  ·  view source on GitHub ↗

Options retrives the options.

()

Source from the content-addressed store, hash-verified

380
381// Options retrives the options.
382func (r *rpcClient) Options() Options {
383 r.mu.RLock()
384 defer r.mu.RUnlock()
385
386 return r.opts
387}
388
389// next returns an iterator for the next nodes to call.
390func (r *rpcClient) next(request Request, opts CallOptions) (selector.Next, error) {

Callers 2

callMethod · 0.95
streamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected