pb

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterStreamsServer

func RegisterStreamsServer(s *grpc.Server, srv StreamsServer)

Types

type Reply

type Reply struct {
	Msg                  string   `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Reply) Descriptor

func (*Reply) Descriptor() ([]byte, []int)

func (*Reply) GetMsg

func (m *Reply) GetMsg() string

func (*Reply) ProtoMessage

func (*Reply) ProtoMessage()

func (*Reply) Reset

func (m *Reply) Reset()

func (*Reply) String

func (m *Reply) String() string

func (*Reply) XXX_DiscardUnknown

func (m *Reply) XXX_DiscardUnknown()

func (*Reply) XXX_Marshal

func (m *Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Reply) XXX_Merge

func (m *Reply) XXX_Merge(src proto.Message)

func (*Reply) XXX_Size

func (m *Reply) XXX_Size() int

func (*Reply) XXX_Unmarshal

func (m *Reply) XXX_Unmarshal(b []byte) error

type Request

type Request struct {
	Msg                  string   `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetMsg

func (m *Request) GetMsg() string

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type StreamsClient

type StreamsClient interface {
	HalfDuplex(ctx context.Context, in *Request, opts ...grpc.CallOption) (Streams_HalfDuplexClient, error)
	FullDuplex(ctx context.Context, opts ...grpc.CallOption) (Streams_FullDuplexClient, error)
}

StreamsClient is the client API for Streams service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewStreamsClient

func NewStreamsClient(cc *grpc.ClientConn) StreamsClient

type StreamsServer

type StreamsServer interface {
	HalfDuplex(*Request, Streams_HalfDuplexServer) error
	FullDuplex(Streams_FullDuplexServer) error
}

StreamsServer is the server API for Streams service.

type Streams_FullDuplexClient

type Streams_FullDuplexClient interface {
	Send(*Request) error
	Recv() (*Reply, error)
	grpc.ClientStream
}

type Streams_FullDuplexServer

type Streams_FullDuplexServer interface {
	Send(*Reply) error
	Recv() (*Request, error)
	grpc.ServerStream
}

type Streams_HalfDuplexClient

type Streams_HalfDuplexClient interface {
	Recv() (*Reply, error)
	grpc.ClientStream
}

type Streams_HalfDuplexServer

type Streams_HalfDuplexServer interface {
	Send(*Reply) error
	grpc.ServerStream
}

type UnimplementedStreamsServer

type UnimplementedStreamsServer struct {
}

UnimplementedStreamsServer can be embedded to have forward compatible implementations.

func (*UnimplementedStreamsServer) FullDuplex

func (*UnimplementedStreamsServer) HalfDuplex

Jump to

Keyboard shortcuts

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