Skip to content
Snippets Groups Projects
Commit c2ea6e35 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-1335-FixImagesTransport' into 'master'

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

See merge request perxis/perxis-go!60
parents 24c74d36 14c088ed
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