Versions in this module Expand all Collapse all v3 v3.0.1 Feb 23, 2021 Changes in this version + var ErrIntOverflowEvent = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthEvent = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupEvent = fmt.Errorf("proto: unexpected end of group") + func RegisterEventServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterEventServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EventServiceClient) error + func RegisterEventServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterEventServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server EventServiceServer) error + func RegisterEventServiceServer(s *grpc.Server, srv EventServiceServer) + type EventRequest struct + Discriminator string + Namespace string + Payload *v1alpha1.Item + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EventRequest) Descriptor() ([]byte, []int) + func (*EventRequest) ProtoMessage() + func (m *EventRequest) GetDiscriminator() string + func (m *EventRequest) GetNamespace() string + func (m *EventRequest) GetPayload() *v1alpha1.Item + func (m *EventRequest) Marshal() (dAtA []byte, err error) + func (m *EventRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EventRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventRequest) Reset() + func (m *EventRequest) Size() (n int) + func (m *EventRequest) String() string + func (m *EventRequest) Unmarshal(dAtA []byte) error + func (m *EventRequest) XXX_DiscardUnknown() + func (m *EventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventRequest) XXX_Merge(src proto.Message) + func (m *EventRequest) XXX_Size() int + func (m *EventRequest) XXX_Unmarshal(b []byte) error + type EventResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EventResponse) Descriptor() ([]byte, []int) + func (*EventResponse) ProtoMessage() + func (m *EventResponse) Marshal() (dAtA []byte, err error) + func (m *EventResponse) MarshalTo(dAtA []byte) (int, error) + func (m *EventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventResponse) Reset() + func (m *EventResponse) Size() (n int) + func (m *EventResponse) String() string + func (m *EventResponse) Unmarshal(dAtA []byte) error + func (m *EventResponse) XXX_DiscardUnknown() + func (m *EventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventResponse) XXX_Merge(src proto.Message) + func (m *EventResponse) XXX_Size() int + func (m *EventResponse) XXX_Unmarshal(b []byte) error + type EventServiceClient interface + ListWorkflowEventBindings func(ctx context.Context, in *ListWorkflowEventBindingsRequest, ...) (*v1alpha1.WorkflowEventBindingList, error) + ReceiveEvent func(ctx context.Context, in *EventRequest, opts ...grpc.CallOption) (*EventResponse, error) + func NewEventServiceClient(cc *grpc.ClientConn) EventServiceClient + type EventServiceServer interface + ListWorkflowEventBindings func(context.Context, *ListWorkflowEventBindingsRequest) (*v1alpha1.WorkflowEventBindingList, error) + ReceiveEvent func(context.Context, *EventRequest) (*EventResponse, error) + type ListWorkflowEventBindingsRequest struct + ListOptions *v1.ListOptions + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListWorkflowEventBindingsRequest) Descriptor() ([]byte, []int) + func (*ListWorkflowEventBindingsRequest) ProtoMessage() + func (m *ListWorkflowEventBindingsRequest) GetListOptions() *v1.ListOptions + func (m *ListWorkflowEventBindingsRequest) GetNamespace() string + func (m *ListWorkflowEventBindingsRequest) Marshal() (dAtA []byte, err error) + func (m *ListWorkflowEventBindingsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListWorkflowEventBindingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListWorkflowEventBindingsRequest) Reset() + func (m *ListWorkflowEventBindingsRequest) Size() (n int) + func (m *ListWorkflowEventBindingsRequest) String() string + func (m *ListWorkflowEventBindingsRequest) Unmarshal(dAtA []byte) error + func (m *ListWorkflowEventBindingsRequest) XXX_DiscardUnknown() + func (m *ListWorkflowEventBindingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListWorkflowEventBindingsRequest) XXX_Merge(src proto.Message) + func (m *ListWorkflowEventBindingsRequest) XXX_Size() int + func (m *ListWorkflowEventBindingsRequest) XXX_Unmarshal(b []byte) error + type UnimplementedEventServiceServer struct + func (*UnimplementedEventServiceServer) ListWorkflowEventBindings(ctx context.Context, req *ListWorkflowEventBindingsRequest) (*v1alpha1.WorkflowEventBindingList, error) + func (*UnimplementedEventServiceServer) ReceiveEvent(ctx context.Context, req *EventRequest) (*EventResponse, error)