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

Function Transport

internal/util/pool/options.go:24–28  ·  view source on GitHub ↗
(t transport.Transport)

Source from the content-addressed store, hash-verified

22}
23
24func Transport(t transport.Transport) Option {
25 return func(o *Options) {
26 o.Transport = t
27 }
28}
29
30func TTL(t time.Duration) Option {
31 return func(o *Options) {

Callers 2

newRPCClientFunction · 0.92
InitMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…