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

Struct client

internal/xds/test/e2e/e2e.go:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46)
47
48type client struct {
49 cmd *exec.Cmd
50
51 target string
52 statsCC *grpc.ClientConn
53}
54
55// newClient create a client with the given target and bootstrap content.
56func newClient(target, binaryPath, bootstrap string, logger io.Writer, flags ...string) (*client, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected