]> go.fuhry.dev Git - runtime.git/commit
[grpc] add nodep version of client, use in ephs
authorDan Fuhry <dan@fuhry.com>
Wed, 3 Jun 2026 04:10:12 +0000 (00:10 -0400)
committerDan Fuhry <dan@fuhry.com>
Wed, 3 Jun 2026 04:10:12 +0000 (00:10 -0400)
commitd151cb39b732d32b2e67167c6da0f6ac27ca89e3
treedce835032584f07d6a1a18b2e200f42d981124bd
parentfaec69e1fe9db183fdae8b43398817004f1def9e
[grpc] add nodep version of client, use in ephs

go is now enforcing that internal packages must stay internal, so we need a nodep version of //grpc's client functionality for ephs libs
ephs/BUILD.bazel
ephs/client.go
grpc/client_nodep/BUILD.bazel [new file with mode: 0644]
grpc/client_nodep/imports.go [new file with mode: 0644]