// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterOrderbookHandlerFromEndpoint instead.
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
// - protoc (unknown)
// source: orderbook/v1/orderbook.proto
packageorderbookv1
import(
context"context"
grpc"google.golang.org/grpc"
codes"google.golang.org/grpc/codes"
status"google.golang.org/grpc/status"
)
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
// Requires gRPC-Go v1.32.0 or later.
const_=grpc.SupportPackageIsVersion7
// OrderbookClient is the client API for Orderbook service.
//
// 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.