math

package
v0.0.0-...-0ad7abf Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMathServer

func RegisterMathServer(s *grpc.Server, srv MathServer)

Types

type MathClient

type MathClient interface {
	Div(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
}

MathClient is the client API for Math service.

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

func NewMathClient

func NewMathClient(cc *grpc.ClientConn) MathClient

type MathServer

type MathServer interface {
	Div(context.Context, *Request) (*Response, error)
}

MathServer is the server API for Math service.

type Request

type Request struct {
	Dividend             int64    `protobuf:"varint,1,opt,name=dividend" json:"dividend,omitempty"`
	Divisor              int64    `protobuf:"varint,2,opt,name=divisor" json:"divisor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Request) Descriptor

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

func (*Request) GetDividend

func (m *Request) GetDividend() int64

func (*Request) GetDivisor

func (m *Request) GetDivisor() int64

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 (dst *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 Response

type Response struct {
	Quotient             int64    `protobuf:"varint,1,opt,name=quotient" json:"quotient,omitempty"`
	Remainder            int64    `protobuf:"varint,2,opt,name=remainder" json:"remainder,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Response) Descriptor

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

func (*Response) GetQuotient

func (m *Response) GetQuotient() int64

func (*Response) GetRemainder

func (m *Response) GetRemainder() int64

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

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

func (*Response) XXX_Merge

func (dst *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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