(ctx context.Context, opts ...grpc.CallOption)
| 178 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. |
| 179 | type DownstreamClient interface { |
| 180 | Download(ctx context.Context, opts ...grpc.CallOption) (Downstream_DownloadClient, error) |
| 181 | Changes(ctx context.Context, in *Empty, opts ...grpc.CallOption) (Downstream_ChangesClient, error) |
| 182 | ChangesCount(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ChangeAmount, error) |
| 183 | Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) |
no outgoing calls