update

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2022 License: MIT Imports: 8 Imported by: 17

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMessage = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type WorkflowUpdate

type WorkflowUpdate struct {
	// Headers that are passed with the update to the processing workflow.
	// These can include things like auth or tracing tokens.
	Header *v1.Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// The name of the update function to invoke on the target workflow.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The arguments to pass to the named update function.
	Args *v1.Payloads `protobuf:"bytes,3,opt,name=args,proto3" json:"args,omitempty"`
}

func (*WorkflowUpdate) Descriptor

func (*WorkflowUpdate) Descriptor() ([]byte, []int)

func (*WorkflowUpdate) Equal

func (this *WorkflowUpdate) Equal(that interface{}) bool

func (*WorkflowUpdate) GetArgs

func (m *WorkflowUpdate) GetArgs() *v1.Payloads

func (*WorkflowUpdate) GetHeader

func (m *WorkflowUpdate) GetHeader() *v1.Header

func (*WorkflowUpdate) GetName

func (m *WorkflowUpdate) GetName() string

func (*WorkflowUpdate) GoString

func (this *WorkflowUpdate) GoString() string

func (*WorkflowUpdate) Marshal

func (m *WorkflowUpdate) Marshal() (dAtA []byte, err error)

func (*WorkflowUpdate) MarshalTo

func (m *WorkflowUpdate) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowUpdate) MarshalToSizedBuffer

func (m *WorkflowUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowUpdate) ProtoMessage

func (*WorkflowUpdate) ProtoMessage()

func (*WorkflowUpdate) Reset

func (m *WorkflowUpdate) Reset()

func (*WorkflowUpdate) Size

func (m *WorkflowUpdate) Size() (n int)

func (*WorkflowUpdate) String

func (this *WorkflowUpdate) String() string

func (*WorkflowUpdate) Unmarshal

func (m *WorkflowUpdate) Unmarshal(dAtA []byte) error

func (*WorkflowUpdate) XXX_DiscardUnknown

func (m *WorkflowUpdate) XXX_DiscardUnknown()

func (*WorkflowUpdate) XXX_Marshal

func (m *WorkflowUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowUpdate) XXX_Merge

func (m *WorkflowUpdate) XXX_Merge(src proto.Message)

func (*WorkflowUpdate) XXX_Size

func (m *WorkflowUpdate) XXX_Size() int

func (*WorkflowUpdate) XXX_Unmarshal

func (m *WorkflowUpdate) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL