workflowpb

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_workflow_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Record

type Record struct {
	Id           int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RunId        string                 `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	WorkflowName string                 `protobuf:"bytes,3,opt,name=workflow_name,json=workflowName,proto3" json:"workflow_name,omitempty"`
	ForeignId    string                 `protobuf:"bytes,4,opt,name=foreign_id,json=foreignId,proto3" json:"foreign_id,omitempty"`
	IsStart      bool                   `protobuf:"varint,5,opt,name=is_start,json=isStart,proto3" json:"is_start,omitempty"`
	IsEnd        bool                   `protobuf:"varint,6,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"`
	Object       []byte                 `protobuf:"bytes,7,opt,name=object,proto3" json:"object,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Status       int32                  `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Record) Descriptor deprecated

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

Deprecated: Use Record.ProtoReflect.Descriptor instead.

func (*Record) GetCreatedAt

func (x *Record) GetCreatedAt() *timestamppb.Timestamp

func (*Record) GetForeignId

func (x *Record) GetForeignId() string

func (*Record) GetId

func (x *Record) GetId() int64

func (*Record) GetIsEnd

func (x *Record) GetIsEnd() bool

func (*Record) GetIsStart

func (x *Record) GetIsStart() bool

func (*Record) GetObject

func (x *Record) GetObject() []byte

func (*Record) GetRunId

func (x *Record) GetRunId() string

func (*Record) GetStatus

func (x *Record) GetStatus() int32

func (*Record) GetWorkflowName

func (x *Record) GetWorkflowName() string

func (*Record) ProtoMessage

func (*Record) ProtoMessage()

func (*Record) ProtoReflect

func (x *Record) ProtoReflect() protoreflect.Message

func (*Record) Reset

func (x *Record) Reset()

func (*Record) String

func (x *Record) String() string

Jump to

Keyboard shortcuts

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