Documentation ¶
Index ¶
- Variables
- func MarshalMaps_BoolBoolEntry(mp map[bool]bool) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Fixed32Fixed32Entry(mp map[uint32]uint32) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Fixed64Fixed64Entry(mp map[uint64]uint64) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Int32Int32Entry(mp map[int32]int32) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Int64Int64Entry(mp map[int64]int64) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Sfixed32Sfixed32Entry(mp map[int32]int32) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Sfixed64Sfixed64Entry(mp map[int64]int64) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Sint32Sint32Entry(mp map[int32]int32) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Sint64Sint64Entry(mp map[int64]int64) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_StringBarEntry(mp map[string]Bar) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_StringBytesEntry(mp map[string][]byte) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_StringDoubleEntry(mp map[string]float64) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_StringFloatEntry(mp map[string]float32) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_StringFooEntry(mp map[string]*Foo) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_StringStringEntry(mp map[string]string) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Uint32Uint32Entry(mp map[uint32]uint32) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func MarshalMaps_Uint64Uint64Entry(mp map[uint64]uint64) github_com_danielvladco_go_proto_gql_pb.Marshaler
- func RegisterConstructsServer(s *grpc.Server, srv ConstructsServer)
- func RegisterQueryServer(s *grpc.Server, srv QueryServer)
- func RegisterServiceServer(s *grpc.Server, srv ServiceServer)
- func UnmarshalMaps_BoolBoolEntry(v interface{}) (mp map[bool]bool, err error)
- func UnmarshalMaps_Fixed32Fixed32Entry(v interface{}) (mp map[uint32]uint32, err error)
- func UnmarshalMaps_Fixed64Fixed64Entry(v interface{}) (mp map[uint64]uint64, err error)
- func UnmarshalMaps_Int32Int32Entry(v interface{}) (mp map[int32]int32, err error)
- func UnmarshalMaps_Int64Int64Entry(v interface{}) (mp map[int64]int64, err error)
- func UnmarshalMaps_Sfixed32Sfixed32Entry(v interface{}) (mp map[int32]int32, err error)
- func UnmarshalMaps_Sfixed64Sfixed64Entry(v interface{}) (mp map[int64]int64, err error)
- func UnmarshalMaps_Sint32Sint32Entry(v interface{}) (mp map[int32]int32, err error)
- func UnmarshalMaps_Sint64Sint64Entry(v interface{}) (mp map[int64]int64, err error)
- func UnmarshalMaps_StringBarEntry(v interface{}) (mp map[string]Bar, err error)
- func UnmarshalMaps_StringBytesEntry(v interface{}) (mp map[string][]byte, err error)
- func UnmarshalMaps_StringDoubleEntry(v interface{}) (mp map[string]float64, err error)
- func UnmarshalMaps_StringFloatEntry(v interface{}) (mp map[string]float32, err error)
- func UnmarshalMaps_StringFooEntry(v interface{}) (mp map[string]*Foo, err error)
- func UnmarshalMaps_StringStringEntry(v interface{}) (mp map[string]string, err error)
- func UnmarshalMaps_Uint32Uint32Entry(v interface{}) (mp map[uint32]uint32, err error)
- func UnmarshalMaps_Uint64Uint64Entry(v interface{}) (mp map[uint64]uint64, err error)
- type Any
- func (*Any) Descriptor() ([]byte, []int)
- func (m *Any) GetParam1() string
- func (*Any) ProtoMessage()
- func (m *Any) Reset()
- func (m *Any) String() string
- func (m *Any) XXX_DiscardUnknown()
- func (m *Any) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Any) XXX_Merge(src proto.Message)
- func (m *Any) XXX_Size() int
- func (m *Any) XXX_Unmarshal(b []byte) error
- type Bar
- type Baz
- func (*Baz) Descriptor() ([]byte, []int)
- func (m *Baz) GetParam1() string
- func (*Baz) ProtoMessage()
- func (m *Baz) Reset()
- func (m *Baz) String() string
- func (m *Baz) XXX_DiscardUnknown()
- func (m *Baz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Baz) XXX_Merge(src proto.Message)
- func (m *Baz) XXX_Size() int
- func (m *Baz) XXX_Unmarshal(b []byte) error
- type ConstructsClient
- type ConstructsGQLServer
- func (s *ConstructsGQLServer) ConstructsAny(ctx context.Context, in *github_com_golang_protobuf_ptypes_any.Any) (*Any, error)
- func (s *ConstructsGQLServer) ConstructsCallWithID(ctx context.Context) (*bool, error)
- func (s *ConstructsGQLServer) ConstructsEmpty(ctx context.Context) (*bool, error)
- func (s *ConstructsGQLServer) ConstructsEmpty2(ctx context.Context) (*bool, error)
- func (s *ConstructsGQLServer) ConstructsEmpty3(ctx context.Context) (*bool, error)
- func (s *ConstructsGQLServer) ConstructsMaps(ctx context.Context, in *Maps) (*Maps, error)
- func (s *ConstructsGQLServer) ConstructsOneof(ctx context.Context, in *Oneof) (*Oneof, error)
- func (s *ConstructsGQLServer) ConstructsRef(ctx context.Context, in *Ref) (*Ref, error)
- func (s *ConstructsGQLServer) ConstructsRepeated(ctx context.Context, in *Repeated) (*Repeated, error)
- func (s *ConstructsGQLServer) ConstructsScalars(ctx context.Context, in *Scalars) (*Scalars, error)
- type ConstructsServer
- type Data
- func (*Data) Descriptor() ([]byte, []int)
- func (m *Data) GetFloat() []float32
- func (m *Data) GetFloat2() []float32
- func (m *Data) GetFoo() *Foo2
- func (m *Data) GetFoo2() *Foo2
- func (m *Data) GetString2() string
- func (m *Data) GetString_() string
- func (*Data) ProtoMessage()
- func (m *Data) Reset()
- func (m *Data) String() string
- func (m *Data) XXX_DiscardUnknown()
- func (m *Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Data) XXX_Merge(src proto.Message)
- func (m *Data) XXX_Size() int
- func (m *Data) XXX_Unmarshal(b []byte) error
- type Empty
- func (*Empty) Descriptor() ([]byte, []int)
- func (*Empty) ProtoMessage()
- func (m *Empty) Reset()
- func (m *Empty) String() string
- func (m *Empty) XXX_DiscardUnknown()
- func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Empty) XXX_Merge(src proto.Message)
- func (m *Empty) XXX_Size() int
- func (m *Empty) XXX_Unmarshal(b []byte) error
- type Empty3
- func (*Empty3) Descriptor() ([]byte, []int)
- func (m *Empty3) GetI() *Empty3_Int
- func (*Empty3) ProtoMessage()
- func (m *Empty3) Reset()
- func (m *Empty3) String() string
- func (m *Empty3) XXX_DiscardUnknown()
- func (m *Empty3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Empty3) XXX_Merge(src proto.Message)
- func (m *Empty3) XXX_Size() int
- func (m *Empty3) XXX_Unmarshal(b []byte) error
- type Empty3_Int
- func (*Empty3_Int) Descriptor() ([]byte, []int)
- func (m *Empty3_Int) GetE() *Empty3
- func (*Empty3_Int) ProtoMessage()
- func (m *Empty3_Int) Reset()
- func (m *Empty3_Int) String() string
- func (m *Empty3_Int) XXX_DiscardUnknown()
- func (m *Empty3_Int) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Empty3_Int) XXX_Merge(src proto.Message)
- func (m *Empty3_Int) XXX_Size() int
- func (m *Empty3_Int) XXX_Unmarshal(b []byte) error
- type EmptyNested
- func (*EmptyNested) Descriptor() ([]byte, []int)
- func (m *EmptyNested) GetNested1() *EmptyNested_EmptyNested1
- func (*EmptyNested) ProtoMessage()
- func (m *EmptyNested) Reset()
- func (m *EmptyNested) String() string
- func (m *EmptyNested) XXX_DiscardUnknown()
- func (m *EmptyNested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmptyNested) XXX_Merge(src proto.Message)
- func (m *EmptyNested) XXX_Size() int
- func (m *EmptyNested) XXX_Unmarshal(b []byte) error
- type EmptyNested_EmptyNested1
- func (*EmptyNested_EmptyNested1) Descriptor() ([]byte, []int)
- func (m *EmptyNested_EmptyNested1) GetNested2() *EmptyNested_EmptyNested1_EmptyNested2
- func (*EmptyNested_EmptyNested1) ProtoMessage()
- func (m *EmptyNested_EmptyNested1) Reset()
- func (m *EmptyNested_EmptyNested1) String() string
- func (m *EmptyNested_EmptyNested1) XXX_DiscardUnknown()
- func (m *EmptyNested_EmptyNested1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmptyNested_EmptyNested1) XXX_Merge(src proto.Message)
- func (m *EmptyNested_EmptyNested1) XXX_Size() int
- func (m *EmptyNested_EmptyNested1) XXX_Unmarshal(b []byte) error
- type EmptyNested_EmptyNested1_EmptyNested2
- func (*EmptyNested_EmptyNested1_EmptyNested2) Descriptor() ([]byte, []int)
- func (*EmptyNested_EmptyNested1_EmptyNested2) ProtoMessage()
- func (m *EmptyNested_EmptyNested1_EmptyNested2) Reset()
- func (m *EmptyNested_EmptyNested1_EmptyNested2) String() string
- func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_DiscardUnknown()
- func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Merge(src proto.Message)
- func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Size() int
- func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Unmarshal(b []byte) error
- type EmptyRecursive
- func (*EmptyRecursive) Descriptor() ([]byte, []int)
- func (m *EmptyRecursive) GetEmpty() *EmptyRecursive
- func (m *EmptyRecursive) GetNested1() *empty.Empty
- func (*EmptyRecursive) ProtoMessage()
- func (m *EmptyRecursive) Reset()
- func (m *EmptyRecursive) String() string
- func (m *EmptyRecursive) XXX_DiscardUnknown()
- func (m *EmptyRecursive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmptyRecursive) XXX_Merge(src proto.Message)
- func (m *EmptyRecursive) XXX_Size() int
- func (m *EmptyRecursive) XXX_Unmarshal(b []byte) error
- type Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (m *Foo) GetParam1() string
- func (m *Foo) GetParam2() string
- func (*Foo) ProtoMessage()
- 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 Foo2
- func (*Foo2) Descriptor() ([]byte, []int)
- func (m *Foo2) GetParam1() string
- func (*Foo2) ProtoMessage()
- func (m *Foo2) Reset()
- func (m *Foo2) String() string
- func (m *Foo2) XXX_DiscardUnknown()
- func (m *Foo2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Foo2) XXX_Merge(src proto.Message)
- func (m *Foo2) XXX_Size() int
- func (m *Foo2) XXX_Unmarshal(b []byte) error
- type Foo_Foo2
- func (*Foo_Foo2) Descriptor() ([]byte, []int)
- func (m *Foo_Foo2) GetParam1() string
- func (*Foo_Foo2) ProtoMessage()
- func (m *Foo_Foo2) Reset()
- func (m *Foo_Foo2) String() string
- func (m *Foo_Foo2) XXX_DiscardUnknown()
- func (m *Foo_Foo2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Foo_Foo2) XXX_Merge(src proto.Message)
- func (m *Foo_Foo2) XXX_Size() int
- func (m *Foo_Foo2) XXX_Unmarshal(b []byte) error
- type IsOneof_Oneof1
- type IsOneof_Oneof2
- type IsOneof_Oneof3
- type Maps
- func (*Maps) Descriptor() ([]byte, []int)
- func (m *Maps) GetBoolBool() map[bool]bool
- func (m *Maps) GetFixed32Fixed32() map[uint32]uint32
- func (m *Maps) GetFixed64Fixed64() map[uint64]uint64
- func (m *Maps) GetInt32Int32() map[int32]int32
- func (m *Maps) GetInt64Int64() map[int64]int64
- func (m *Maps) GetSfixed32Sfixed32() map[int32]int32
- func (m *Maps) GetSfixed64Sfixed64() map[int64]int64
- func (m *Maps) GetSint32Sint32() map[int32]int32
- func (m *Maps) GetSint64Sint64() map[int64]int64
- func (m *Maps) GetStringBar() map[string]Bar
- func (m *Maps) GetStringBytes() map[string][]byte
- func (m *Maps) GetStringDouble() map[string]float64
- func (m *Maps) GetStringFloat() map[string]float32
- func (m *Maps) GetStringFoo() map[string]*Foo
- func (m *Maps) GetStringString() map[string]string
- func (m *Maps) GetUint32Uint32() map[uint32]uint32
- func (m *Maps) GetUint64Uint64() map[uint64]uint64
- func (*Maps) ProtoMessage()
- func (m *Maps) Reset()
- func (m *Maps) String() string
- func (m *Maps) XXX_DiscardUnknown()
- func (m *Maps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Maps) XXX_Merge(src proto.Message)
- func (m *Maps) XXX_Size() int
- func (m *Maps) XXX_Unmarshal(b []byte) error
- type Oneof
- func (*Oneof) Descriptor() ([]byte, []int)
- func (m *Oneof) GetOneof1() isOneof_Oneof1
- func (m *Oneof) GetOneof2() isOneof_Oneof2
- func (m *Oneof) GetOneof3() isOneof_Oneof3
- func (m *Oneof) GetParam1() string
- func (m *Oneof) GetParam2() string
- func (m *Oneof) GetParam3() string
- func (m *Oneof) GetParam4() string
- func (m *Oneof) GetParam5() string
- func (m *Oneof) GetParam6() string
- func (*Oneof) ProtoMessage()
- func (m *Oneof) Reset()
- func (m *Oneof) String() string
- func (m *Oneof) XXX_DiscardUnknown()
- func (m *Oneof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Oneof) XXX_Merge(src proto.Message)
- func (*Oneof) XXX_OneofWrappers() []interface{}
- func (m *Oneof) XXX_Size() int
- func (m *Oneof) XXX_Unmarshal(b []byte) error
- type Oneof_Param2
- type Oneof_Param3
- type Oneof_Param4
- type Oneof_Param5
- type Oneof_Param6
- type QueryClient
- type QueryGQLServer
- type QueryServer
- type Query_SubscribeClient
- type Query_SubscribeServer
- type Ref
- func (*Ref) Descriptor() ([]byte, []int)
- func (m *Ref) GetEmpty() *empty.Empty
- func (m *Ref) GetEn1() Ref_Foo_En
- func (m *Ref) GetEn2() Ref_Foo_Bar_En
- func (m *Ref) GetExternal() *timestamp.Timestamp
- func (m *Ref) GetFile() *Baz
- func (m *Ref) GetFileEnum() Bar
- func (m *Ref) GetFileMsg() *Foo
- func (m *Ref) GetForeign() *Foo_Foo2
- func (m *Ref) GetGz() *Ref_Foo_Baz_Gz
- func (m *Ref) GetLocal() *Ref_Foo
- func (m *Ref) GetLocalTime() *Timestamp
- func (m *Ref) GetLocalTime2() *Timestamp
- func (*Ref) ProtoMessage()
- func (m *Ref) Reset()
- func (m *Ref) String() string
- func (m *Ref) XXX_DiscardUnknown()
- func (m *Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref) XXX_Merge(src proto.Message)
- func (m *Ref) XXX_Size() int
- func (m *Ref) XXX_Unmarshal(b []byte) error
- type Ref_Bar
- func (*Ref_Bar) Descriptor() ([]byte, []int)
- func (m *Ref_Bar) GetParam1() string
- func (*Ref_Bar) ProtoMessage()
- func (m *Ref_Bar) Reset()
- func (m *Ref_Bar) String() string
- func (m *Ref_Bar) XXX_DiscardUnknown()
- func (m *Ref_Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref_Bar) XXX_Merge(src proto.Message)
- func (m *Ref_Bar) XXX_Size() int
- func (m *Ref_Bar) XXX_Unmarshal(b []byte) error
- type Ref_Foo
- func (*Ref_Foo) Descriptor() ([]byte, []int)
- func (m *Ref_Foo) GetBar1() *Ref_Foo_Bar
- func (m *Ref_Foo) GetBar2() *Ref_Bar
- func (m *Ref_Foo) GetEn1() Ref_Foo_En
- func (m *Ref_Foo) GetEn2() Ref_Foo_Bar_En
- func (m *Ref_Foo) GetExternalTime1() *timestamp.Timestamp
- func (m *Ref_Foo) GetLocalTime2() *Timestamp
- func (*Ref_Foo) ProtoMessage()
- func (m *Ref_Foo) Reset()
- func (m *Ref_Foo) String() string
- func (m *Ref_Foo) XXX_DiscardUnknown()
- func (m *Ref_Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref_Foo) XXX_Merge(src proto.Message)
- func (m *Ref_Foo) XXX_Size() int
- func (m *Ref_Foo) XXX_Unmarshal(b []byte) error
- type Ref_Foo_Bar
- func (*Ref_Foo_Bar) Descriptor() ([]byte, []int)
- func (m *Ref_Foo_Bar) GetParam1() string
- func (*Ref_Foo_Bar) ProtoMessage()
- func (m *Ref_Foo_Bar) Reset()
- func (m *Ref_Foo_Bar) String() string
- func (m *Ref_Foo_Bar) XXX_DiscardUnknown()
- func (m *Ref_Foo_Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref_Foo_Bar) XXX_Merge(src proto.Message)
- func (m *Ref_Foo_Bar) XXX_Size() int
- func (m *Ref_Foo_Bar) XXX_Unmarshal(b []byte) error
- type Ref_Foo_Bar_En
- type Ref_Foo_Baz
- func (*Ref_Foo_Baz) Descriptor() ([]byte, []int)
- func (*Ref_Foo_Baz) ProtoMessage()
- func (m *Ref_Foo_Baz) Reset()
- func (m *Ref_Foo_Baz) String() string
- func (m *Ref_Foo_Baz) XXX_DiscardUnknown()
- func (m *Ref_Foo_Baz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref_Foo_Baz) XXX_Merge(src proto.Message)
- func (m *Ref_Foo_Baz) XXX_Size() int
- func (m *Ref_Foo_Baz) XXX_Unmarshal(b []byte) error
- type Ref_Foo_Baz_Gz
- func (*Ref_Foo_Baz_Gz) Descriptor() ([]byte, []int)
- func (m *Ref_Foo_Baz_Gz) GetParam1() string
- func (*Ref_Foo_Baz_Gz) ProtoMessage()
- func (m *Ref_Foo_Baz_Gz) Reset()
- func (m *Ref_Foo_Baz_Gz) String() string
- func (m *Ref_Foo_Baz_Gz) XXX_DiscardUnknown()
- func (m *Ref_Foo_Baz_Gz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ref_Foo_Baz_Gz) XXX_Merge(src proto.Message)
- func (m *Ref_Foo_Baz_Gz) XXX_Size() int
- func (m *Ref_Foo_Baz_Gz) XXX_Unmarshal(b []byte) error
- type Ref_Foo_En
- type Repeated
- func (*Repeated) Descriptor() ([]byte, []int)
- func (m *Repeated) GetBar() []Bar
- func (m *Repeated) GetBool() []bool
- func (m *Repeated) GetBytes() [][]byte
- func (m *Repeated) GetDouble() []float64
- func (m *Repeated) GetFixed32() []uint32
- func (m *Repeated) GetFixed64() []uint64
- func (m *Repeated) GetFloat() []float32
- func (m *Repeated) GetFoo() []*Foo
- func (m *Repeated) GetInt32() []int32
- func (m *Repeated) GetInt64() []int64
- func (m *Repeated) GetSfixed32() []int32
- func (m *Repeated) GetSfixed64() []int64
- func (m *Repeated) GetSint32() []int32
- func (m *Repeated) GetSint64() []int64
- func (m *Repeated) GetString_() []string
- func (m *Repeated) GetUint32() []uint32
- func (m *Repeated) GetUint64() []uint64
- func (*Repeated) ProtoMessage()
- func (m *Repeated) Reset()
- func (m *Repeated) String() string
- func (m *Repeated) XXX_DiscardUnknown()
- func (m *Repeated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Repeated) XXX_Merge(src proto.Message)
- func (m *Repeated) XXX_Size() int
- func (m *Repeated) XXX_Unmarshal(b []byte) error
- type Scalars
- func (*Scalars) Descriptor() ([]byte, []int)
- func (m *Scalars) GetBool() bool
- func (m *Scalars) GetBytes() []byte
- func (m *Scalars) GetDouble() float64
- func (m *Scalars) GetFixed32() uint32
- func (m *Scalars) GetFixed64() uint64
- func (m *Scalars) GetFloat() float32
- func (m *Scalars) GetInt32() int32
- func (m *Scalars) GetInt64() int64
- func (m *Scalars) GetSfixed32() int32
- func (m *Scalars) GetSfixed64() int64
- func (m *Scalars) GetSint32() int32
- func (m *Scalars) GetSint64() int64
- func (m *Scalars) GetString_() string
- func (m *Scalars) GetUint32() uint32
- func (m *Scalars) GetUint64() uint64
- func (*Scalars) ProtoMessage()
- func (m *Scalars) Reset()
- func (m *Scalars) String() string
- func (m *Scalars) XXX_DiscardUnknown()
- func (m *Scalars) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Scalars) XXX_Merge(src proto.Message)
- func (m *Scalars) XXX_Size() int
- func (m *Scalars) XXX_Unmarshal(b []byte) error
- type ServiceClient
- type ServiceGQLServer
- type ServiceServer
- type Service_InvalidSubscribe1Client
- type Service_InvalidSubscribe1Server
- type Service_InvalidSubscribe2Client
- type Service_InvalidSubscribe2Server
- type Service_InvalidSubscribe3Client
- type Service_InvalidSubscribe3Server
- type Service_PubSub1Client
- type Service_PubSub1Server
- type Service_PubSub2Client
- type Service_PubSub2Server
- type Service_PublishClient
- type Service_PublishServer
- type Service_SubscribeClient
- type Service_SubscribeServer
- type Timestamp
- func (*Timestamp) Descriptor() ([]byte, []int)
- func (m *Timestamp) GetTime() string
- func (*Timestamp) ProtoMessage()
- func (m *Timestamp) Reset()
- func (m *Timestamp) String() string
- func (m *Timestamp) XXX_DiscardUnknown()
- func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Timestamp) XXX_Merge(src proto.Message)
- func (m *Timestamp) XXX_Size() int
- func (m *Timestamp) XXX_Unmarshal(b []byte) error
- type UnimplementedConstructsServer
- func (*UnimplementedConstructsServer) Any_(ctx context.Context, req *any.Any) (*Any, error)
- func (*UnimplementedConstructsServer) CallWithId(ctx context.Context, req *Empty) (*Empty, error)
- func (*UnimplementedConstructsServer) Empty2_(ctx context.Context, req *EmptyRecursive) (*EmptyNested, error)
- func (*UnimplementedConstructsServer) Empty3_(ctx context.Context, req *Empty3) (*Empty3, error)
- func (*UnimplementedConstructsServer) Empty_(ctx context.Context, req *empty.Empty) (*Empty, error)
- func (*UnimplementedConstructsServer) Maps_(ctx context.Context, req *Maps) (*Maps, error)
- func (*UnimplementedConstructsServer) Oneof_(ctx context.Context, req *Oneof) (*Oneof, error)
- func (*UnimplementedConstructsServer) Ref_(ctx context.Context, req *Ref) (*Ref, error)
- func (*UnimplementedConstructsServer) Repeated_(ctx context.Context, req *Repeated) (*Repeated, error)
- func (*UnimplementedConstructsServer) Scalars_(ctx context.Context, req *Scalars) (*Scalars, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) Mutate1(ctx context.Context, req *Data) (*Data, error)
- func (*UnimplementedQueryServer) Query1(ctx context.Context, req *Data) (*Data, error)
- func (*UnimplementedQueryServer) Query2(ctx context.Context, req *Data) (*Data, error)
- func (*UnimplementedQueryServer) Subscribe(req *Data, srv Query_SubscribeServer) error
- type UnimplementedServiceServer
- func (*UnimplementedServiceServer) InvalidSubscribe1(srv Service_InvalidSubscribe1Server) error
- func (*UnimplementedServiceServer) InvalidSubscribe2(req *Data, srv Service_InvalidSubscribe2Server) error
- func (*UnimplementedServiceServer) InvalidSubscribe3(srv Service_InvalidSubscribe3Server) error
- func (*UnimplementedServiceServer) Mutate1(ctx context.Context, req *Data) (*Data, error)
- func (*UnimplementedServiceServer) Mutate2(ctx context.Context, req *Data) (*Data, error)
- func (*UnimplementedServiceServer) PubSub1(srv Service_PubSub1Server) error
- func (*UnimplementedServiceServer) PubSub2(srv Service_PubSub2Server) error
- func (*UnimplementedServiceServer) Publish(srv Service_PublishServer) error
- func (*UnimplementedServiceServer) Query1(ctx context.Context, req *Data) (*Data, error)
- func (*UnimplementedServiceServer) Subscribe(req *Data, srv Service_SubscribeServer) error
Constants ¶
This section is empty.
Variables ¶
var Bar_name = map[int32]string{
0: "BAR1",
1: "BAR2",
2: "BAR3",
}
var Bar_value = map[string]int32{
"BAR1": 0,
"BAR2": 1,
"BAR3": 2,
}
var Ref_Foo_Bar_En_name = map[int32]string{
0: "A0",
1: "A1",
}
var Ref_Foo_Bar_En_value = map[string]int32{
"A0": 0,
"A1": 1,
}
var Ref_Foo_En_name = map[int32]string{
0: "A0",
1: "A1",
}
var Ref_Foo_En_value = map[string]int32{
"A0": 0,
"A1": 1,
}
Functions ¶
func MarshalMaps_BoolBoolEntry ¶
func MarshalMaps_BoolBoolEntry(mp map[bool]bool) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Fixed32Fixed32Entry ¶
func MarshalMaps_Fixed32Fixed32Entry(mp map[uint32]uint32) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Fixed64Fixed64Entry ¶
func MarshalMaps_Fixed64Fixed64Entry(mp map[uint64]uint64) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Int32Int32Entry ¶
func MarshalMaps_Int32Int32Entry(mp map[int32]int32) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Int64Int64Entry ¶
func MarshalMaps_Int64Int64Entry(mp map[int64]int64) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Sfixed32Sfixed32Entry ¶
func MarshalMaps_Sfixed32Sfixed32Entry(mp map[int32]int32) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Sfixed64Sfixed64Entry ¶
func MarshalMaps_Sfixed64Sfixed64Entry(mp map[int64]int64) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Sint32Sint32Entry ¶
func MarshalMaps_Sint32Sint32Entry(mp map[int32]int32) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Sint64Sint64Entry ¶
func MarshalMaps_Sint64Sint64Entry(mp map[int64]int64) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_StringBarEntry ¶
func MarshalMaps_StringBarEntry(mp map[string]Bar) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_StringBytesEntry ¶
func MarshalMaps_StringBytesEntry(mp map[string][]byte) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_StringDoubleEntry ¶
func MarshalMaps_StringDoubleEntry(mp map[string]float64) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_StringFloatEntry ¶
func MarshalMaps_StringFloatEntry(mp map[string]float32) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_StringFooEntry ¶
func MarshalMaps_StringFooEntry(mp map[string]*Foo) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_StringStringEntry ¶
func MarshalMaps_StringStringEntry(mp map[string]string) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Uint32Uint32Entry ¶
func MarshalMaps_Uint32Uint32Entry(mp map[uint32]uint32) github_com_danielvladco_go_proto_gql_pb.Marshaler
func MarshalMaps_Uint64Uint64Entry ¶
func MarshalMaps_Uint64Uint64Entry(mp map[uint64]uint64) github_com_danielvladco_go_proto_gql_pb.Marshaler
func RegisterConstructsServer ¶
func RegisterConstructsServer(s *grpc.Server, srv ConstructsServer)
func RegisterQueryServer ¶
func RegisterQueryServer(s *grpc.Server, srv QueryServer)
func RegisterServiceServer ¶
func RegisterServiceServer(s *grpc.Server, srv ServiceServer)
Types ¶
type Any ¶
type Any struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Any) Descriptor ¶
func (*Any) ProtoMessage ¶
func (*Any) ProtoMessage()
func (*Any) XXX_DiscardUnknown ¶
func (m *Any) XXX_DiscardUnknown()
func (*Any) XXX_Unmarshal ¶
type Bar ¶
type Bar int32
func (Bar) EnumDescriptor ¶
func (Bar) MarshalGQL ¶
func (*Bar) UnmarshalGQL ¶
type Baz ¶
type Baz struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Baz) Descriptor ¶
func (*Baz) ProtoMessage ¶
func (*Baz) ProtoMessage()
func (*Baz) XXX_DiscardUnknown ¶
func (m *Baz) XXX_DiscardUnknown()
func (*Baz) XXX_Unmarshal ¶
type ConstructsClient ¶
type ConstructsClient interface { Scalars_(ctx context.Context, in *Scalars, opts ...grpc.CallOption) (*Scalars, error) Repeated_(ctx context.Context, in *Repeated, opts ...grpc.CallOption) (*Repeated, error) Maps_(ctx context.Context, in *Maps, opts ...grpc.CallOption) (*Maps, error) Any_(ctx context.Context, in *any.Any, opts ...grpc.CallOption) (*Any, error) Empty_(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Empty, error) Empty2_(ctx context.Context, in *EmptyRecursive, opts ...grpc.CallOption) (*EmptyNested, error) Empty3_(ctx context.Context, in *Empty3, opts ...grpc.CallOption) (*Empty3, error) Ref_(ctx context.Context, in *Ref, opts ...grpc.CallOption) (*Ref, error) Oneof_(ctx context.Context, in *Oneof, opts ...grpc.CallOption) (*Oneof, error) CallWithId(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) }
ConstructsClient is the client API for Constructs service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewConstructsClient ¶
func NewConstructsClient(cc *grpc.ClientConn) ConstructsClient
type ConstructsGQLServer ¶
type ConstructsGQLServer struct{ Service ConstructsServer }
func (*ConstructsGQLServer) ConstructsAny ¶
func (s *ConstructsGQLServer) ConstructsAny(ctx context.Context, in *github_com_golang_protobuf_ptypes_any.Any) (*Any, error)
func (*ConstructsGQLServer) ConstructsCallWithID ¶
func (s *ConstructsGQLServer) ConstructsCallWithID(ctx context.Context) (*bool, error)
func (*ConstructsGQLServer) ConstructsEmpty ¶
func (s *ConstructsGQLServer) ConstructsEmpty(ctx context.Context) (*bool, error)
func (*ConstructsGQLServer) ConstructsEmpty2 ¶
func (s *ConstructsGQLServer) ConstructsEmpty2(ctx context.Context) (*bool, error)
func (*ConstructsGQLServer) ConstructsEmpty3 ¶
func (s *ConstructsGQLServer) ConstructsEmpty3(ctx context.Context) (*bool, error)
func (*ConstructsGQLServer) ConstructsMaps ¶
func (*ConstructsGQLServer) ConstructsOneof ¶
func (*ConstructsGQLServer) ConstructsRef ¶
func (*ConstructsGQLServer) ConstructsRepeated ¶
func (*ConstructsGQLServer) ConstructsScalars ¶
type ConstructsServer ¶
type ConstructsServer interface { Scalars_(context.Context, *Scalars) (*Scalars, error) Repeated_(context.Context, *Repeated) (*Repeated, error) Maps_(context.Context, *Maps) (*Maps, error) Any_(context.Context, *any.Any) (*Any, error) Empty_(context.Context, *empty.Empty) (*Empty, error) Empty2_(context.Context, *EmptyRecursive) (*EmptyNested, error) Empty3_(context.Context, *Empty3) (*Empty3, error) Ref_(context.Context, *Ref) (*Ref, error) Oneof_(context.Context, *Oneof) (*Oneof, error) CallWithId(context.Context, *Empty) (*Empty, error) }
ConstructsServer is the server API for Constructs service.
type Data ¶
type Data struct { String_ string `protobuf:"bytes,1,opt,name=string,proto3" json:"string,omitempty"` Foo *Foo2 `protobuf:"bytes,2,opt,name=foo,proto3" json:"foo,omitempty"` Float []float32 `protobuf:"fixed32,3,rep,packed,name=float,proto3" json:"float,omitempty"` String2 string `protobuf:"bytes,4,opt,name=string2,proto3" json:"string2,omitempty"` Foo2 *Foo2 `protobuf:"bytes,5,opt,name=foo2,proto3" json:"foo2,omitempty"` Float2 []float32 `protobuf:"fixed32,6,rep,packed,name=float2,proto3" json:"float2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Data) Descriptor ¶
func (*Data) GetString2 ¶
func (*Data) GetString_ ¶
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) XXX_DiscardUnknown ¶
func (m *Data) XXX_DiscardUnknown()
func (*Data) XXX_Unmarshal ¶
type Empty ¶
type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) XXX_DiscardUnknown ¶
func (m *Empty) XXX_DiscardUnknown()
func (*Empty) XXX_Marshal ¶
func (*Empty) XXX_Unmarshal ¶
type Empty3 ¶
type Empty3 struct { I *Empty3_Int `protobuf:"bytes,1,opt,name=i,proto3" json:"i,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty3) Descriptor ¶
func (*Empty3) GetI ¶
func (m *Empty3) GetI() *Empty3_Int
func (*Empty3) ProtoMessage ¶
func (*Empty3) ProtoMessage()
func (*Empty3) XXX_DiscardUnknown ¶
func (m *Empty3) XXX_DiscardUnknown()
func (*Empty3) XXX_Marshal ¶
func (*Empty3) XXX_Unmarshal ¶
type Empty3_Int ¶
type Empty3_Int struct { E *Empty3 `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty3_Int) Descriptor ¶
func (*Empty3_Int) Descriptor() ([]byte, []int)
func (*Empty3_Int) GetE ¶
func (m *Empty3_Int) GetE() *Empty3
func (*Empty3_Int) ProtoMessage ¶
func (*Empty3_Int) ProtoMessage()
func (*Empty3_Int) Reset ¶
func (m *Empty3_Int) Reset()
func (*Empty3_Int) String ¶
func (m *Empty3_Int) String() string
func (*Empty3_Int) XXX_DiscardUnknown ¶
func (m *Empty3_Int) XXX_DiscardUnknown()
func (*Empty3_Int) XXX_Marshal ¶
func (m *Empty3_Int) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Empty3_Int) XXX_Merge ¶
func (m *Empty3_Int) XXX_Merge(src proto.Message)
func (*Empty3_Int) XXX_Size ¶
func (m *Empty3_Int) XXX_Size() int
func (*Empty3_Int) XXX_Unmarshal ¶
func (m *Empty3_Int) XXX_Unmarshal(b []byte) error
type EmptyNested ¶
type EmptyNested struct { Nested1 *EmptyNested_EmptyNested1 `protobuf:"bytes,1,opt,name=nested1,proto3" json:"nested1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EmptyNested) Descriptor ¶
func (*EmptyNested) Descriptor() ([]byte, []int)
func (*EmptyNested) GetNested1 ¶
func (m *EmptyNested) GetNested1() *EmptyNested_EmptyNested1
func (*EmptyNested) ProtoMessage ¶
func (*EmptyNested) ProtoMessage()
func (*EmptyNested) Reset ¶
func (m *EmptyNested) Reset()
func (*EmptyNested) String ¶
func (m *EmptyNested) String() string
func (*EmptyNested) XXX_DiscardUnknown ¶
func (m *EmptyNested) XXX_DiscardUnknown()
func (*EmptyNested) XXX_Marshal ¶
func (m *EmptyNested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmptyNested) XXX_Merge ¶
func (m *EmptyNested) XXX_Merge(src proto.Message)
func (*EmptyNested) XXX_Size ¶
func (m *EmptyNested) XXX_Size() int
func (*EmptyNested) XXX_Unmarshal ¶
func (m *EmptyNested) XXX_Unmarshal(b []byte) error
type EmptyNested_EmptyNested1 ¶
type EmptyNested_EmptyNested1 struct { Nested2 *EmptyNested_EmptyNested1_EmptyNested2 `protobuf:"bytes,1,opt,name=nested2,proto3" json:"nested2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EmptyNested_EmptyNested1) Descriptor ¶
func (*EmptyNested_EmptyNested1) Descriptor() ([]byte, []int)
func (*EmptyNested_EmptyNested1) GetNested2 ¶
func (m *EmptyNested_EmptyNested1) GetNested2() *EmptyNested_EmptyNested1_EmptyNested2
func (*EmptyNested_EmptyNested1) ProtoMessage ¶
func (*EmptyNested_EmptyNested1) ProtoMessage()
func (*EmptyNested_EmptyNested1) Reset ¶
func (m *EmptyNested_EmptyNested1) Reset()
func (*EmptyNested_EmptyNested1) String ¶
func (m *EmptyNested_EmptyNested1) String() string
func (*EmptyNested_EmptyNested1) XXX_DiscardUnknown ¶
func (m *EmptyNested_EmptyNested1) XXX_DiscardUnknown()
func (*EmptyNested_EmptyNested1) XXX_Marshal ¶
func (m *EmptyNested_EmptyNested1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmptyNested_EmptyNested1) XXX_Merge ¶
func (m *EmptyNested_EmptyNested1) XXX_Merge(src proto.Message)
func (*EmptyNested_EmptyNested1) XXX_Size ¶
func (m *EmptyNested_EmptyNested1) XXX_Size() int
func (*EmptyNested_EmptyNested1) XXX_Unmarshal ¶
func (m *EmptyNested_EmptyNested1) XXX_Unmarshal(b []byte) error
type EmptyNested_EmptyNested1_EmptyNested2 ¶
type EmptyNested_EmptyNested1_EmptyNested2 struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EmptyNested_EmptyNested1_EmptyNested2) Descriptor ¶
func (*EmptyNested_EmptyNested1_EmptyNested2) Descriptor() ([]byte, []int)
func (*EmptyNested_EmptyNested1_EmptyNested2) ProtoMessage ¶
func (*EmptyNested_EmptyNested1_EmptyNested2) ProtoMessage()
func (*EmptyNested_EmptyNested1_EmptyNested2) Reset ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) Reset()
func (*EmptyNested_EmptyNested1_EmptyNested2) String ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) String() string
func (*EmptyNested_EmptyNested1_EmptyNested2) XXX_DiscardUnknown ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_DiscardUnknown()
func (*EmptyNested_EmptyNested1_EmptyNested2) XXX_Marshal ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmptyNested_EmptyNested1_EmptyNested2) XXX_Merge ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Merge(src proto.Message)
func (*EmptyNested_EmptyNested1_EmptyNested2) XXX_Size ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Size() int
func (*EmptyNested_EmptyNested1_EmptyNested2) XXX_Unmarshal ¶
func (m *EmptyNested_EmptyNested1_EmptyNested2) XXX_Unmarshal(b []byte) error
type EmptyRecursive ¶
type EmptyRecursive struct { Nested1 *empty.Empty `protobuf:"bytes,1,opt,name=nested1,proto3" json:"nested1,omitempty"` Empty *EmptyRecursive `protobuf:"bytes,2,opt,name=empty,proto3" json:"empty,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EmptyRecursive) Descriptor ¶
func (*EmptyRecursive) Descriptor() ([]byte, []int)
func (*EmptyRecursive) GetEmpty ¶
func (m *EmptyRecursive) GetEmpty() *EmptyRecursive
func (*EmptyRecursive) GetNested1 ¶
func (m *EmptyRecursive) GetNested1() *empty.Empty
func (*EmptyRecursive) ProtoMessage ¶
func (*EmptyRecursive) ProtoMessage()
func (*EmptyRecursive) Reset ¶
func (m *EmptyRecursive) Reset()
func (*EmptyRecursive) String ¶
func (m *EmptyRecursive) String() string
func (*EmptyRecursive) XXX_DiscardUnknown ¶
func (m *EmptyRecursive) XXX_DiscardUnknown()
func (*EmptyRecursive) XXX_Marshal ¶
func (m *EmptyRecursive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmptyRecursive) XXX_Merge ¶
func (m *EmptyRecursive) XXX_Merge(src proto.Message)
func (*EmptyRecursive) XXX_Size ¶
func (m *EmptyRecursive) XXX_Size() int
func (*EmptyRecursive) XXX_Unmarshal ¶
func (m *EmptyRecursive) XXX_Unmarshal(b []byte) error
type Foo ¶
type Foo struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` Param2 string `protobuf:"bytes,2,opt,name=param2,proto3" json:"param2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Foo) Descriptor ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Unmarshal ¶
type Foo2 ¶
type Foo2 struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Foo2) Descriptor ¶
func (*Foo2) ProtoMessage ¶
func (*Foo2) ProtoMessage()
func (*Foo2) XXX_DiscardUnknown ¶
func (m *Foo2) XXX_DiscardUnknown()
func (*Foo2) XXX_Unmarshal ¶
type Foo_Foo2 ¶
type Foo_Foo2 struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Foo_Foo2) Descriptor ¶
func (*Foo_Foo2) ProtoMessage ¶
func (*Foo_Foo2) ProtoMessage()
func (*Foo_Foo2) XXX_DiscardUnknown ¶
func (m *Foo_Foo2) XXX_DiscardUnknown()
func (*Foo_Foo2) XXX_Marshal ¶
func (*Foo_Foo2) XXX_Unmarshal ¶
type IsOneof_Oneof1 ¶
type IsOneof_Oneof1 interface {
// contains filtered or unexported methods
}
type IsOneof_Oneof2 ¶
type IsOneof_Oneof2 interface {
// contains filtered or unexported methods
}
type IsOneof_Oneof3 ¶
type IsOneof_Oneof3 interface {
// contains filtered or unexported methods
}
type Maps ¶
type Maps struct { Int32Int32 map[int32]int32 `` /* 181-byte string literal not displayed */ Int64Int64 map[int64]int64 `` /* 181-byte string literal not displayed */ Uint32Uint32 map[uint32]uint32 `` /* 187-byte string literal not displayed */ Uint64Uint64 map[uint64]uint64 `` /* 187-byte string literal not displayed */ Sint32Sint32 map[int32]int32 `` /* 191-byte string literal not displayed */ Sint64Sint64 map[int64]int64 `` /* 191-byte string literal not displayed */ Fixed32Fixed32 map[uint32]uint32 `` /* 195-byte string literal not displayed */ Fixed64Fixed64 map[uint64]uint64 `` /* 195-byte string literal not displayed */ Sfixed32Sfixed32 map[int32]int32 `` /* 201-byte string literal not displayed */ Sfixed64Sfixed64 map[int64]int64 `` /* 202-byte string literal not displayed */ BoolBool map[bool]bool `` /* 176-byte string literal not displayed */ StringString map[string]string `` /* 186-byte string literal not displayed */ StringBytes map[string][]byte `` /* 183-byte string literal not displayed */ StringFloat map[string]float32 `` /* 185-byte string literal not displayed */ StringDouble map[string]float64 `` /* 188-byte string literal not displayed */ StringFoo map[string]*Foo `` /* 177-byte string literal not displayed */ StringBar map[string]Bar `` /* 190-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Maps) Descriptor ¶
func (*Maps) GetBoolBool ¶
func (*Maps) GetFixed32Fixed32 ¶
func (*Maps) GetFixed64Fixed64 ¶
func (*Maps) GetInt32Int32 ¶
func (*Maps) GetInt64Int64 ¶
func (*Maps) GetSfixed32Sfixed32 ¶
func (*Maps) GetSfixed64Sfixed64 ¶
func (*Maps) GetSint32Sint32 ¶
func (*Maps) GetSint64Sint64 ¶
func (*Maps) GetStringBar ¶
func (*Maps) GetStringBytes ¶
func (*Maps) GetStringDouble ¶
func (*Maps) GetStringFloat ¶
func (*Maps) GetStringFoo ¶
func (*Maps) GetStringString ¶
func (*Maps) GetUint32Uint32 ¶
func (*Maps) GetUint64Uint64 ¶
func (*Maps) ProtoMessage ¶
func (*Maps) ProtoMessage()
func (*Maps) XXX_DiscardUnknown ¶
func (m *Maps) XXX_DiscardUnknown()
func (*Maps) XXX_Unmarshal ¶
type Oneof ¶
type Oneof struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` // Types that are valid to be assigned to Oneof1: // *Oneof_Param2 // *Oneof_Param3 Oneof1 isOneof_Oneof1 `protobuf_oneof:"Oneof1"` // Types that are valid to be assigned to Oneof2: // *Oneof_Param4 // *Oneof_Param5 Oneof2 isOneof_Oneof2 `protobuf_oneof:"Oneof2"` // Types that are valid to be assigned to Oneof3: // *Oneof_Param6 Oneof3 isOneof_Oneof3 `protobuf_oneof:"Oneof3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Oneof) Descriptor ¶
func (*Oneof) ProtoMessage ¶
func (*Oneof) ProtoMessage()
func (*Oneof) XXX_DiscardUnknown ¶
func (m *Oneof) XXX_DiscardUnknown()
func (*Oneof) XXX_Marshal ¶
func (*Oneof) XXX_OneofWrappers ¶
func (*Oneof) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Oneof) XXX_Unmarshal ¶
type Oneof_Param2 ¶
type Oneof_Param2 struct {
Param2 string `protobuf:"bytes,2,opt,name=param2,proto3,oneof"`
}
type Oneof_Param3 ¶
type Oneof_Param3 struct {
Param3 string `protobuf:"bytes,3,opt,name=param3,proto3,oneof"`
}
type Oneof_Param4 ¶
type Oneof_Param4 struct {
Param4 string `protobuf:"bytes,4,opt,name=param4,proto3,oneof"`
}
type Oneof_Param5 ¶
type Oneof_Param5 struct {
Param5 string `protobuf:"bytes,5,opt,name=param5,proto3,oneof"`
}
type Oneof_Param6 ¶
type Oneof_Param6 struct {
Param6 string `protobuf:"bytes,6,opt,name=param6,proto3,oneof"`
}
type QueryClient ¶
type QueryClient interface { Query1(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) Query2(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) Mutate1(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) Subscribe(ctx context.Context, in *Data, opts ...grpc.CallOption) (Query_SubscribeClient, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc *grpc.ClientConn) QueryClient
type QueryGQLServer ¶
type QueryGQLServer struct{ Service QueryServer }
func (*QueryGQLServer) QueryMutate1 ¶
func (*QueryGQLServer) QueryQuery1 ¶
func (*QueryGQLServer) QueryQuery2 ¶
type QueryServer ¶
type QueryServer interface { Query1(context.Context, *Data) (*Data, error) Query2(context.Context, *Data) (*Data, error) Mutate1(context.Context, *Data) (*Data, error) Subscribe(*Data, Query_SubscribeServer) error }
QueryServer is the server API for Query service.
type Query_SubscribeClient ¶
type Query_SubscribeClient interface { Recv() (*Data, error) grpc.ClientStream }
type Query_SubscribeServer ¶
type Query_SubscribeServer interface { Send(*Data) error grpc.ServerStream }
type Ref ¶
type Ref struct { Empty *empty.Empty `protobuf:"bytes,10,opt,name=empty,proto3" json:"empty,omitempty"` LocalTime2 *Timestamp `protobuf:"bytes,12,opt,name=local_time2,json=localTime2,proto3" json:"local_time2,omitempty"` External *timestamp.Timestamp `protobuf:"bytes,1,opt,name=external,proto3" json:"external,omitempty"` LocalTime *Timestamp `protobuf:"bytes,11,opt,name=local_time,json=localTime,proto3" json:"local_time,omitempty"` File *Baz `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"` FileMsg *Foo `protobuf:"bytes,8,opt,name=file_msg,json=fileMsg,proto3" json:"file_msg,omitempty"` FileEnum Bar `protobuf:"varint,9,opt,name=file_enum,json=fileEnum,proto3,enum=pb.Bar" json:"file_enum,omitempty"` Local *Ref_Foo `protobuf:"bytes,3,opt,name=local,proto3" json:"local,omitempty"` Foreign *Foo_Foo2 `protobuf:"bytes,4,opt,name=foreign,proto3" json:"foreign,omitempty"` En1 Ref_Foo_En `protobuf:"varint,5,opt,name=en1,proto3,enum=pb.Ref_Foo_En" json:"en1,omitempty"` En2 Ref_Foo_Bar_En `protobuf:"varint,6,opt,name=en2,proto3,enum=pb.Ref_Foo_Bar_En" json:"en2,omitempty"` Gz *Ref_Foo_Baz_Gz `protobuf:"bytes,7,opt,name=gz,proto3" json:"gz,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref) Descriptor ¶
func (*Ref) GetEn1 ¶
func (m *Ref) GetEn1() Ref_Foo_En
func (*Ref) GetEn2 ¶
func (m *Ref) GetEn2() Ref_Foo_Bar_En
func (*Ref) GetExternal ¶
func (*Ref) GetFileEnum ¶
func (*Ref) GetFileMsg ¶
func (*Ref) GetForeign ¶
func (*Ref) GetGz ¶
func (m *Ref) GetGz() *Ref_Foo_Baz_Gz
func (*Ref) GetLocalTime ¶
func (*Ref) GetLocalTime2 ¶
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) XXX_DiscardUnknown ¶
func (m *Ref) XXX_DiscardUnknown()
func (*Ref) XXX_Unmarshal ¶
type Ref_Bar ¶
type Ref_Bar struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref_Bar) Descriptor ¶
func (*Ref_Bar) ProtoMessage ¶
func (*Ref_Bar) ProtoMessage()
func (*Ref_Bar) XXX_DiscardUnknown ¶
func (m *Ref_Bar) XXX_DiscardUnknown()
func (*Ref_Bar) XXX_Marshal ¶
func (*Ref_Bar) XXX_Unmarshal ¶
type Ref_Foo ¶
type Ref_Foo struct { Bar1 *Ref_Foo_Bar `protobuf:"bytes,1,opt,name=bar1,proto3" json:"bar1,omitempty"` LocalTime2 *Timestamp `protobuf:"bytes,12,opt,name=local_time2,json=localTime2,proto3" json:"local_time2,omitempty"` ExternalTime1 *timestamp.Timestamp `protobuf:"bytes,13,opt,name=external_time1,json=externalTime1,proto3" json:"external_time1,omitempty"` Bar2 *Ref_Bar `protobuf:"bytes,2,opt,name=bar2,proto3" json:"bar2,omitempty"` En1 Ref_Foo_En `protobuf:"varint,3,opt,name=en1,proto3,enum=pb.Ref_Foo_En" json:"en1,omitempty"` En2 Ref_Foo_Bar_En `protobuf:"varint,4,opt,name=en2,proto3,enum=pb.Ref_Foo_Bar_En" json:"en2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref_Foo) Descriptor ¶
func (*Ref_Foo) GetBar1 ¶
func (m *Ref_Foo) GetBar1() *Ref_Foo_Bar
func (*Ref_Foo) GetEn1 ¶
func (m *Ref_Foo) GetEn1() Ref_Foo_En
func (*Ref_Foo) GetEn2 ¶
func (m *Ref_Foo) GetEn2() Ref_Foo_Bar_En
func (*Ref_Foo) GetExternalTime1 ¶
func (*Ref_Foo) GetLocalTime2 ¶
func (*Ref_Foo) ProtoMessage ¶
func (*Ref_Foo) ProtoMessage()
func (*Ref_Foo) XXX_DiscardUnknown ¶
func (m *Ref_Foo) XXX_DiscardUnknown()
func (*Ref_Foo) XXX_Marshal ¶
func (*Ref_Foo) XXX_Unmarshal ¶
type Ref_Foo_Bar ¶
type Ref_Foo_Bar struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref_Foo_Bar) Descriptor ¶
func (*Ref_Foo_Bar) Descriptor() ([]byte, []int)
func (*Ref_Foo_Bar) GetParam1 ¶
func (m *Ref_Foo_Bar) GetParam1() string
func (*Ref_Foo_Bar) ProtoMessage ¶
func (*Ref_Foo_Bar) ProtoMessage()
func (*Ref_Foo_Bar) Reset ¶
func (m *Ref_Foo_Bar) Reset()
func (*Ref_Foo_Bar) String ¶
func (m *Ref_Foo_Bar) String() string
func (*Ref_Foo_Bar) XXX_DiscardUnknown ¶
func (m *Ref_Foo_Bar) XXX_DiscardUnknown()
func (*Ref_Foo_Bar) XXX_Marshal ¶
func (m *Ref_Foo_Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ref_Foo_Bar) XXX_Merge ¶
func (m *Ref_Foo_Bar) XXX_Merge(src proto.Message)
func (*Ref_Foo_Bar) XXX_Size ¶
func (m *Ref_Foo_Bar) XXX_Size() int
func (*Ref_Foo_Bar) XXX_Unmarshal ¶
func (m *Ref_Foo_Bar) XXX_Unmarshal(b []byte) error
type Ref_Foo_Bar_En ¶
type Ref_Foo_Bar_En int32
const ( Ref_Foo_Bar_A0 Ref_Foo_Bar_En = 0 Ref_Foo_Bar_A1 Ref_Foo_Bar_En = 1 )
func (Ref_Foo_Bar_En) EnumDescriptor ¶
func (Ref_Foo_Bar_En) EnumDescriptor() ([]byte, []int)
func (Ref_Foo_Bar_En) MarshalGQL ¶
func (c Ref_Foo_Bar_En) MarshalGQL(w io.Writer)
func (Ref_Foo_Bar_En) String ¶
func (x Ref_Foo_Bar_En) String() string
func (*Ref_Foo_Bar_En) UnmarshalGQL ¶
func (c *Ref_Foo_Bar_En) UnmarshalGQL(v interface{}) error
type Ref_Foo_Baz ¶
type Ref_Foo_Baz struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref_Foo_Baz) Descriptor ¶
func (*Ref_Foo_Baz) Descriptor() ([]byte, []int)
func (*Ref_Foo_Baz) ProtoMessage ¶
func (*Ref_Foo_Baz) ProtoMessage()
func (*Ref_Foo_Baz) Reset ¶
func (m *Ref_Foo_Baz) Reset()
func (*Ref_Foo_Baz) String ¶
func (m *Ref_Foo_Baz) String() string
func (*Ref_Foo_Baz) XXX_DiscardUnknown ¶
func (m *Ref_Foo_Baz) XXX_DiscardUnknown()
func (*Ref_Foo_Baz) XXX_Marshal ¶
func (m *Ref_Foo_Baz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ref_Foo_Baz) XXX_Merge ¶
func (m *Ref_Foo_Baz) XXX_Merge(src proto.Message)
func (*Ref_Foo_Baz) XXX_Size ¶
func (m *Ref_Foo_Baz) XXX_Size() int
func (*Ref_Foo_Baz) XXX_Unmarshal ¶
func (m *Ref_Foo_Baz) XXX_Unmarshal(b []byte) error
type Ref_Foo_Baz_Gz ¶
type Ref_Foo_Baz_Gz struct { Param1 string `protobuf:"bytes,1,opt,name=param1,proto3" json:"param1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref_Foo_Baz_Gz) Descriptor ¶
func (*Ref_Foo_Baz_Gz) Descriptor() ([]byte, []int)
func (*Ref_Foo_Baz_Gz) GetParam1 ¶
func (m *Ref_Foo_Baz_Gz) GetParam1() string
func (*Ref_Foo_Baz_Gz) ProtoMessage ¶
func (*Ref_Foo_Baz_Gz) ProtoMessage()
func (*Ref_Foo_Baz_Gz) Reset ¶
func (m *Ref_Foo_Baz_Gz) Reset()
func (*Ref_Foo_Baz_Gz) String ¶
func (m *Ref_Foo_Baz_Gz) String() string
func (*Ref_Foo_Baz_Gz) XXX_DiscardUnknown ¶
func (m *Ref_Foo_Baz_Gz) XXX_DiscardUnknown()
func (*Ref_Foo_Baz_Gz) XXX_Marshal ¶
func (m *Ref_Foo_Baz_Gz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ref_Foo_Baz_Gz) XXX_Merge ¶
func (m *Ref_Foo_Baz_Gz) XXX_Merge(src proto.Message)
func (*Ref_Foo_Baz_Gz) XXX_Size ¶
func (m *Ref_Foo_Baz_Gz) XXX_Size() int
func (*Ref_Foo_Baz_Gz) XXX_Unmarshal ¶
func (m *Ref_Foo_Baz_Gz) XXX_Unmarshal(b []byte) error
type Ref_Foo_En ¶
type Ref_Foo_En int32
const ( Ref_Foo_A0 Ref_Foo_En = 0 Ref_Foo_A1 Ref_Foo_En = 1 )
func (Ref_Foo_En) EnumDescriptor ¶
func (Ref_Foo_En) EnumDescriptor() ([]byte, []int)
func (Ref_Foo_En) MarshalGQL ¶
func (c Ref_Foo_En) MarshalGQL(w io.Writer)
func (Ref_Foo_En) String ¶
func (x Ref_Foo_En) String() string
func (*Ref_Foo_En) UnmarshalGQL ¶
func (c *Ref_Foo_En) UnmarshalGQL(v interface{}) error
type Repeated ¶
type Repeated struct { Double []float64 `protobuf:"fixed64,1,rep,packed,name=double,proto3" json:"double,omitempty"` Float []float32 `protobuf:"fixed32,2,rep,packed,name=float,proto3" json:"float,omitempty"` Int32 []int32 `protobuf:"varint,3,rep,packed,name=int32,proto3" json:"int32,omitempty"` Int64 []int64 `protobuf:"varint,4,rep,packed,name=int64,proto3" json:"int64,omitempty"` Uint32 []uint32 `protobuf:"varint,5,rep,packed,name=uint32,proto3" json:"uint32,omitempty"` Uint64 []uint64 `protobuf:"varint,6,rep,packed,name=uint64,proto3" json:"uint64,omitempty"` Sint32 []int32 `protobuf:"zigzag32,7,rep,packed,name=sint32,proto3" json:"sint32,omitempty"` Sint64 []int64 `protobuf:"zigzag64,8,rep,packed,name=sint64,proto3" json:"sint64,omitempty"` Fixed32 []uint32 `protobuf:"fixed32,9,rep,packed,name=fixed32,proto3" json:"fixed32,omitempty"` Fixed64 []uint64 `protobuf:"fixed64,10,rep,packed,name=fixed64,proto3" json:"fixed64,omitempty"` Sfixed32 []int32 `protobuf:"fixed32,11,rep,packed,name=sfixed32,proto3" json:"sfixed32,omitempty"` Sfixed64 []int64 `protobuf:"fixed64,12,rep,packed,name=sfixed64,proto3" json:"sfixed64,omitempty"` Bool []bool `protobuf:"varint,13,rep,packed,name=bool,proto3" json:"bool,omitempty"` String_ []string `protobuf:"bytes,14,rep,name=string,proto3" json:"string,omitempty"` Bytes [][]byte `protobuf:"bytes,15,rep,name=bytes,proto3" json:"bytes,omitempty"` Foo []*Foo `protobuf:"bytes,16,rep,name=foo,proto3" json:"foo,omitempty"` Bar []Bar `protobuf:"varint,17,rep,packed,name=bar,proto3,enum=pb.Bar" json:"bar,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Repeated) Descriptor ¶
func (*Repeated) GetFixed32 ¶
func (*Repeated) GetFixed64 ¶
func (*Repeated) GetSfixed32 ¶
func (*Repeated) GetSfixed64 ¶
func (*Repeated) GetString_ ¶
func (*Repeated) ProtoMessage ¶
func (*Repeated) ProtoMessage()
func (*Repeated) XXX_DiscardUnknown ¶
func (m *Repeated) XXX_DiscardUnknown()
func (*Repeated) XXX_Marshal ¶
func (*Repeated) XXX_Unmarshal ¶
type Scalars ¶
type Scalars struct { Double float64 `protobuf:"fixed64,1,opt,name=double,proto3" json:"double,omitempty"` Float float32 `protobuf:"fixed32,2,opt,name=float,proto3" json:"float,omitempty"` Int32 int32 `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"` Int64 int64 `protobuf:"varint,4,opt,name=int64,proto3" json:"int64,omitempty"` Uint32 uint32 `protobuf:"varint,5,opt,name=uint32,proto3" json:"uint32,omitempty"` Uint64 uint64 `protobuf:"varint,6,opt,name=uint64,proto3" json:"uint64,omitempty"` Sint32 int32 `protobuf:"zigzag32,7,opt,name=sint32,proto3" json:"sint32,omitempty"` Sint64 int64 `protobuf:"zigzag64,8,opt,name=sint64,proto3" json:"sint64,omitempty"` Fixed32 uint32 `protobuf:"fixed32,9,opt,name=fixed32,proto3" json:"fixed32,omitempty"` Fixed64 uint64 `protobuf:"fixed64,10,opt,name=fixed64,proto3" json:"fixed64,omitempty"` Sfixed32 int32 `protobuf:"fixed32,11,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"` Sfixed64 int64 `protobuf:"fixed64,12,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"` Bool bool `protobuf:"varint,13,opt,name=bool,proto3" json:"bool,omitempty"` String_ string `protobuf:"bytes,14,opt,name=string,proto3" json:"string,omitempty"` Bytes []byte `protobuf:"bytes,15,opt,name=bytes,proto3" json:"bytes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Scalars) Descriptor ¶
func (*Scalars) GetFixed32 ¶
func (*Scalars) GetFixed64 ¶
func (*Scalars) GetSfixed32 ¶
func (*Scalars) GetSfixed64 ¶
func (*Scalars) GetString_ ¶
func (*Scalars) ProtoMessage ¶
func (*Scalars) ProtoMessage()
func (*Scalars) XXX_DiscardUnknown ¶
func (m *Scalars) XXX_DiscardUnknown()
func (*Scalars) XXX_Marshal ¶
func (*Scalars) XXX_Unmarshal ¶
type ServiceClient ¶
type ServiceClient interface { Mutate1(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) Mutate2(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) Query1(ctx context.Context, in *Data, opts ...grpc.CallOption) (*Data, error) Publish(ctx context.Context, opts ...grpc.CallOption) (Service_PublishClient, error) Subscribe(ctx context.Context, in *Data, opts ...grpc.CallOption) (Service_SubscribeClient, error) PubSub1(ctx context.Context, opts ...grpc.CallOption) (Service_PubSub1Client, error) InvalidSubscribe1(ctx context.Context, opts ...grpc.CallOption) (Service_InvalidSubscribe1Client, error) InvalidSubscribe2(ctx context.Context, in *Data, opts ...grpc.CallOption) (Service_InvalidSubscribe2Client, error) InvalidSubscribe3(ctx context.Context, opts ...grpc.CallOption) (Service_InvalidSubscribe3Client, error) PubSub2(ctx context.Context, opts ...grpc.CallOption) (Service_PubSub2Client, error) }
ServiceClient is the client API for Service service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewServiceClient ¶
func NewServiceClient(cc *grpc.ClientConn) ServiceClient
type ServiceGQLServer ¶
type ServiceGQLServer struct{ Service ServiceServer }
func (*ServiceGQLServer) ServiceMutate1 ¶
func (*ServiceGQLServer) ServiceMutate2 ¶
func (*ServiceGQLServer) ServiceQuery1 ¶
type ServiceServer ¶
type ServiceServer interface { Mutate1(context.Context, *Data) (*Data, error) Mutate2(context.Context, *Data) (*Data, error) Query1(context.Context, *Data) (*Data, error) Publish(Service_PublishServer) error Subscribe(*Data, Service_SubscribeServer) error PubSub1(Service_PubSub1Server) error InvalidSubscribe1(Service_InvalidSubscribe1Server) error InvalidSubscribe2(*Data, Service_InvalidSubscribe2Server) error InvalidSubscribe3(Service_InvalidSubscribe3Server) error PubSub2(Service_PubSub2Server) error }
ServiceServer is the server API for Service service.
type Service_InvalidSubscribe2Client ¶
type Service_InvalidSubscribe2Client interface { Recv() (*Data, error) grpc.ClientStream }
type Service_InvalidSubscribe2Server ¶
type Service_InvalidSubscribe2Server interface { Send(*Data) error grpc.ServerStream }
type Service_PubSub1Client ¶
type Service_PubSub1Server ¶
type Service_PubSub2Client ¶
type Service_PubSub2Server ¶
type Service_PublishClient ¶
type Service_PublishServer ¶
type Service_SubscribeClient ¶
type Service_SubscribeClient interface { Recv() (*Data, error) grpc.ClientStream }
type Service_SubscribeServer ¶
type Service_SubscribeServer interface { Send(*Data) error grpc.ServerStream }
type Timestamp ¶
type Timestamp struct { Time string `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Timestamp) Descriptor ¶
func (*Timestamp) ProtoMessage ¶
func (*Timestamp) ProtoMessage()
func (*Timestamp) XXX_DiscardUnknown ¶
func (m *Timestamp) XXX_DiscardUnknown()
func (*Timestamp) XXX_Marshal ¶
func (*Timestamp) XXX_Unmarshal ¶
type UnimplementedConstructsServer ¶
type UnimplementedConstructsServer struct { }
UnimplementedConstructsServer can be embedded to have forward compatible implementations.
func (*UnimplementedConstructsServer) CallWithId ¶
func (*UnimplementedConstructsServer) Empty2_ ¶
func (*UnimplementedConstructsServer) Empty2_(ctx context.Context, req *EmptyRecursive) (*EmptyNested, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) Subscribe ¶
func (*UnimplementedQueryServer) Subscribe(req *Data, srv Query_SubscribeServer) error
type UnimplementedServiceServer ¶
type UnimplementedServiceServer struct { }
UnimplementedServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedServiceServer) InvalidSubscribe1 ¶
func (*UnimplementedServiceServer) InvalidSubscribe1(srv Service_InvalidSubscribe1Server) error
func (*UnimplementedServiceServer) InvalidSubscribe2 ¶
func (*UnimplementedServiceServer) InvalidSubscribe2(req *Data, srv Service_InvalidSubscribe2Server) error
func (*UnimplementedServiceServer) InvalidSubscribe3 ¶
func (*UnimplementedServiceServer) InvalidSubscribe3(srv Service_InvalidSubscribe3Server) error
func (*UnimplementedServiceServer) PubSub1 ¶
func (*UnimplementedServiceServer) PubSub1(srv Service_PubSub1Server) error
func (*UnimplementedServiceServer) PubSub2 ¶
func (*UnimplementedServiceServer) PubSub2(srv Service_PubSub2Server) error
func (*UnimplementedServiceServer) Publish ¶
func (*UnimplementedServiceServer) Publish(srv Service_PublishServer) error
func (*UnimplementedServiceServer) Subscribe ¶
func (*UnimplementedServiceServer) Subscribe(req *Data, srv Service_SubscribeServer) error