Versions in this module Expand all Collapse all v0 v0.8.7 Jun 28, 2022 Changes in this version + var Bar_name = map[int32]string + var Bar_value = map[string]int32 + var Constructs_ServiceDesc = grpc.ServiceDesc + var File_pb_constructs_proto protoreflect.FileDescriptor + var File_pb_options_proto protoreflect.FileDescriptor + var Query_ServiceDesc = grpc.ServiceDesc + 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 + var Service_ServiceDesc = grpc.ServiceDesc + var Test_ServiceDesc = grpc.ServiceDesc + func MarshalBar(x Bar) graphql.Marshaler + func MarshalRef_Foo_Bar_En(x Ref_Foo_Bar_En) graphql.Marshaler + func MarshalRef_Foo_En(x Ref_Foo_En) graphql.Marshaler + func RegisterConstructsServer(s grpc.ServiceRegistrar, srv ConstructsServer) + func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer) + func RegisterServiceServer(s grpc.ServiceRegistrar, srv ServiceServer) + func RegisterTestServer(s grpc.ServiceRegistrar, srv TestServer) + type Any struct + Param1 string + func (*Any) Descriptor() ([]byte, []int) + func (*Any) ProtoMessage() + func (x *Any) GetParam1() string + func (x *Any) ProtoReflect() protoreflect.Message + func (x *Any) Reset() + func (x *Any) String() string + type AnyInput = Any + type Bar int32 + const Bar_BAR1 + const Bar_BAR2 + const Bar_BAR3 + func UnmarshalBar(v interface{}) (Bar, error) + 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 BazInput = Baz + type ConstructsClient interface + Any_ func(ctx context.Context, in *anypb.Any, opts ...grpc.CallOption) (*Any, 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 *emptypb.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 ConstructsResolvers struct + Service ConstructsServer + func (s *ConstructsResolvers) ConstructsAny(ctx context.Context, in *anypb.Any) (*Any, error) + func (s *ConstructsResolvers) ConstructsCallWithID(ctx context.Context) (*bool, error) + func (s *ConstructsResolvers) ConstructsEmpty(ctx context.Context) (*bool, error) + func (s *ConstructsResolvers) ConstructsEmpty2(ctx context.Context) (*bool, error) + func (s *ConstructsResolvers) ConstructsEmpty3(ctx context.Context) (*bool, error) + func (s *ConstructsResolvers) ConstructsMaps(ctx context.Context, in *Maps) (*Maps, error) + func (s *ConstructsResolvers) ConstructsOneof(ctx context.Context, in *Oneof) (*Oneof, error) + func (s *ConstructsResolvers) ConstructsRef(ctx context.Context, in *Ref) (*Ref, error) + func (s *ConstructsResolvers) ConstructsRepeated(ctx context.Context, in *Repeated) (*Repeated, error) + func (s *ConstructsResolvers) ConstructsScalars(ctx context.Context, in *Scalars) (*Scalars, error) + type ConstructsServer interface + Any_ func(context.Context, *anypb.Any) (*Any, 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, *emptypb.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 Data struct + Bar string + Double []float64 + Double2 []float64 + Foo *Foo2 + Foo2 *Foo2 + Ignore string + Oneof isData_Oneof + Oneof2 isData_Oneof2 + String2 string + StringX string + String_ string + func (*Data) Descriptor() ([]byte, []int) + func (*Data) ProtoMessage() + func (m *Data) GetOneof() isData_Oneof + func (m *Data) GetOneof2() isData_Oneof2 + func (x *Data) GetBar() string + func (x *Data) GetDouble() []float64 + func (x *Data) GetDouble2() []float64 + func (x *Data) GetFoo() *Foo2 + func (x *Data) GetFoo2() *Foo2 + func (x *Data) GetIgnore() string + func (x *Data) GetParam1() string + func (x *Data) GetParam2() string + func (x *Data) GetParam3() string + func (x *Data) GetString2() string + func (x *Data) GetStringX() string + func (x *Data) GetString_() string + func (x *Data) ProtoReflect() protoreflect.Message + func (x *Data) Reset() + func (x *Data) String() string + type DataInput = Data + type DataInputResolvers struct + func (o DataInputResolvers) Param1(_ context.Context, obj *Data, data *string) error + func (o DataInputResolvers) Param2(_ context.Context, obj *Data, data *string) error + type DataResolvers struct + func (o DataResolvers) Oneof3(_ context.Context, obj *Data) (Data_Oneof, error) + type Data_Oneof interface + type Data_Param1 struct + Param1 string + type Data_Param2 struct + Param2 string + type Data_Param3 struct + Param3 string + 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 Empty3Input = Empty3 + 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 Empty3_IntInput = Empty3_Int + type EmptyInput = Empty + 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 EmptyNestedInput = EmptyNested + 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_EmptyNested1Input = EmptyNested_EmptyNested1 + 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 EmptyNested_EmptyNested1_EmptyNested2Input = EmptyNested_EmptyNested1_EmptyNested2 + type EmptyRecursive struct + Empty *EmptyRecursive + Nested1 *emptypb.Empty + func (*EmptyRecursive) Descriptor() ([]byte, []int) + func (*EmptyRecursive) ProtoMessage() + func (x *EmptyRecursive) GetEmpty() *EmptyRecursive + func (x *EmptyRecursive) GetNested1() *emptypb.Empty + func (x *EmptyRecursive) ProtoReflect() protoreflect.Message + func (x *EmptyRecursive) Reset() + func (x *EmptyRecursive) String() string + type EmptyRecursiveInput = EmptyRecursive + 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 Foo2 struct + Param1 string + func (*Foo2) Descriptor() ([]byte, []int) + func (*Foo2) ProtoMessage() + func (x *Foo2) GetParam1() string + func (x *Foo2) ProtoReflect() protoreflect.Message + func (x *Foo2) Reset() + func (x *Foo2) String() string + type Foo2Input = Foo2 + type FooInput = Foo + 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 Foo_Foo2Input = Foo_Foo2 + 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 MapsInput = Maps + type MapsInputResolvers struct + func (m MapsInputResolvers) BoolBool(_ context.Context, obj *Maps, data []*Maps_BoolBoolEntry) error + func (m MapsInputResolvers) Fixed32Fixed32(_ context.Context, obj *Maps, data []*Maps_Fixed32Fixed32Entry) error + func (m MapsInputResolvers) Fixed64Fixed64(_ context.Context, obj *Maps, data []*Maps_Fixed64Fixed64Entry) error + func (m MapsInputResolvers) Int32Int32(_ context.Context, obj *Maps, data []*Maps_Int32Int32Entry) error + func (m MapsInputResolvers) Int64Int64(_ context.Context, obj *Maps, data []*Maps_Int64Int64Entry) error + func (m MapsInputResolvers) Sfixed32Sfixed32(_ context.Context, obj *Maps, data []*Maps_Sfixed32Sfixed32Entry) error + func (m MapsInputResolvers) Sfixed64Sfixed64(_ context.Context, obj *Maps, data []*Maps_Sfixed64Sfixed64Entry) error + func (m MapsInputResolvers) Sint32Sint32(_ context.Context, obj *Maps, data []*Maps_Sint32Sint32Entry) error + func (m MapsInputResolvers) Sint64Sint64(_ context.Context, obj *Maps, data []*Maps_Sint64Sint64Entry) error + func (m MapsInputResolvers) StringBar(_ context.Context, obj *Maps, data []*Maps_StringBarEntry) error + func (m MapsInputResolvers) StringBytes(_ context.Context, obj *Maps, data []*Maps_StringBytesEntry) error + func (m MapsInputResolvers) StringDouble(_ context.Context, obj *Maps, data []*Maps_StringDoubleEntry) error + func (m MapsInputResolvers) StringFloat(_ context.Context, obj *Maps, data []*Maps_StringFloatEntry) error + func (m MapsInputResolvers) StringFoo(_ context.Context, obj *Maps, data []*Maps_StringFooEntry) error + func (m MapsInputResolvers) StringString(_ context.Context, obj *Maps, data []*Maps_StringStringEntry) error + func (m MapsInputResolvers) Uint32Uint32(_ context.Context, obj *Maps, data []*Maps_Uint32Uint32Entry) error + func (m MapsInputResolvers) Uint64Uint64(_ context.Context, obj *Maps, data []*Maps_Uint64Uint64Entry) error + type MapsResolvers struct + func (r MapsResolvers) BoolBool(_ context.Context, obj *Maps) (list []*Maps_BoolBoolEntry, _ error) + func (r MapsResolvers) Fixed32Fixed32(_ context.Context, obj *Maps) (list []*Maps_Fixed32Fixed32Entry, _ error) + func (r MapsResolvers) Fixed64Fixed64(_ context.Context, obj *Maps) (list []*Maps_Fixed64Fixed64Entry, _ error) + func (r MapsResolvers) Int32Int32(_ context.Context, obj *Maps) (list []*Maps_Int32Int32Entry, _ error) + func (r MapsResolvers) Int64Int64(_ context.Context, obj *Maps) (list []*Maps_Int64Int64Entry, _ error) + func (r MapsResolvers) Sfixed32Sfixed32(_ context.Context, obj *Maps) (list []*Maps_Sfixed32Sfixed32Entry, _ error) + func (r MapsResolvers) Sfixed64Sfixed64(_ context.Context, obj *Maps) (list []*Maps_Sfixed64Sfixed64Entry, _ error) + func (r MapsResolvers) Sint32Sint32(_ context.Context, obj *Maps) (list []*Maps_Sint32Sint32Entry, _ error) + func (r MapsResolvers) Sint64Sint64(_ context.Context, obj *Maps) (list []*Maps_Sint64Sint64Entry, _ error) + func (r MapsResolvers) StringBar(_ context.Context, obj *Maps) (list []*Maps_StringBarEntry, _ error) + func (r MapsResolvers) StringBytes(_ context.Context, obj *Maps) (list []*Maps_StringBytesEntry, _ error) + func (r MapsResolvers) StringDouble(_ context.Context, obj *Maps) (list []*Maps_StringDoubleEntry, _ error) + func (r MapsResolvers) StringFloat(_ context.Context, obj *Maps) (list []*Maps_StringFloatEntry, _ error) + func (r MapsResolvers) StringFoo(_ context.Context, obj *Maps) (list []*Maps_StringFooEntry, _ error) + func (r MapsResolvers) StringString(_ context.Context, obj *Maps) (list []*Maps_StringStringEntry, _ error) + func (r MapsResolvers) Uint32Uint32(_ context.Context, obj *Maps) (list []*Maps_Uint32Uint32Entry, _ error) + func (r MapsResolvers) Uint64Uint64(_ context.Context, obj *Maps) (list []*Maps_Uint64Uint64Entry, _ error) + type Maps_BoolBoolEntry struct + Key bool + Value bool + type Maps_BoolBoolEntryInput = Maps_BoolBoolEntry + type Maps_Fixed32Fixed32Entry struct + Key uint32 + Value uint32 + type Maps_Fixed32Fixed32EntryInput = Maps_Fixed32Fixed32Entry + type Maps_Fixed64Fixed64Entry struct + Key uint64 + Value uint64 + type Maps_Fixed64Fixed64EntryInput = Maps_Fixed64Fixed64Entry + type Maps_Int32Int32Entry struct + Key int32 + Value int32 + type Maps_Int32Int32EntryInput = Maps_Int32Int32Entry + type Maps_Int64Int64Entry struct + Key int64 + Value int64 + type Maps_Int64Int64EntryInput = Maps_Int64Int64Entry + type Maps_Sfixed32Sfixed32Entry struct + Key int32 + Value int32 + type Maps_Sfixed32Sfixed32EntryInput = Maps_Sfixed32Sfixed32Entry + type Maps_Sfixed64Sfixed64Entry struct + Key int64 + Value int64 + type Maps_Sfixed64Sfixed64EntryInput = Maps_Sfixed64Sfixed64Entry + type Maps_Sint32Sint32Entry struct + Key int32 + Value int32 + type Maps_Sint32Sint32EntryInput = Maps_Sint32Sint32Entry + type Maps_Sint64Sint64Entry struct + Key int64 + Value int64 + type Maps_Sint64Sint64EntryInput = Maps_Sint64Sint64Entry + type Maps_StringBarEntry struct + Key string + Value Bar + type Maps_StringBarEntryInput = Maps_StringBarEntry + type Maps_StringBytesEntry struct + Key string + Value []byte + type Maps_StringBytesEntryInput = Maps_StringBytesEntry + type Maps_StringDoubleEntry struct + Key string + Value float64 + type Maps_StringDoubleEntryInput = Maps_StringDoubleEntry + type Maps_StringFloatEntry struct + Key string + Value float32 + type Maps_StringFloatEntryInput = Maps_StringFloatEntry + type Maps_StringFooEntry struct + Key string + Value *Foo + type Maps_StringFooEntryInput = Maps_StringFooEntry + type Maps_StringStringEntry struct + Key string + Value string + type Maps_StringStringEntryInput = Maps_StringStringEntry + type Maps_Uint32Uint32Entry struct + Key uint32 + Value uint32 + type Maps_Uint32Uint32EntryInput = Maps_Uint32Uint32Entry + type Maps_Uint64Uint64Entry struct + Key uint64 + Value uint64 + type Maps_Uint64Uint64EntryInput = Maps_Uint64Uint64Entry + 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 OneofInput = Oneof + type OneofInputResolvers struct + func (o OneofInputResolvers) Param2(_ context.Context, obj *Oneof, data *string) error + func (o OneofInputResolvers) Param3(_ context.Context, obj *Oneof, data *string) error + func (o OneofInputResolvers) Param4(_ context.Context, obj *Oneof, data *string) error + func (o OneofInputResolvers) Param5(_ context.Context, obj *Oneof, data *string) error + func (o OneofInputResolvers) Param6(_ context.Context, obj *Oneof, data *string) error + type OneofResolvers struct + func (o OneofResolvers) Oneof1(_ context.Context, obj *Oneof) (Oneof_Oneof1, error) + func (o OneofResolvers) Oneof2(_ context.Context, obj *Oneof) (Oneof_Oneof2, error) + func (o OneofResolvers) Oneof3(_ context.Context, obj *Oneof) (Oneof_Oneof3, error) + type Oneof_Oneof1 interface + type Oneof_Oneof2 interface + type Oneof_Oneof3 interface + 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 QueryClient interface + Mutate1 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + Query1 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + Query2 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + Subscribe func(ctx context.Context, in *Data, opts ...grpc.CallOption) (Query_SubscribeClient, error) + func NewQueryClient(cc grpc.ClientConnInterface) QueryClient + type QueryResolvers struct + Service QueryServer + func (s *QueryResolvers) QueryMutate1(ctx context.Context, in *Data) (*Data, error) + func (s *QueryResolvers) QueryQuery1(ctx context.Context, in *Data) (*Data, error) + func (s *QueryResolvers) QueryQuery2(ctx context.Context, in *Data) (*Data, error) + type QueryServer interface + Mutate1 func(context.Context, *Data) (*Data, error) + Query1 func(context.Context, *Data) (*Data, error) + Query2 func(context.Context, *Data) (*Data, error) + Subscribe func(*Data, Query_SubscribeServer) error + type Query_SubscribeClient interface + Recv func() (*Data, error) + type Query_SubscribeServer interface + Send func(*Data) error + type Ref struct + Empty *emptypb.Empty + En1 Ref_Foo_En + En2 Ref_Foo_Bar_En + External *timestamppb.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) GetEmpty() *emptypb.Empty + func (x *Ref) GetEn1() Ref_Foo_En + func (x *Ref) GetEn2() Ref_Foo_Bar_En + func (x *Ref) GetExternal() *timestamppb.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 RefInput = Ref + 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_BarInput = Ref_Bar + type Ref_Foo struct + Bar1 *Ref_Foo_Bar + Bar2 *Ref_Bar + En1 Ref_Foo_En + En2 Ref_Foo_Bar_En + ExternalTime1 *timestamppb.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() *timestamppb.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_FooInput = Ref_Foo + 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_BarInput = Ref_Foo_Bar + type Ref_Foo_Bar_En int32 + const Ref_Foo_Bar_A0 + const Ref_Foo_Bar_A1 + func UnmarshalRef_Foo_Bar_En(v interface{}) (Ref_Foo_Bar_En, error) + 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_BazInput = Ref_Foo_Baz + 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_Baz_GzInput = Ref_Foo_Baz_Gz + type Ref_Foo_En int32 + const Ref_Foo_A0 + const Ref_Foo_A1 + func UnmarshalRef_Foo_En(v interface{}) (Ref_Foo_En, error) + 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 + StringX []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) GetStringX() []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 RepeatedInput = Repeated + type Scalars struct + Bool bool + Bytes []byte + Double float64 + Fixed32 uint32 + Fixed64 uint64 + Float float32 + Int32 int32 + Int64 int64 + Sfixed32 int32 + Sfixed64 int64 + Sint32 int32 + Sint64 int64 + StringOptional *string + StringX 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) 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) GetStringOptional() string + func (x *Scalars) GetStringX() 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 ScalarsInput = Scalars + type ServiceClient interface + Ignore func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + InvalidSubscribe1 func(ctx context.Context, opts ...grpc.CallOption) (Service_InvalidSubscribe1Client, error) + InvalidSubscribe2 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (Service_InvalidSubscribe2Client, error) + InvalidSubscribe3 func(ctx context.Context, opts ...grpc.CallOption) (Service_InvalidSubscribe3Client, error) + Mutate1 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + Mutate2 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + Name func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + PubSub1 func(ctx context.Context, opts ...grpc.CallOption) (Service_PubSub1Client, error) + PubSub2 func(ctx context.Context, opts ...grpc.CallOption) (Service_PubSub2Client, error) + Publish func(ctx context.Context, opts ...grpc.CallOption) (Service_PublishClient, error) + Query1 func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + Subscribe func(ctx context.Context, in *Data, opts ...grpc.CallOption) (Service_SubscribeClient, error) + func NewServiceClient(cc grpc.ClientConnInterface) ServiceClient + type ServiceResolvers struct + Service ServiceServer + func (s *ServiceResolvers) NewName(ctx context.Context, in *Data) (*Data, error) + func (s *ServiceResolvers) ServiceMutate1(ctx context.Context, in *Data) (*Data, error) + func (s *ServiceResolvers) ServiceMutate2(ctx context.Context, in *Data) (*Data, error) + func (s *ServiceResolvers) ServiceQuery1(ctx context.Context, in *Data) (*Data, error) + type ServiceServer interface + Ignore func(context.Context, *Data) (*Data, error) + InvalidSubscribe1 func(Service_InvalidSubscribe1Server) error + InvalidSubscribe2 func(*Data, Service_InvalidSubscribe2Server) error + InvalidSubscribe3 func(Service_InvalidSubscribe3Server) error + Mutate1 func(context.Context, *Data) (*Data, error) + Mutate2 func(context.Context, *Data) (*Data, error) + Name func(context.Context, *Data) (*Data, error) + PubSub1 func(Service_PubSub1Server) error + PubSub2 func(Service_PubSub2Server) error + Publish func(Service_PublishServer) error + Query1 func(context.Context, *Data) (*Data, error) + Subscribe func(*Data, Service_SubscribeServer) error + type Service_InvalidSubscribe1Client interface + CloseAndRecv func() (*Data, error) + Send func(*Data) error + type Service_InvalidSubscribe1Server interface + Recv func() (*Data, error) + SendAndClose func(*Data) error + type Service_InvalidSubscribe2Client interface + Recv func() (*Data, error) + type Service_InvalidSubscribe2Server interface + Send func(*Data) error + type Service_InvalidSubscribe3Client interface + Recv func() (*Data, error) + Send func(*Data) error + type Service_InvalidSubscribe3Server interface + Recv func() (*Data, error) + Send func(*Data) error + type Service_PubSub1Client interface + Recv func() (*Data, error) + Send func(*Data) error + type Service_PubSub1Server interface + Recv func() (*Data, error) + Send func(*Data) error + type Service_PubSub2Client interface + Recv func() (*Data, error) + Send func(*Data) error + type Service_PubSub2Server interface + Recv func() (*Data, error) + Send func(*Data) error + type Service_PublishClient interface + CloseAndRecv func() (*Data, error) + Send func(*Data) error + type Service_PublishServer interface + Recv func() (*Data, error) + SendAndClose func(*Data) error + type Service_SubscribeClient interface + Recv func() (*Data, error) + type Service_SubscribeServer interface + Send func(*Data) error + type TestClient interface + Name func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + NewName func(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) + func NewTestClient(cc grpc.ClientConnInterface) TestClient + type TestResolvers struct + Service TestClient + func (s *TestResolvers) Name(ctx context.Context, in *Data) (*Data, error) + func (s *TestResolvers) NewName0(ctx context.Context, in *Data) (*Data, error) + type TestServer interface + Name func(context.Context, *Data) (*Data, error) + NewName func(context.Context, *Data) (*Data, error) + 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 TimestampInput = Timestamp + type UnimplementedConstructsServer struct + func (UnimplementedConstructsServer) Any_(context.Context, *anypb.Any) (*Any, 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, *emptypb.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 UnimplementedQueryServer struct + func (UnimplementedQueryServer) Mutate1(context.Context, *Data) (*Data, error) + func (UnimplementedQueryServer) Query1(context.Context, *Data) (*Data, error) + func (UnimplementedQueryServer) Query2(context.Context, *Data) (*Data, error) + func (UnimplementedQueryServer) Subscribe(*Data, Query_SubscribeServer) error + type UnimplementedServiceServer struct + func (UnimplementedServiceServer) Ignore(context.Context, *Data) (*Data, error) + func (UnimplementedServiceServer) InvalidSubscribe1(Service_InvalidSubscribe1Server) error + func (UnimplementedServiceServer) InvalidSubscribe2(*Data, Service_InvalidSubscribe2Server) error + func (UnimplementedServiceServer) InvalidSubscribe3(Service_InvalidSubscribe3Server) error + func (UnimplementedServiceServer) Mutate1(context.Context, *Data) (*Data, error) + func (UnimplementedServiceServer) Mutate2(context.Context, *Data) (*Data, error) + func (UnimplementedServiceServer) Name(context.Context, *Data) (*Data, error) + func (UnimplementedServiceServer) PubSub1(Service_PubSub1Server) error + func (UnimplementedServiceServer) PubSub2(Service_PubSub2Server) error + func (UnimplementedServiceServer) Publish(Service_PublishServer) error + func (UnimplementedServiceServer) Query1(context.Context, *Data) (*Data, error) + func (UnimplementedServiceServer) Subscribe(*Data, Service_SubscribeServer) error + type UnimplementedTestServer struct + func (UnimplementedTestServer) Name(context.Context, *Data) (*Data, error) + func (UnimplementedTestServer) NewName(context.Context, *Data) (*Data, error) + type UnsafeConstructsServer interface + type UnsafeQueryServer interface + type UnsafeServiceServer interface + type UnsafeTestServer interface