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

Struct builder

internal/resolver/unix/unix.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30const unixAbstractScheme = "unix-abstract"
31
32type builder struct {
33 scheme string
34}
35
36func (b *builder) Build(target resolver.Target, cc resolver.ClientConn, _ resolver.BuildOptions) (resolver.Resolver, error) {
37 if target.URL.Host != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected