Versions in this module Expand all Collapse all v0 v0.8.1 Feb 22, 2021 Changes in this version + var Bar_name = map[int32]string + var Bar_value = map[string]int32 + var File_constructserver_pb_constructs_proto protoreflect.FileDescriptor + var Ref_Foo_Bar_En_name = map[int32]string + var Ref_Foo_Bar_En_value = map[string]int32 + var Ref_Foo_En_name = map[int32]string + var Ref_Foo_En_value = map[string]int32 + func RegisterConstructsServer(s grpc.ServiceRegistrar, srv ConstructsServer) + type Any struct + Any *any.Any + func (*Any) Descriptor() ([]byte, []int) + func (*Any) ProtoMessage() + func (x *Any) GetAny() *any.Any + func (x *Any) ProtoReflect() protoreflect.Message + func (x *Any) Reset() + func (x *Any) String() string + type AnyInput struct + Any *any.Any + func (*AnyInput) Descriptor() ([]byte, []int) + func (*AnyInput) ProtoMessage() + func (x *AnyInput) GetAny() *any.Any + func (x *AnyInput) ProtoReflect() protoreflect.Message + func (x *AnyInput) Reset() + func (x *AnyInput) String() string + type Bar int32 + const Bar_BAR1 + const Bar_BAR2 + const Bar_BAR3 + func (Bar) Descriptor() protoreflect.EnumDescriptor + func (Bar) EnumDescriptor() ([]byte, []int) + func (Bar) Type() protoreflect.EnumType + func (x Bar) Enum() *Bar + func (x Bar) Number() protoreflect.EnumNumber + func (x Bar) String() string + type Baz struct + Param1 string + func (*Baz) Descriptor() ([]byte, []int) + func (*Baz) ProtoMessage() + func (x *Baz) GetParam1() string + func (x *Baz) ProtoReflect() protoreflect.Message + func (x *Baz) Reset() + func (x *Baz) String() string + type ConstructsClient interface + Any_ func(ctx context.Context, in *any.Any, opts ...grpc.CallOption) (*any.Any, error) + Anyway_ func(ctx context.Context, in *Any, opts ...grpc.CallOption) (*AnyInput, error) + CallWithId func(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) + Empty2_ func(ctx context.Context, in *EmptyRecursive, opts ...grpc.CallOption) (*EmptyNested, error) + Empty3_ func(ctx context.Context, in *Empty3, opts ...grpc.CallOption) (*Empty3, error) + Empty_ func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Empty, error) + Maps_ func(ctx context.Context, in *Maps, opts ...grpc.CallOption) (*Maps, error) + Oneof_ func(ctx context.Context, in *Oneof, opts ...grpc.CallOption) (*Oneof, error) + Ref_ func(ctx context.Context, in *Ref, opts ...grpc.CallOption) (*Ref, error) + Repeated_ func(ctx context.Context, in *Repeated, opts ...grpc.CallOption) (*Repeated, error) + Scalars_ func(ctx context.Context, in *Scalars, opts ...grpc.CallOption) (*Scalars, error) + func NewConstructsClient(cc grpc.ClientConnInterface) ConstructsClient + type ConstructsServer interface + Any_ func(context.Context, *any.Any) (*any.Any, error) + Anyway_ func(context.Context, *Any) (*AnyInput, error) + CallWithId func(context.Context, *Empty) (*Empty, error) + Empty2_ func(context.Context, *EmptyRecursive) (*EmptyNested, error) + Empty3_ func(context.Context, *Empty3) (*Empty3, error) + Empty_ func(context.Context, *empty.Empty) (*Empty, error) + Maps_ func(context.Context, *Maps) (*Maps, error) + Oneof_ func(context.Context, *Oneof) (*Oneof, error) + Ref_ func(context.Context, *Ref) (*Ref, error) + Repeated_ func(context.Context, *Repeated) (*Repeated, error) + Scalars_ func(context.Context, *Scalars) (*Scalars, error) + type Empty struct + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (x *Empty) ProtoReflect() protoreflect.Message + func (x *Empty) Reset() + func (x *Empty) String() string + type Empty3 struct + I *Empty3_Int + func (*Empty3) Descriptor() ([]byte, []int) + func (*Empty3) ProtoMessage() + func (x *Empty3) GetI() *Empty3_Int + func (x *Empty3) ProtoReflect() protoreflect.Message + func (x *Empty3) Reset() + func (x *Empty3) String() string + type Empty3_Int struct + E *Empty3 + func (*Empty3_Int) Descriptor() ([]byte, []int) + func (*Empty3_Int) ProtoMessage() + func (x *Empty3_Int) GetE() *Empty3 + func (x *Empty3_Int) ProtoReflect() protoreflect.Message + func (x *Empty3_Int) Reset() + func (x *Empty3_Int) String() string + type EmptyNested struct + Nested1 *EmptyNested_EmptyNested1 + func (*EmptyNested) Descriptor() ([]byte, []int) + func (*EmptyNested) ProtoMessage() + func (x *EmptyNested) GetNested1() *EmptyNested_EmptyNested1 + func (x *EmptyNested) ProtoReflect() protoreflect.Message + func (x *EmptyNested) Reset() + func (x *EmptyNested) String() string + type EmptyNested_EmptyNested1 struct + Nested2 *EmptyNested_EmptyNested1_EmptyNested2 + func (*EmptyNested_EmptyNested1) Descriptor() ([]byte, []int) + func (*EmptyNested_EmptyNested1) ProtoMessage() + func (x *EmptyNested_EmptyNested1) GetNested2() *EmptyNested_EmptyNested1_EmptyNested2 + func (x *EmptyNested_EmptyNested1) ProtoReflect() protoreflect.Message + func (x *EmptyNested_EmptyNested1) Reset() + func (x *EmptyNested_EmptyNested1) String() string + type EmptyNested_EmptyNested1_EmptyNested2 struct + func (*EmptyNested_EmptyNested1_EmptyNested2) Descriptor() ([]byte, []int) + func (*EmptyNested_EmptyNested1_EmptyNested2) ProtoMessage() + func (x *EmptyNested_EmptyNested1_EmptyNested2) ProtoReflect() protoreflect.Message + func (x *EmptyNested_EmptyNested1_EmptyNested2) Reset() + func (x *EmptyNested_EmptyNested1_EmptyNested2) String() string + type EmptyRecursive struct + Empty *EmptyRecursive + func (*EmptyRecursive) Descriptor() ([]byte, []int) + func (*EmptyRecursive) ProtoMessage() + func (x *EmptyRecursive) GetEmpty() *EmptyRecursive + func (x *EmptyRecursive) ProtoReflect() protoreflect.Message + func (x *EmptyRecursive) Reset() + func (x *EmptyRecursive) String() string + type Foo struct + Param1 string + Param2 string + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (x *Foo) GetParam1() string + func (x *Foo) GetParam2() string + func (x *Foo) ProtoReflect() protoreflect.Message + func (x *Foo) Reset() + func (x *Foo) String() string + type Foo_Foo2 struct + Param1 string + func (*Foo_Foo2) Descriptor() ([]byte, []int) + func (*Foo_Foo2) ProtoMessage() + func (x *Foo_Foo2) GetParam1() string + func (x *Foo_Foo2) ProtoReflect() protoreflect.Message + func (x *Foo_Foo2) Reset() + func (x *Foo_Foo2) String() string + type Maps struct + BoolBool map[bool]bool + Fixed32Fixed32 map[uint32]uint32 + Fixed64Fixed64 map[uint64]uint64 + Int32Int32 map[int32]int32 + Int64Int64 map[int64]int64 + Sfixed32Sfixed32 map[int32]int32 + Sfixed64Sfixed64 map[int64]int64 + Sint32Sint32 map[int32]int32 + Sint64Sint64 map[int64]int64 + StringBar map[string]Bar + StringBytes map[string][]byte + StringDouble map[string]float64 + StringFloat map[string]float32 + StringFoo map[string]*Foo + StringString map[string]string + Uint32Uint32 map[uint32]uint32 + Uint64Uint64 map[uint64]uint64 + func (*Maps) Descriptor() ([]byte, []int) + func (*Maps) ProtoMessage() + func (x *Maps) GetBoolBool() map[bool]bool + func (x *Maps) GetFixed32Fixed32() map[uint32]uint32 + func (x *Maps) GetFixed64Fixed64() map[uint64]uint64 + func (x *Maps) GetInt32Int32() map[int32]int32 + func (x *Maps) GetInt64Int64() map[int64]int64 + func (x *Maps) GetSfixed32Sfixed32() map[int32]int32 + func (x *Maps) GetSfixed64Sfixed64() map[int64]int64 + func (x *Maps) GetSint32Sint32() map[int32]int32 + func (x *Maps) GetSint64Sint64() map[int64]int64 + func (x *Maps) GetStringBar() map[string]Bar + func (x *Maps) GetStringBytes() map[string][]byte + func (x *Maps) GetStringDouble() map[string]float64 + func (x *Maps) GetStringFloat() map[string]float32 + func (x *Maps) GetStringFoo() map[string]*Foo + func (x *Maps) GetStringString() map[string]string + func (x *Maps) GetUint32Uint32() map[uint32]uint32 + func (x *Maps) GetUint64Uint64() map[uint64]uint64 + func (x *Maps) ProtoReflect() protoreflect.Message + func (x *Maps) Reset() + func (x *Maps) String() string + type Oneof struct + Oneof1 isOneof_Oneof1 + Oneof2 isOneof_Oneof2 + Oneof3 isOneof_Oneof3 + Param1 string + func (*Oneof) Descriptor() ([]byte, []int) + func (*Oneof) ProtoMessage() + func (m *Oneof) GetOneof1() isOneof_Oneof1 + func (m *Oneof) GetOneof2() isOneof_Oneof2 + func (m *Oneof) GetOneof3() isOneof_Oneof3 + func (x *Oneof) GetParam1() string + func (x *Oneof) GetParam2() string + func (x *Oneof) GetParam3() string + func (x *Oneof) GetParam4() string + func (x *Oneof) GetParam5() string + func (x *Oneof) GetParam6() string + func (x *Oneof) ProtoReflect() protoreflect.Message + func (x *Oneof) Reset() + func (x *Oneof) String() string + type Oneof_Param2 struct + Param2 string + type Oneof_Param3 struct + Param3 string + type Oneof_Param4 struct + Param4 string + type Oneof_Param5 struct + Param5 string + type Oneof_Param6 struct + Param6 string + type Ref struct + En1 Ref_Foo_En + En2 Ref_Foo_Bar_En + External *timestamp.Timestamp + File *Baz + FileEnum Bar + FileMsg *Foo + Foreign *Foo_Foo2 + Gz *Ref_Foo_Baz_Gz + Local *Ref_Foo + LocalTime *Timestamp + LocalTime2 *Timestamp + func (*Ref) Descriptor() ([]byte, []int) + func (*Ref) ProtoMessage() + func (x *Ref) GetEn1() Ref_Foo_En + func (x *Ref) GetEn2() Ref_Foo_Bar_En + func (x *Ref) GetExternal() *timestamp.Timestamp + func (x *Ref) GetFile() *Baz + func (x *Ref) GetFileEnum() Bar + func (x *Ref) GetFileMsg() *Foo + func (x *Ref) GetForeign() *Foo_Foo2 + func (x *Ref) GetGz() *Ref_Foo_Baz_Gz + func (x *Ref) GetLocal() *Ref_Foo + func (x *Ref) GetLocalTime() *Timestamp + func (x *Ref) GetLocalTime2() *Timestamp + func (x *Ref) ProtoReflect() protoreflect.Message + func (x *Ref) Reset() + func (x *Ref) String() string + type Ref_Bar struct + Param1 string + func (*Ref_Bar) Descriptor() ([]byte, []int) + func (*Ref_Bar) ProtoMessage() + func (x *Ref_Bar) GetParam1() string + func (x *Ref_Bar) ProtoReflect() protoreflect.Message + func (x *Ref_Bar) Reset() + func (x *Ref_Bar) String() string + type Ref_Foo struct + Bar1 *Ref_Foo_Bar + Bar2 *Ref_Bar + En1 Ref_Foo_En + En2 Ref_Foo_Bar_En + ExternalTime1 *timestamp.Timestamp + LocalTime2 *Timestamp + func (*Ref_Foo) Descriptor() ([]byte, []int) + func (*Ref_Foo) ProtoMessage() + func (x *Ref_Foo) GetBar1() *Ref_Foo_Bar + func (x *Ref_Foo) GetBar2() *Ref_Bar + func (x *Ref_Foo) GetEn1() Ref_Foo_En + func (x *Ref_Foo) GetEn2() Ref_Foo_Bar_En + func (x *Ref_Foo) GetExternalTime1() *timestamp.Timestamp + func (x *Ref_Foo) GetLocalTime2() *Timestamp + func (x *Ref_Foo) ProtoReflect() protoreflect.Message + func (x *Ref_Foo) Reset() + func (x *Ref_Foo) String() string + type Ref_Foo_Bar struct + Param1 string + func (*Ref_Foo_Bar) Descriptor() ([]byte, []int) + func (*Ref_Foo_Bar) ProtoMessage() + func (x *Ref_Foo_Bar) GetParam1() string + func (x *Ref_Foo_Bar) ProtoReflect() protoreflect.Message + func (x *Ref_Foo_Bar) Reset() + func (x *Ref_Foo_Bar) String() string + type Ref_Foo_Bar_En int32 + const Ref_Foo_Bar_A0 + const Ref_Foo_Bar_A1 + func (Ref_Foo_Bar_En) Descriptor() protoreflect.EnumDescriptor + func (Ref_Foo_Bar_En) EnumDescriptor() ([]byte, []int) + func (Ref_Foo_Bar_En) Type() protoreflect.EnumType + func (x Ref_Foo_Bar_En) Enum() *Ref_Foo_Bar_En + func (x Ref_Foo_Bar_En) Number() protoreflect.EnumNumber + func (x Ref_Foo_Bar_En) String() string + type Ref_Foo_Baz struct + func (*Ref_Foo_Baz) Descriptor() ([]byte, []int) + func (*Ref_Foo_Baz) ProtoMessage() + func (x *Ref_Foo_Baz) ProtoReflect() protoreflect.Message + func (x *Ref_Foo_Baz) Reset() + func (x *Ref_Foo_Baz) String() string + type Ref_Foo_Baz_Gz struct + Param1 string + func (*Ref_Foo_Baz_Gz) Descriptor() ([]byte, []int) + func (*Ref_Foo_Baz_Gz) ProtoMessage() + func (x *Ref_Foo_Baz_Gz) GetParam1() string + func (x *Ref_Foo_Baz_Gz) ProtoReflect() protoreflect.Message + func (x *Ref_Foo_Baz_Gz) Reset() + func (x *Ref_Foo_Baz_Gz) String() string + type Ref_Foo_En int32 + const Ref_Foo_A0 + const Ref_Foo_A1 + func (Ref_Foo_En) Descriptor() protoreflect.EnumDescriptor + func (Ref_Foo_En) EnumDescriptor() ([]byte, []int) + func (Ref_Foo_En) Type() protoreflect.EnumType + func (x Ref_Foo_En) Enum() *Ref_Foo_En + func (x Ref_Foo_En) Number() protoreflect.EnumNumber + func (x Ref_Foo_En) String() string + type Repeated struct + Bar []Bar + Bool []bool + Bytes [][]byte + Double []float64 + Fixed32 []uint32 + Fixed64 []uint64 + Float []float32 + Foo []*Foo + Int32 []int32 + Int64 []int64 + Sfixed32 []int32 + Sfixed64 []int64 + Sint32 []int32 + Sint64 []int64 + String_ []string + Uint32 []uint32 + Uint64 []uint64 + func (*Repeated) Descriptor() ([]byte, []int) + func (*Repeated) ProtoMessage() + func (x *Repeated) GetBar() []Bar + func (x *Repeated) GetBool() []bool + func (x *Repeated) GetBytes() [][]byte + func (x *Repeated) GetDouble() []float64 + func (x *Repeated) GetFixed32() []uint32 + func (x *Repeated) GetFixed64() []uint64 + func (x *Repeated) GetFloat() []float32 + func (x *Repeated) GetFoo() []*Foo + func (x *Repeated) GetInt32() []int32 + func (x *Repeated) GetInt64() []int64 + func (x *Repeated) GetSfixed32() []int32 + func (x *Repeated) GetSfixed64() []int64 + func (x *Repeated) GetSint32() []int32 + func (x *Repeated) GetSint64() []int64 + func (x *Repeated) GetString_() []string + func (x *Repeated) GetUint32() []uint32 + func (x *Repeated) GetUint64() []uint64 + func (x *Repeated) ProtoReflect() protoreflect.Message + func (x *Repeated) Reset() + func (x *Repeated) String() string + type Scalars struct + Bool bool + Bytes []byte + Double float64 + Enum Bar + Fixed32 uint32 + Fixed64 uint64 + Float float32 + Int32 int32 + Int64 int64 + Sfixed32 int32 + Sfixed64 int64 + Sint32 int32 + Sint64 int64 + String_ string + Uint32 uint32 + Uint64 uint64 + func (*Scalars) Descriptor() ([]byte, []int) + func (*Scalars) ProtoMessage() + func (x *Scalars) GetBool() bool + func (x *Scalars) GetBytes() []byte + func (x *Scalars) GetDouble() float64 + func (x *Scalars) GetEnum() Bar + func (x *Scalars) GetFixed32() uint32 + func (x *Scalars) GetFixed64() uint64 + func (x *Scalars) GetFloat() float32 + func (x *Scalars) GetInt32() int32 + func (x *Scalars) GetInt64() int64 + func (x *Scalars) GetSfixed32() int32 + func (x *Scalars) GetSfixed64() int64 + func (x *Scalars) GetSint32() int32 + func (x *Scalars) GetSint64() int64 + func (x *Scalars) GetString_() string + func (x *Scalars) GetUint32() uint32 + func (x *Scalars) GetUint64() uint64 + func (x *Scalars) ProtoReflect() protoreflect.Message + func (x *Scalars) Reset() + func (x *Scalars) String() string + type Timestamp struct + Time string + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (x *Timestamp) GetTime() string + func (x *Timestamp) ProtoReflect() protoreflect.Message + func (x *Timestamp) Reset() + func (x *Timestamp) String() string + type UnimplementedConstructsServer struct + func (UnimplementedConstructsServer) Any_(context.Context, *any.Any) (*any.Any, error) + func (UnimplementedConstructsServer) Anyway_(context.Context, *Any) (*AnyInput, error) + func (UnimplementedConstructsServer) CallWithId(context.Context, *Empty) (*Empty, error) + func (UnimplementedConstructsServer) Empty2_(context.Context, *EmptyRecursive) (*EmptyNested, error) + func (UnimplementedConstructsServer) Empty3_(context.Context, *Empty3) (*Empty3, error) + func (UnimplementedConstructsServer) Empty_(context.Context, *empty.Empty) (*Empty, error) + func (UnimplementedConstructsServer) Maps_(context.Context, *Maps) (*Maps, error) + func (UnimplementedConstructsServer) Oneof_(context.Context, *Oneof) (*Oneof, error) + func (UnimplementedConstructsServer) Ref_(context.Context, *Ref) (*Ref, error) + func (UnimplementedConstructsServer) Repeated_(context.Context, *Repeated) (*Repeated, error) + func (UnimplementedConstructsServer) Scalars_(context.Context, *Scalars) (*Scalars, error) + type UnsafeConstructsServer interface