Documentation ¶
Overview ¶
Package ipcpb is a generated protocol buffer package.
It is generated from these files:
ipc.proto
It has these top-level messages:
Benchmark
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBenchmarkServiceServer ¶
func RegisterBenchmarkServiceServer(s *grpc.Server, srv BenchmarkServiceServer)
Types ¶
type Benchmark ¶
type Benchmark struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}
func (*Benchmark) Descriptor ¶
func (*Benchmark) ProtoMessage ¶
func (*Benchmark) ProtoMessage()
type BenchmarkServiceClient ¶
type BenchmarkServiceClient interface {
Transfer(ctx context.Context, in *Benchmark, opts ...grpc.CallOption) (*Benchmark, error)
}
func NewBenchmarkServiceClient ¶
func NewBenchmarkServiceClient(cc *grpc.ClientConn) BenchmarkServiceClient
Click to show internal directories.
Click to hide internal directories.