MCPcopy
hub / github.com/grpc/grpc-go / joinDialOption

Struct joinDialOption

dialoptions.go:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158type joinDialOption struct {
159 opts []DialOption
160}
161
162func (jdo *joinDialOption) apply(do *dialOptions) {
163 for _, opt := range jdo.opts {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected