Versions in this module Expand all Collapse all v1 v1.1.0 Jul 23, 2016 v1.0.0 Jun 15, 2016 Changes in this version + var ABitOfEverything_Nested_DeepEnum_name = map[int32]string + var ABitOfEverything_Nested_DeepEnum_value = map[string]int32 + var NumericEnum_name = map[int32]string + var NumericEnum_value = map[string]int32 + func RegisterABitOfEverythingServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterABitOfEverythingServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterABitOfEverythingServiceServer(s *grpc.Server, srv ABitOfEverythingServiceServer) + func RegisterEchoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterEchoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterEchoServiceServer(s *grpc.Server, srv EchoServiceServer) + func RegisterFlowCombinationHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterFlowCombinationHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterFlowCombinationServer(s *grpc.Server, srv FlowCombinationServer) + func RegisterStreamServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterStreamServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterStreamServiceServer(s *grpc.Server, srv StreamServiceServer) + type ABitOfEverything struct + BoolValue bool + DoubleValue float64 + EnumValue NumericEnum + Fixed32Value uint32 + Fixed64Value uint64 + FloatValue float32 + Int32Value int32 + Int64Value int64 + MapValue map[string]NumericEnum + MappedNestedValue map[string]*ABitOfEverything_Nested + MappedStringValue map[string]string + Nested []*ABitOfEverything_Nested + NonConventionalNameValue string + OneofValue isABitOfEverything_OneofValue + RepeatedStringValue []string + Sfixed32Value int32 + Sfixed64Value int64 + SingleNested *ABitOfEverything_Nested + Sint32Value int32 + Sint64Value int64 + StringValue string + Uint32Value uint32 + Uint64Value uint64 + Uuid string + func (*ABitOfEverything) Descriptor() ([]byte, []int) + func (*ABitOfEverything) ProtoMessage() + func (*ABitOfEverything) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ABitOfEverything) GetMapValue() map[string]NumericEnum + func (m *ABitOfEverything) GetMappedNestedValue() map[string]*ABitOfEverything_Nested + func (m *ABitOfEverything) GetMappedStringValue() map[string]string + func (m *ABitOfEverything) GetNested() []*ABitOfEverything_Nested + func (m *ABitOfEverything) GetOneofEmpty() *google_protobuf1.Empty + func (m *ABitOfEverything) GetOneofString() string + func (m *ABitOfEverything) GetOneofValue() isABitOfEverything_OneofValue + func (m *ABitOfEverything) GetSingleNested() *ABitOfEverything_Nested + func (m *ABitOfEverything) Reset() + func (m *ABitOfEverything) String() string + type ABitOfEverythingServiceClient interface + Create func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*ABitOfEverything, error) + CreateBody func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*ABitOfEverything, error) + DeepPathEcho func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*ABitOfEverything, error) + Delete func(ctx context.Context, in *sub2.IdMessage, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) + Echo func(ctx context.Context, in *gengo_grpc_gateway_examples_sub.StringMessage, ...) (*gengo_grpc_gateway_examples_sub.StringMessage, error) + Lookup func(ctx context.Context, in *sub2.IdMessage, opts ...grpc.CallOption) (*ABitOfEverything, error) + Timeout func(ctx context.Context, in *google_protobuf1.Empty, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) + Update func(ctx context.Context, in *ABitOfEverything, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) + func NewABitOfEverythingServiceClient(cc *grpc.ClientConn) ABitOfEverythingServiceClient + type ABitOfEverythingServiceServer interface + Create func(context.Context, *ABitOfEverything) (*ABitOfEverything, error) + CreateBody func(context.Context, *ABitOfEverything) (*ABitOfEverything, error) + DeepPathEcho func(context.Context, *ABitOfEverything) (*ABitOfEverything, error) + Delete func(context.Context, *sub2.IdMessage) (*google_protobuf1.Empty, error) + Echo func(context.Context, *gengo_grpc_gateway_examples_sub.StringMessage) (*gengo_grpc_gateway_examples_sub.StringMessage, error) + Lookup func(context.Context, *sub2.IdMessage) (*ABitOfEverything, error) + Timeout func(context.Context, *google_protobuf1.Empty) (*google_protobuf1.Empty, error) + Update func(context.Context, *ABitOfEverything) (*google_protobuf1.Empty, error) + type ABitOfEverything_Nested struct + Amount uint32 + Name string + Ok ABitOfEverything_Nested_DeepEnum + func (*ABitOfEverything_Nested) Descriptor() ([]byte, []int) + func (*ABitOfEverything_Nested) ProtoMessage() + func (m *ABitOfEverything_Nested) Reset() + func (m *ABitOfEverything_Nested) String() string + type ABitOfEverything_Nested_DeepEnum int32 + const ABitOfEverything_Nested_FALSE + const ABitOfEverything_Nested_TRUE + func (ABitOfEverything_Nested_DeepEnum) EnumDescriptor() ([]byte, []int) + func (x ABitOfEverything_Nested_DeepEnum) String() string + type ABitOfEverything_OneofEmpty struct + OneofEmpty *google_protobuf1.Empty + type ABitOfEverything_OneofString struct + OneofString string + type EchoServiceClient interface + Echo func(ctx context.Context, in *SimpleMessage, opts ...grpc.CallOption) (*SimpleMessage, error) + EchoBody func(ctx context.Context, in *SimpleMessage, opts ...grpc.CallOption) (*SimpleMessage, error) + func NewEchoServiceClient(cc *grpc.ClientConn) EchoServiceClient + type EchoServiceServer interface + Echo func(context.Context, *SimpleMessage) (*SimpleMessage, error) + EchoBody func(context.Context, *SimpleMessage) (*SimpleMessage, error) + type EmptyProto struct + func (*EmptyProto) Descriptor() ([]byte, []int) + func (*EmptyProto) ProtoMessage() + func (m *EmptyProto) Reset() + func (m *EmptyProto) String() string + type FlowCombinationClient interface + RpcBodyRpc func(ctx context.Context, in *NonEmptyProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcBodyStream func(ctx context.Context, in *NonEmptyProto, opts ...grpc.CallOption) (FlowCombination_RpcBodyStreamClient, error) + RpcEmptyRpc func(ctx context.Context, in *EmptyProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcEmptyStream func(ctx context.Context, in *EmptyProto, opts ...grpc.CallOption) (FlowCombination_RpcEmptyStreamClient, error) + RpcPathNestedRpc func(ctx context.Context, in *NestedProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcPathNestedStream func(ctx context.Context, in *NestedProto, opts ...grpc.CallOption) (FlowCombination_RpcPathNestedStreamClient, error) + RpcPathSingleNestedRpc func(ctx context.Context, in *SingleNestedProto, opts ...grpc.CallOption) (*EmptyProto, error) + RpcPathSingleNestedStream func(ctx context.Context, in *SingleNestedProto, opts ...grpc.CallOption) (FlowCombination_RpcPathSingleNestedStreamClient, error) + StreamEmptyRpc func(ctx context.Context, opts ...grpc.CallOption) (FlowCombination_StreamEmptyRpcClient, error) + StreamEmptyStream func(ctx context.Context, opts ...grpc.CallOption) (FlowCombination_StreamEmptyStreamClient, error) + func NewFlowCombinationClient(cc *grpc.ClientConn) FlowCombinationClient + type FlowCombinationServer interface + RpcBodyRpc func(context.Context, *NonEmptyProto) (*EmptyProto, error) + RpcBodyStream func(*NonEmptyProto, FlowCombination_RpcBodyStreamServer) error + RpcEmptyRpc func(context.Context, *EmptyProto) (*EmptyProto, error) + RpcEmptyStream func(*EmptyProto, FlowCombination_RpcEmptyStreamServer) error + RpcPathNestedRpc func(context.Context, *NestedProto) (*EmptyProto, error) + RpcPathNestedStream func(*NestedProto, FlowCombination_RpcPathNestedStreamServer) error + RpcPathSingleNestedRpc func(context.Context, *SingleNestedProto) (*EmptyProto, error) + RpcPathSingleNestedStream func(*SingleNestedProto, FlowCombination_RpcPathSingleNestedStreamServer) error + StreamEmptyRpc func(FlowCombination_StreamEmptyRpcServer) error + StreamEmptyStream func(FlowCombination_StreamEmptyStreamServer) error + type FlowCombination_RpcBodyStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcBodyStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_RpcEmptyStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcEmptyStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_RpcPathNestedStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcPathNestedStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_RpcPathSingleNestedStreamClient interface + Recv func() (*EmptyProto, error) + type FlowCombination_RpcPathSingleNestedStreamServer interface + Send func(*EmptyProto) error + type FlowCombination_StreamEmptyRpcClient interface + CloseAndRecv func() (*EmptyProto, error) + Send func(*EmptyProto) error + type FlowCombination_StreamEmptyRpcServer interface + Recv func() (*EmptyProto, error) + SendAndClose func(*EmptyProto) error + type FlowCombination_StreamEmptyStreamClient interface + Recv func() (*EmptyProto, error) + Send func(*EmptyProto) error + type FlowCombination_StreamEmptyStreamServer interface + Recv func() (*EmptyProto, error) + Send func(*EmptyProto) error + type NestedProto struct + A *UnaryProto + B string + C string + func (*NestedProto) Descriptor() ([]byte, []int) + func (*NestedProto) ProtoMessage() + func (m *NestedProto) GetA() *UnaryProto + func (m *NestedProto) Reset() + func (m *NestedProto) String() string + type NonEmptyProto struct + A string + B string + C string + func (*NonEmptyProto) Descriptor() ([]byte, []int) + func (*NonEmptyProto) ProtoMessage() + func (m *NonEmptyProto) Reset() + func (m *NonEmptyProto) String() string + type NumericEnum int32 + const NumericEnum_ONE + const NumericEnum_ZERO + func (NumericEnum) EnumDescriptor() ([]byte, []int) + func (x NumericEnum) String() string + type SimpleMessage struct + Id string + func (*SimpleMessage) Descriptor() ([]byte, []int) + func (*SimpleMessage) ProtoMessage() + func (m *SimpleMessage) Reset() + func (m *SimpleMessage) String() string + type SingleNestedProto struct + A *UnaryProto + func (*SingleNestedProto) Descriptor() ([]byte, []int) + func (*SingleNestedProto) ProtoMessage() + func (m *SingleNestedProto) GetA() *UnaryProto + func (m *SingleNestedProto) Reset() + func (m *SingleNestedProto) String() string + type StreamServiceClient interface + BulkCreate func(ctx context.Context, opts ...grpc.CallOption) (StreamService_BulkCreateClient, error) + BulkEcho func(ctx context.Context, opts ...grpc.CallOption) (StreamService_BulkEchoClient, error) + List func(ctx context.Context, in *google_protobuf1.Empty, opts ...grpc.CallOption) (StreamService_ListClient, error) + func NewStreamServiceClient(cc *grpc.ClientConn) StreamServiceClient + type StreamServiceServer interface + BulkCreate func(StreamService_BulkCreateServer) error + BulkEcho func(StreamService_BulkEchoServer) error + List func(*google_protobuf1.Empty, StreamService_ListServer) error + type StreamService_BulkCreateClient interface + CloseAndRecv func() (*google_protobuf1.Empty, error) + Send func(*ABitOfEverything) error + type StreamService_BulkCreateServer interface + Recv func() (*ABitOfEverything, error) + SendAndClose func(*google_protobuf1.Empty) error + type StreamService_BulkEchoClient interface + Recv func() (*gengo_grpc_gateway_examples_sub.StringMessage, error) + Send func(*gengo_grpc_gateway_examples_sub.StringMessage) error + type StreamService_BulkEchoServer interface + Recv func() (*gengo_grpc_gateway_examples_sub.StringMessage, error) + Send func(*gengo_grpc_gateway_examples_sub.StringMessage) error + type StreamService_ListClient interface + Recv func() (*ABitOfEverything, error) + type StreamService_ListServer interface + Send func(*ABitOfEverything) error + type UnaryProto struct + Str string + func (*UnaryProto) Descriptor() ([]byte, []int) + func (*UnaryProto) ProtoMessage() + func (m *UnaryProto) Reset() + func (m *UnaryProto) String() string