Versions in this module Expand all Collapse all v1 v1.11.0 Mar 16, 2021 Changes in this version + var Bar_name = map[int32]string + var Bar_value = map[string]int32 + var Foo_Bar_Bat_name = map[int32]string + var Foo_Bar_Bat_value = map[string]int32 + var Foo_Bar_Baz_name = map[int32]string + var Foo_Bar_Baz_value = map[string]int32 + var Hello_name = map[int32]string + var Hello_value = map[string]int32 + func RegisterExcitedAPIServer(s *grpc.Server, srv ExcitedAPIServer) + func RegisterHelloAPIServer(s *grpc.Server, srv HelloAPIServer) + type Another struct + Another *Another + AnotherDuration *duration.Duration + Four []string + Hello Hello + M map[string]int64 + Nine []*Another + One int64 + OneofOneof isAnother_OneofOneof + Two string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Another) Descriptor() ([]byte, []int) + func (*Another) ProtoMessage() + func (*Another) XXX_OneofWrappers() []interface{} + func (m *Another) GetAnother() *Another + func (m *Another) GetAnotherDuration() *duration.Duration + func (m *Another) GetEight() string + func (m *Another) GetFour() []string + func (m *Another) GetHello() Hello + func (m *Another) GetM() map[string]int64 + func (m *Another) GetNine() []*Another + func (m *Another) GetOne() int64 + func (m *Another) GetOneofOneof() isAnother_OneofOneof + func (m *Another) GetSeven() int64 + func (m *Another) GetTwo() string + func (m *Another) Reset() + func (m *Another) String() string + func (m *Another) XXX_DiscardUnknown() + func (m *Another) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Another) XXX_Merge(src proto.Message) + func (m *Another) XXX_Size() int + func (m *Another) XXX_Unmarshal(b []byte) error + type Another_Eight struct + Eight string + type Another_Seven struct + Seven int64 + type Bar int32 + const Bar_BAR_INVALID + func (Bar) EnumDescriptor() ([]byte, []int) + func (x Bar) String() string + type BarRequest struct + Id int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BarRequest) Descriptor() ([]byte, []int) + func (*BarRequest) ProtoMessage() + func (m *BarRequest) GetId() int64 + func (m *BarRequest) Reset() + func (m *BarRequest) String() string + func (m *BarRequest) XXX_DiscardUnknown() + func (m *BarRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BarRequest) XXX_Merge(src proto.Message) + func (m *BarRequest) XXX_Size() int + func (m *BarRequest) XXX_Unmarshal(b []byte) error + type BarResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BarResponse) Descriptor() ([]byte, []int) + func (*BarResponse) ProtoMessage() + func (m *BarResponse) Reset() + func (m *BarResponse) String() string + func (m *BarResponse) XXX_DiscardUnknown() + func (m *BarResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BarResponse) XXX_Merge(src proto.Message) + func (m *BarResponse) XXX_Size() int + func (m *BarResponse) XXX_Unmarshal(b []byte) error + type Barr struct + BarHello *v1.Hello + BarrTime *timestamp.Timestamp + Hello int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Barr) Descriptor() ([]byte, []int) + func (*Barr) ProtoMessage() + func (m *Barr) GetBarHello() *v1.Hello + func (m *Barr) GetBarrTime() *timestamp.Timestamp + func (m *Barr) GetHello() int64 + func (m *Barr) Reset() + func (m *Barr) String() string + func (m *Barr) XXX_DiscardUnknown() + func (m *Barr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Barr) XXX_Merge(src proto.Message) + func (m *Barr) XXX_Size() int + func (m *Barr) XXX_Unmarshal(b []byte) error + type Bazz struct + One int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Bazz) Descriptor() ([]byte, []int) + func (*Bazz) ProtoMessage() + func (m *Bazz) GetOne() int64 + func (m *Bazz) Reset() + func (m *Bazz) String() string + func (m *Bazz) XXX_DiscardUnknown() + func (m *Bazz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Bazz) XXX_Merge(src proto.Message) + func (m *Bazz) XXX_Size() int + func (m *Bazz) XXX_Unmarshal(b []byte) error + type ExcitedAPIClient interface + Exclamation func(ctx context.Context, in *ExclamationRequest, opts ...grpc.CallOption) (*ExclamationResponse, error) + ExclamationBidiStream func(ctx context.Context, opts ...grpc.CallOption) (ExcitedAPI_ExclamationBidiStreamClient, error) + ExclamationClientStream func(ctx context.Context, opts ...grpc.CallOption) (ExcitedAPI_ExclamationClientStreamClient, error) + ExclamationServerStream func(ctx context.Context, in *ExclamationRequest, opts ...grpc.CallOption) (ExcitedAPI_ExclamationServerStreamClient, error) + func NewExcitedAPIClient(cc grpc.ClientConnInterface) ExcitedAPIClient + type ExcitedAPIServer interface + Exclamation func(context.Context, *ExclamationRequest) (*ExclamationResponse, error) + ExclamationBidiStream func(ExcitedAPI_ExclamationBidiStreamServer) error + ExclamationClientStream func(ExcitedAPI_ExclamationClientStreamServer) error + ExclamationServerStream func(*ExclamationRequest, ExcitedAPI_ExclamationServerStreamServer) error + type ExcitedAPI_ExclamationBidiStreamClient interface + Recv func() (*ExclamationResponse, error) + Send func(*ExclamationRequest) error + type ExcitedAPI_ExclamationBidiStreamServer interface + Recv func() (*ExclamationRequest, error) + Send func(*ExclamationResponse) error + type ExcitedAPI_ExclamationClientStreamClient interface + CloseAndRecv func() (*ExclamationResponse, error) + Send func(*ExclamationRequest) error + type ExcitedAPI_ExclamationClientStreamServer interface + Recv func() (*ExclamationRequest, error) + SendAndClose func(*ExclamationResponse) error + type ExcitedAPI_ExclamationServerStreamClient interface + Recv func() (*ExclamationResponse, error) + type ExcitedAPI_ExclamationServerStreamServer interface + Send func(*ExclamationResponse) error + type ExclamationRequest struct + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExclamationRequest) Descriptor() ([]byte, []int) + func (*ExclamationRequest) ProtoMessage() + func (m *ExclamationRequest) GetValue() string + func (m *ExclamationRequest) Reset() + func (m *ExclamationRequest) String() string + func (m *ExclamationRequest) XXX_DiscardUnknown() + func (m *ExclamationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExclamationRequest) XXX_Merge(src proto.Message) + func (m *ExclamationRequest) XXX_Size() int + func (m *ExclamationRequest) XXX_Unmarshal(b []byte) error + type ExclamationResponse struct + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExclamationResponse) Descriptor() ([]byte, []int) + func (*ExclamationResponse) ProtoMessage() + func (m *ExclamationResponse) GetValue() string + func (m *ExclamationResponse) Reset() + func (m *ExclamationResponse) String() string + func (m *ExclamationResponse) XXX_DiscardUnknown() + func (m *ExclamationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExclamationResponse) XXX_Merge(src proto.Message) + func (m *ExclamationResponse) XXX_Size() int + func (m *ExclamationResponse) XXX_Unmarshal(b []byte) error + type Foo struct + Bar *Foo_Bar + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) GetBar() *Foo_Bar + func (m *Foo) Reset() + func (m *Foo) String() string + func (m *Foo) XXX_DiscardUnknown() + func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Foo) XXX_Merge(src proto.Message) + func (m *Foo) XXX_Size() int + func (m *Foo) XXX_Unmarshal(b []byte) error + type FooRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FooRequest) Descriptor() ([]byte, []int) + func (*FooRequest) ProtoMessage() + func (m *FooRequest) Reset() + func (m *FooRequest) String() string + func (m *FooRequest) XXX_DiscardUnknown() + func (m *FooRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FooRequest) XXX_Merge(src proto.Message) + func (m *FooRequest) XXX_Size() int + func (m *FooRequest) XXX_Unmarshal(b []byte) error + type FooResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FooResponse) Descriptor() ([]byte, []int) + func (*FooResponse) ProtoMessage() + func (m *FooResponse) Reset() + func (m *FooResponse) String() string + func (m *FooResponse) XXX_DiscardUnknown() + func (m *FooResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FooResponse) XXX_Merge(src proto.Message) + func (m *FooResponse) XXX_Size() int + func (m *FooResponse) XXX_Unmarshal(b []byte) error + type Foo_Bar struct + Bat Foo_Bar_Bat + Baz Foo_Bar_Baz + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Foo_Bar) Descriptor() ([]byte, []int) + func (*Foo_Bar) ProtoMessage() + func (m *Foo_Bar) GetBat() Foo_Bar_Bat + func (m *Foo_Bar) GetBaz() Foo_Bar_Baz + func (m *Foo_Bar) Reset() + func (m *Foo_Bar) String() string + func (m *Foo_Bar) XXX_DiscardUnknown() + func (m *Foo_Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Foo_Bar) XXX_Merge(src proto.Message) + func (m *Foo_Bar) XXX_Size() int + func (m *Foo_Bar) XXX_Unmarshal(b []byte) error + type Foo_Bar_Bat int32 + const Foo_Bar_BAT_INVALID + func (Foo_Bar_Bat) EnumDescriptor() ([]byte, []int) + func (x Foo_Bar_Bat) String() string + type Foo_Bar_Baz int32 + const Foo_Bar_BAZ_INVALID + func (Foo_Bar_Baz) EnumDescriptor() ([]byte, []int) + func (x Foo_Bar_Baz) String() string + type HasWKT struct + WktDuration *duration.Duration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HasWKT) Descriptor() ([]byte, []int) + func (*HasWKT) ProtoMessage() + func (m *HasWKT) GetWktDuration() *duration.Duration + func (m *HasWKT) Reset() + func (m *HasWKT) String() string + func (m *HasWKT) XXX_DiscardUnknown() + func (m *HasWKT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HasWKT) XXX_Merge(src proto.Message) + func (m *HasWKT) XXX_Size() int + func (m *HasWKT) XXX_Unmarshal(b []byte) error + type Hello int32 + const Hello_HELLO_BALLOON + const Hello_HELLO_INVALID + const Hello_HELLO_TREE + const Hello_HELLO_UNSET + func (Hello) EnumDescriptor() ([]byte, []int) + func (x Hello) String() string + type HelloAPIClient interface + Bar func(ctx context.Context, in *BarRequest, opts ...grpc.CallOption) (*BarResponse, error) + Foo func(ctx context.Context, in *FooRequest, opts ...grpc.CallOption) (*FooResponse, error) + func NewHelloAPIClient(cc grpc.ClientConnInterface) HelloAPIClient + type HelloAPIServer interface + Bar func(context.Context, *BarRequest) (*BarResponse, error) + Foo func(context.Context, *FooRequest) (*FooResponse, error) + type UnimplementedExcitedAPIServer struct + func (*UnimplementedExcitedAPIServer) Exclamation(ctx context.Context, req *ExclamationRequest) (*ExclamationResponse, error) + func (*UnimplementedExcitedAPIServer) ExclamationBidiStream(srv ExcitedAPI_ExclamationBidiStreamServer) error + func (*UnimplementedExcitedAPIServer) ExclamationClientStream(srv ExcitedAPI_ExclamationClientStreamServer) error + func (*UnimplementedExcitedAPIServer) ExclamationServerStream(req *ExclamationRequest, srv ExcitedAPI_ExclamationServerStreamServer) error + type UnimplementedHelloAPIServer struct + func (*UnimplementedHelloAPIServer) Bar(ctx context.Context, req *BarRequest) (*BarResponse, error) + func (*UnimplementedHelloAPIServer) Foo(ctx context.Context, req *FooRequest) (*FooResponse, error)