Documentation
¶
Index ¶
- Variables
- type CreatedPayload
- func (*CreatedPayload) Argument() graphql.FieldConfigArgument
- func (*CreatedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *CreatedPayload) GetElement() []byte
- func (x *CreatedPayload) GetKey() string
- func (*CreatedPayload) Object() *graphql.Object
- func (*CreatedPayload) Output() graphql.Output
- func (*CreatedPayload) ProtoMessage()
- func (x *CreatedPayload) ProtoReflect() protoreflect.Message
- func (x *CreatedPayload) Reset()
- func (*CreatedPayload) Schema() map[string]interface{}
- func (x *CreatedPayload) String() string
- func (o *CreatedPayload) UnmarshalJSON(b []byte) error
- func (o *CreatedPayload) UnmarshalMap(values map[string]interface{})
- type DeletedPayload
- func (*DeletedPayload) Argument() graphql.FieldConfigArgument
- func (*DeletedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *DeletedPayload) GetKey() string
- func (*DeletedPayload) Object() *graphql.Object
- func (*DeletedPayload) Output() graphql.Output
- func (*DeletedPayload) ProtoMessage()
- func (x *DeletedPayload) ProtoReflect() protoreflect.Message
- func (x *DeletedPayload) Reset()
- func (*DeletedPayload) Schema() map[string]interface{}
- func (x *DeletedPayload) String() string
- func (o *DeletedPayload) UnmarshalJSON(b []byte) error
- func (o *DeletedPayload) UnmarshalMap(values map[string]interface{})
- type ReplacedPayload
- func (*ReplacedPayload) Argument() graphql.FieldConfigArgument
- func (*ReplacedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *ReplacedPayload) GetElement() []byte
- func (*ReplacedPayload) Object() *graphql.Object
- func (*ReplacedPayload) Output() graphql.Output
- func (*ReplacedPayload) ProtoMessage()
- func (x *ReplacedPayload) ProtoReflect() protoreflect.Message
- func (x *ReplacedPayload) Reset()
- func (*ReplacedPayload) Schema() map[string]interface{}
- func (x *ReplacedPayload) String() string
- func (o *ReplacedPayload) UnmarshalJSON(b []byte) error
- func (o *ReplacedPayload) UnmarshalMap(values map[string]interface{})
- type UpdatedPayload
- func (*UpdatedPayload) Argument() graphql.FieldConfigArgument
- func (*UpdatedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatedPayload) GetElement() []byte
- func (*UpdatedPayload) Object() *graphql.Object
- func (*UpdatedPayload) Output() graphql.Output
- func (*UpdatedPayload) ProtoMessage()
- func (x *UpdatedPayload) ProtoReflect() protoreflect.Message
- func (x *UpdatedPayload) Reset()
- func (*UpdatedPayload) Schema() map[string]interface{}
- func (x *UpdatedPayload) String() string
- func (o *UpdatedPayload) UnmarshalJSON(b []byte) error
- func (o *UpdatedPayload) UnmarshalMap(values map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
var CreatedPayload_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "CreatedPayload_Input", Fields: graphql.InputObjectConfigFieldMap{ "key": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, "element": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
var CreatedPayload_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "CreatedPayload", Fields: graphql.Fields{ "key": &graphql.Field{ Type: graphql.String, }, "element": &graphql.Field{ Type: utils.Bytes, }, }, Description: "", })
var DeletedPayload_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "DeletedPayload_Input", Fields: graphql.InputObjectConfigFieldMap{ "key": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
var DeletedPayload_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "DeletedPayload", Fields: graphql.Fields{ "key": &graphql.Field{ Type: graphql.String, }, }, Description: "", })
var File_observer_v1_events_proto protoreflect.FileDescriptor
var ReplacedPayload_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "ReplacedPayload_Input", Fields: graphql.InputObjectConfigFieldMap{ "element": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
var ReplacedPayload_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "ReplacedPayload", Fields: graphql.Fields{ "element": &graphql.Field{ Type: utils.Bytes, }, }, Description: "", })
var UpdatedPayload_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "UpdatedPayload_Input", Fields: graphql.InputObjectConfigFieldMap{ "element": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
Functions ¶
This section is empty.
Types ¶
type CreatedPayload ¶
type CreatedPayload struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Element []byte `protobuf:"bytes,2,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*CreatedPayload) Argument ¶ added in v0.1.0
func (*CreatedPayload) Argument() graphql.FieldConfigArgument
Argument ...
func (*CreatedPayload) Descriptor
deprecated
func (*CreatedPayload) Descriptor() ([]byte, []int)
Deprecated: Use CreatedPayload.ProtoReflect.Descriptor instead.
func (*CreatedPayload) GetElement ¶
func (x *CreatedPayload) GetElement() []byte
func (*CreatedPayload) GetKey ¶
func (x *CreatedPayload) GetKey() string
func (*CreatedPayload) Object ¶ added in v0.1.0
func (*CreatedPayload) Object() *graphql.Object
Object ...
func (*CreatedPayload) Output ¶ added in v0.1.0
func (*CreatedPayload) Output() graphql.Output
Output ...
func (*CreatedPayload) ProtoMessage ¶
func (*CreatedPayload) ProtoMessage()
func (*CreatedPayload) ProtoReflect ¶
func (x *CreatedPayload) ProtoReflect() protoreflect.Message
func (*CreatedPayload) Reset ¶
func (x *CreatedPayload) Reset()
func (*CreatedPayload) Schema ¶ added in v0.0.10
func (*CreatedPayload) Schema() map[string]interface{}
Schema ...
func (*CreatedPayload) String ¶
func (x *CreatedPayload) String() string
func (*CreatedPayload) UnmarshalJSON ¶ added in v0.0.19
func (o *CreatedPayload) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*CreatedPayload) UnmarshalMap ¶ added in v0.0.19
func (o *CreatedPayload) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type DeletedPayload ¶
type DeletedPayload struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DeletedPayload) Argument ¶ added in v0.1.0
func (*DeletedPayload) Argument() graphql.FieldConfigArgument
Argument ...
func (*DeletedPayload) Descriptor
deprecated
func (*DeletedPayload) Descriptor() ([]byte, []int)
Deprecated: Use DeletedPayload.ProtoReflect.Descriptor instead.
func (*DeletedPayload) GetKey ¶
func (x *DeletedPayload) GetKey() string
func (*DeletedPayload) Object ¶ added in v0.1.0
func (*DeletedPayload) Object() *graphql.Object
Object ...
func (*DeletedPayload) Output ¶ added in v0.1.0
func (*DeletedPayload) Output() graphql.Output
Output ...
func (*DeletedPayload) ProtoMessage ¶
func (*DeletedPayload) ProtoMessage()
func (*DeletedPayload) ProtoReflect ¶
func (x *DeletedPayload) ProtoReflect() protoreflect.Message
func (*DeletedPayload) Reset ¶
func (x *DeletedPayload) Reset()
func (*DeletedPayload) Schema ¶ added in v0.0.10
func (*DeletedPayload) Schema() map[string]interface{}
Schema ...
func (*DeletedPayload) String ¶
func (x *DeletedPayload) String() string
func (*DeletedPayload) UnmarshalJSON ¶ added in v0.0.19
func (o *DeletedPayload) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*DeletedPayload) UnmarshalMap ¶ added in v0.0.19
func (o *DeletedPayload) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type ReplacedPayload ¶ added in v0.0.24
type ReplacedPayload struct { Element []byte `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*ReplacedPayload) Argument ¶ added in v0.1.0
func (*ReplacedPayload) Argument() graphql.FieldConfigArgument
Argument ...
func (*ReplacedPayload) Descriptor
deprecated
added in
v0.0.24
func (*ReplacedPayload) Descriptor() ([]byte, []int)
Deprecated: Use ReplacedPayload.ProtoReflect.Descriptor instead.
func (*ReplacedPayload) GetElement ¶ added in v0.0.24
func (x *ReplacedPayload) GetElement() []byte
func (*ReplacedPayload) Object ¶ added in v0.1.0
func (*ReplacedPayload) Object() *graphql.Object
Object ...
func (*ReplacedPayload) Output ¶ added in v0.1.0
func (*ReplacedPayload) Output() graphql.Output
Output ...
func (*ReplacedPayload) ProtoMessage ¶ added in v0.0.24
func (*ReplacedPayload) ProtoMessage()
func (*ReplacedPayload) ProtoReflect ¶ added in v0.0.24
func (x *ReplacedPayload) ProtoReflect() protoreflect.Message
func (*ReplacedPayload) Reset ¶ added in v0.0.24
func (x *ReplacedPayload) Reset()
func (*ReplacedPayload) Schema ¶ added in v0.0.24
func (*ReplacedPayload) Schema() map[string]interface{}
Schema ...
func (*ReplacedPayload) String ¶ added in v0.0.24
func (x *ReplacedPayload) String() string
func (*ReplacedPayload) UnmarshalJSON ¶ added in v0.0.24
func (o *ReplacedPayload) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*ReplacedPayload) UnmarshalMap ¶ added in v0.0.24
func (o *ReplacedPayload) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type UpdatedPayload ¶
type UpdatedPayload struct { Element []byte `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*UpdatedPayload) Argument ¶ added in v0.1.0
func (*UpdatedPayload) Argument() graphql.FieldConfigArgument
Argument ...
func (*UpdatedPayload) Descriptor
deprecated
func (*UpdatedPayload) Descriptor() ([]byte, []int)
Deprecated: Use UpdatedPayload.ProtoReflect.Descriptor instead.
func (*UpdatedPayload) GetElement ¶
func (x *UpdatedPayload) GetElement() []byte
func (*UpdatedPayload) Object ¶ added in v0.1.0
func (*UpdatedPayload) Object() *graphql.Object
Object ...
func (*UpdatedPayload) Output ¶ added in v0.1.0
func (*UpdatedPayload) Output() graphql.Output
Output ...
func (*UpdatedPayload) ProtoMessage ¶
func (*UpdatedPayload) ProtoMessage()
func (*UpdatedPayload) ProtoReflect ¶
func (x *UpdatedPayload) ProtoReflect() protoreflect.Message
func (*UpdatedPayload) Reset ¶
func (x *UpdatedPayload) Reset()
func (*UpdatedPayload) Schema ¶ added in v0.0.10
func (*UpdatedPayload) Schema() map[string]interface{}
Schema ...
func (*UpdatedPayload) String ¶
func (x *UpdatedPayload) String() string
func (*UpdatedPayload) UnmarshalJSON ¶ added in v0.0.19
func (o *UpdatedPayload) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*UpdatedPayload) UnmarshalMap ¶ added in v0.0.19
func (o *UpdatedPayload) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.