Skip to content
Snippets Groups Projects
Commit 14c088ed authored by Valera Shaitorov's avatar Valera Shaitorov :alien:
Browse files

Добавлено пропущенное изменение в транспорт Images

parent cd089a2c
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ import (
)
func NewGRPCClient(conn *grpc.ClientConn, addr string, opts ...grpckit.ClientOption) transport.EndpointsSet {
if addr == "" {
addr = "images.Images"
}
return transport.EndpointsSet{GetEndpoint: grpckit.NewClient(
conn, addr, "Get",
_Encode_Get_Request,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment