readycomms

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package readycomms is a generated protocol buffer package.

It is generated from these files:

readycomms.proto

It has these top-level messages:

ReadyRequest
ReadyReply

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterReadyServer

func RegisterReadyServer(s *grpc.Server, srv ReadyServer)

Types

type ReadyClient

type ReadyClient interface {
	// Sends a greeting
	SayReady(ctx context.Context, in *ReadyRequest, opts ...grpc.CallOption) (*ReadyReply, error)
}

func NewReadyClient

func NewReadyClient(cc *grpc.ClientConn) ReadyClient

type ReadyReply

type ReadyReply struct {
}

The response message containing the greetings

func (*ReadyReply) Descriptor

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

func (*ReadyReply) ProtoMessage

func (*ReadyReply) ProtoMessage()

func (*ReadyReply) Reset

func (m *ReadyReply) Reset()

func (*ReadyReply) String

func (m *ReadyReply) String() string

type ReadyRequest

type ReadyRequest struct {
	Id string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
}

The message

func (*ReadyRequest) Descriptor

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

func (*ReadyRequest) ProtoMessage

func (*ReadyRequest) ProtoMessage()

func (*ReadyRequest) Reset

func (m *ReadyRequest) Reset()

func (*ReadyRequest) String

func (m *ReadyRequest) String() string

type ReadyServer

type ReadyServer interface {
	// Sends a greeting
	SayReady(context.Context, *ReadyRequest) (*ReadyReply, error)
}

Jump to

Keyboard shortcuts

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