ipcpb

package
v2.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2019 License: LGPL-3.0 Imports: 5 Imported by: 1

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) Descriptor() ([]byte, []int)

func (*Benchmark) GetData

func (m *Benchmark) GetData() []byte

func (*Benchmark) ProtoMessage

func (*Benchmark) ProtoMessage()

func (*Benchmark) Reset

func (m *Benchmark) Reset()

func (*Benchmark) String

func (m *Benchmark) String() string

type BenchmarkServiceClient

type BenchmarkServiceClient interface {
	Transfer(ctx context.Context, in *Benchmark, opts ...grpc.CallOption) (*Benchmark, error)
}

func NewBenchmarkServiceClient

func NewBenchmarkServiceClient(cc *grpc.ClientConn) BenchmarkServiceClient

type BenchmarkServiceServer

type BenchmarkServiceServer interface {
	Transfer(context.Context, *Benchmark) (*Benchmark, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL