Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterCommonServiceHTTPServer(s *http.Server, srv CommonServiceHTTPServer)
- func RegisterCommonServiceServer(s grpc.ServiceRegistrar, srv CommonServiceServer)
- func RegisterGreeterHTTPServer(s *http.Server, srv GreeterHTTPServer)
- func RegisterGreeterServer(s grpc.ServiceRegistrar, srv GreeterServer)
- func RegisterSkyflowV1ServiceHTTPServer(s *http.Server, srv SkyflowV1ServiceHTTPServer)
- func RegisterSkyflowV1ServiceServer(s grpc.ServiceRegistrar, srv SkyflowV1ServiceServer)
- type ActivityInfo
- func (*ActivityInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ActivityInfo) GetActivityUri() string
- func (x *ActivityInfo) GetCreateTime() int64
- func (x *ActivityInfo) GetDescription() string
- func (x *ActivityInfo) GetName() string
- func (x *ActivityInfo) GetUpdateTime() int64
- func (*ActivityInfo) ProtoMessage()
- func (x *ActivityInfo) ProtoReflect() protoreflect.Message
- func (x *ActivityInfo) Reset()
- func (x *ActivityInfo) String() string
- func (m *ActivityInfo) Validate() error
- func (m *ActivityInfo) ValidateAll() error
- type ActivityInfoMultiError
- type ActivityInfoValidationError
- func (e ActivityInfoValidationError) Cause() error
- func (e ActivityInfoValidationError) Error() string
- func (e ActivityInfoValidationError) ErrorName() string
- func (e ActivityInfoValidationError) Field() string
- func (e ActivityInfoValidationError) Key() bool
- func (e ActivityInfoValidationError) Reason() string
- type ActivityListItem
- func (*ActivityListItem) Descriptor() ([]byte, []int)deprecated
- func (x *ActivityListItem) GetActivityUri() string
- func (x *ActivityListItem) GetCreateTime() int64
- func (x *ActivityListItem) GetDescription() string
- func (x *ActivityListItem) GetName() string
- func (x *ActivityListItem) GetUpdateTime() int64
- func (*ActivityListItem) ProtoMessage()
- func (x *ActivityListItem) ProtoReflect() protoreflect.Message
- func (x *ActivityListItem) Reset()
- func (x *ActivityListItem) String() string
- func (m *ActivityListItem) Validate() error
- func (m *ActivityListItem) ValidateAll() error
- type ActivityListItemMultiError
- type ActivityListItemValidationError
- func (e ActivityListItemValidationError) Cause() error
- func (e ActivityListItemValidationError) Error() string
- func (e ActivityListItemValidationError) ErrorName() string
- func (e ActivityListItemValidationError) Field() string
- func (e ActivityListItemValidationError) Key() bool
- func (e ActivityListItemValidationError) Reason() string
- type CommonServiceClient
- type CommonServiceHTTPClient
- type CommonServiceHTTPClientImpl
- func (c *CommonServiceHTTPClientImpl) HTTP(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*HTTPResponseMessage, error)
- func (c *CommonServiceHTTPClientImpl) Paging(ctx context.Context, in *PageRequest, opts ...http.CallOption) (*PageResponse, error)
- func (c *CommonServiceHTTPClientImpl) Ping(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*PingResponse, error)
- type CommonServiceHTTPServer
- type CommonServiceServer
- type CreateActivityRequest
- func (*CreateActivityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateActivityRequest) GetDescription() string
- func (x *CreateActivityRequest) GetName() string
- func (x *CreateActivityRequest) GetNamespace() string
- func (x *CreateActivityRequest) GetParameters() string
- func (*CreateActivityRequest) ProtoMessage()
- func (x *CreateActivityRequest) ProtoReflect() protoreflect.Message
- func (x *CreateActivityRequest) Reset()
- func (x *CreateActivityRequest) String() string
- func (m *CreateActivityRequest) Validate() error
- func (m *CreateActivityRequest) ValidateAll() error
- type CreateActivityRequestMultiError
- type CreateActivityRequestValidationError
- func (e CreateActivityRequestValidationError) Cause() error
- func (e CreateActivityRequestValidationError) Error() string
- func (e CreateActivityRequestValidationError) ErrorName() string
- func (e CreateActivityRequestValidationError) Field() string
- func (e CreateActivityRequestValidationError) Key() bool
- func (e CreateActivityRequestValidationError) Reason() string
- type CreateActivityResponse
- func (*CreateActivityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateActivityResponse) GetActivityUri() string
- func (x *CreateActivityResponse) GetCreateTime() int64
- func (x *CreateActivityResponse) GetUpdateTime() int64
- func (*CreateActivityResponse) ProtoMessage()
- func (x *CreateActivityResponse) ProtoReflect() protoreflect.Message
- func (x *CreateActivityResponse) Reset()
- func (x *CreateActivityResponse) String() string
- func (m *CreateActivityResponse) Validate() error
- func (m *CreateActivityResponse) ValidateAll() error
- type CreateActivityResponseMultiError
- type CreateActivityResponseValidationError
- func (e CreateActivityResponseValidationError) Cause() error
- func (e CreateActivityResponseValidationError) Error() string
- func (e CreateActivityResponseValidationError) ErrorName() string
- func (e CreateActivityResponseValidationError) Field() string
- func (e CreateActivityResponseValidationError) Key() bool
- func (e CreateActivityResponseValidationError) Reason() string
- type CreateNamespaceRequest
- func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceRequest) GetDescription() string
- func (x *CreateNamespaceRequest) GetName() string
- func (*CreateNamespaceRequest) ProtoMessage()
- func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceRequest) Reset()
- func (x *CreateNamespaceRequest) String() string
- func (m *CreateNamespaceRequest) Validate() error
- func (m *CreateNamespaceRequest) ValidateAll() error
- type CreateNamespaceRequestMultiError
- type CreateNamespaceRequestValidationError
- func (e CreateNamespaceRequestValidationError) Cause() error
- func (e CreateNamespaceRequestValidationError) Error() string
- func (e CreateNamespaceRequestValidationError) ErrorName() string
- func (e CreateNamespaceRequestValidationError) Field() string
- func (e CreateNamespaceRequestValidationError) Key() bool
- func (e CreateNamespaceRequestValidationError) Reason() string
- type CreateNamespaceResponse
- func (*CreateNamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceResponse) GetCreateTime() int64
- func (x *CreateNamespaceResponse) GetDescription() string
- func (x *CreateNamespaceResponse) GetName() string
- func (x *CreateNamespaceResponse) GetUpdateTime() int64
- func (*CreateNamespaceResponse) ProtoMessage()
- func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceResponse) Reset()
- func (x *CreateNamespaceResponse) String() string
- func (m *CreateNamespaceResponse) Validate() error
- func (m *CreateNamespaceResponse) ValidateAll() error
- type CreateNamespaceResponseMultiError
- type CreateNamespaceResponseValidationError
- func (e CreateNamespaceResponseValidationError) Cause() error
- func (e CreateNamespaceResponseValidationError) Error() string
- func (e CreateNamespaceResponseValidationError) ErrorName() string
- func (e CreateNamespaceResponseValidationError) Field() string
- func (e CreateNamespaceResponseValidationError) Key() bool
- func (e CreateNamespaceResponseValidationError) Reason() string
- type CreateStateMachineRequest
- func (*CreateStateMachineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateStateMachineRequest) GetDefinition() string
- func (x *CreateStateMachineRequest) GetDescription() string
- func (x *CreateStateMachineRequest) GetName() string
- func (x *CreateStateMachineRequest) GetNamespace() string
- func (*CreateStateMachineRequest) ProtoMessage()
- func (x *CreateStateMachineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateStateMachineRequest) Reset()
- func (x *CreateStateMachineRequest) String() string
- func (m *CreateStateMachineRequest) Validate() error
- func (m *CreateStateMachineRequest) ValidateAll() error
- type CreateStateMachineRequestMultiError
- type CreateStateMachineRequestValidationError
- func (e CreateStateMachineRequestValidationError) Cause() error
- func (e CreateStateMachineRequestValidationError) Error() string
- func (e CreateStateMachineRequestValidationError) ErrorName() string
- func (e CreateStateMachineRequestValidationError) Field() string
- func (e CreateStateMachineRequestValidationError) Key() bool
- func (e CreateStateMachineRequestValidationError) Reason() string
- type CreateStateMachineResponse
- func (*CreateStateMachineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateStateMachineResponse) GetData() *StateMachineInfo
- func (*CreateStateMachineResponse) ProtoMessage()
- func (x *CreateStateMachineResponse) ProtoReflect() protoreflect.Message
- func (x *CreateStateMachineResponse) Reset()
- func (x *CreateStateMachineResponse) String() string
- func (m *CreateStateMachineResponse) Validate() error
- func (m *CreateStateMachineResponse) ValidateAll() error
- type CreateStateMachineResponseMultiError
- type CreateStateMachineResponseValidationError
- func (e CreateStateMachineResponseValidationError) Cause() error
- func (e CreateStateMachineResponseValidationError) Error() string
- func (e CreateStateMachineResponseValidationError) ErrorName() string
- func (e CreateStateMachineResponseValidationError) Field() string
- func (e CreateStateMachineResponseValidationError) Key() bool
- func (e CreateStateMachineResponseValidationError) Reason() string
- type DeleteActivityRequest
- func (*DeleteActivityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteActivityRequest) GetActivityUri() string
- func (*DeleteActivityRequest) ProtoMessage()
- func (x *DeleteActivityRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteActivityRequest) Reset()
- func (x *DeleteActivityRequest) String() string
- func (m *DeleteActivityRequest) Validate() error
- func (m *DeleteActivityRequest) ValidateAll() error
- type DeleteActivityRequestMultiError
- type DeleteActivityRequestValidationError
- func (e DeleteActivityRequestValidationError) Cause() error
- func (e DeleteActivityRequestValidationError) Error() string
- func (e DeleteActivityRequestValidationError) ErrorName() string
- func (e DeleteActivityRequestValidationError) Field() string
- func (e DeleteActivityRequestValidationError) Key() bool
- func (e DeleteActivityRequestValidationError) Reason() string
- type DeleteActivityResponse
- func (*DeleteActivityResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteActivityResponse) ProtoMessage()
- func (x *DeleteActivityResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteActivityResponse) Reset()
- func (x *DeleteActivityResponse) String() string
- func (m *DeleteActivityResponse) Validate() error
- func (m *DeleteActivityResponse) ValidateAll() error
- type DeleteActivityResponseMultiError
- type DeleteActivityResponseValidationError
- func (e DeleteActivityResponseValidationError) Cause() error
- func (e DeleteActivityResponseValidationError) Error() string
- func (e DeleteActivityResponseValidationError) ErrorName() string
- func (e DeleteActivityResponseValidationError) Field() string
- func (e DeleteActivityResponseValidationError) Key() bool
- func (e DeleteActivityResponseValidationError) Reason() string
- type DeleteNamespaceRequest
- func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNamespaceRequest) GetName() string
- func (*DeleteNamespaceRequest) ProtoMessage()
- func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNamespaceRequest) Reset()
- func (x *DeleteNamespaceRequest) String() string
- func (m *DeleteNamespaceRequest) Validate() error
- func (m *DeleteNamespaceRequest) ValidateAll() error
- type DeleteNamespaceRequestMultiError
- type DeleteNamespaceRequestValidationError
- func (e DeleteNamespaceRequestValidationError) Cause() error
- func (e DeleteNamespaceRequestValidationError) Error() string
- func (e DeleteNamespaceRequestValidationError) ErrorName() string
- func (e DeleteNamespaceRequestValidationError) Field() string
- func (e DeleteNamespaceRequestValidationError) Key() bool
- func (e DeleteNamespaceRequestValidationError) Reason() string
- type DeleteStateMachineRequest
- func (*DeleteStateMachineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteStateMachineRequest) GetStatemachineUri() string
- func (*DeleteStateMachineRequest) ProtoMessage()
- func (x *DeleteStateMachineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteStateMachineRequest) Reset()
- func (x *DeleteStateMachineRequest) String() string
- func (m *DeleteStateMachineRequest) Validate() error
- func (m *DeleteStateMachineRequest) ValidateAll() error
- type DeleteStateMachineRequestMultiError
- type DeleteStateMachineRequestValidationError
- func (e DeleteStateMachineRequestValidationError) Cause() error
- func (e DeleteStateMachineRequestValidationError) Error() string
- func (e DeleteStateMachineRequestValidationError) ErrorName() string
- func (e DeleteStateMachineRequestValidationError) Field() string
- func (e DeleteStateMachineRequestValidationError) Key() bool
- func (e DeleteStateMachineRequestValidationError) Reason() string
- type DeleteStateMachineResponse
- func (*DeleteStateMachineResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteStateMachineResponse) ProtoMessage()
- func (x *DeleteStateMachineResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteStateMachineResponse) Reset()
- func (x *DeleteStateMachineResponse) String() string
- func (m *DeleteStateMachineResponse) Validate() error
- func (m *DeleteStateMachineResponse) ValidateAll() error
- type DeleteStateMachineResponseMultiError
- type DeleteStateMachineResponseValidationError
- func (e DeleteStateMachineResponseValidationError) Cause() error
- func (e DeleteStateMachineResponseValidationError) Error() string
- func (e DeleteStateMachineResponseValidationError) ErrorName() string
- func (e DeleteStateMachineResponseValidationError) Field() string
- func (e DeleteStateMachineResponseValidationError) Key() bool
- func (e DeleteStateMachineResponseValidationError) Reason() string
- type DescribeActivityRequest
- func (*DescribeActivityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeActivityRequest) GetActivityUri() string
- func (*DescribeActivityRequest) ProtoMessage()
- func (x *DescribeActivityRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeActivityRequest) Reset()
- func (x *DescribeActivityRequest) String() string
- func (m *DescribeActivityRequest) Validate() error
- func (m *DescribeActivityRequest) ValidateAll() error
- type DescribeActivityRequestMultiError
- type DescribeActivityRequestValidationError
- func (e DescribeActivityRequestValidationError) Cause() error
- func (e DescribeActivityRequestValidationError) Error() string
- func (e DescribeActivityRequestValidationError) ErrorName() string
- func (e DescribeActivityRequestValidationError) Field() string
- func (e DescribeActivityRequestValidationError) Key() bool
- func (e DescribeActivityRequestValidationError) Reason() string
- type DescribeActivityResponse
- func (*DescribeActivityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeActivityResponse) GetActivityUri() string
- func (x *DescribeActivityResponse) GetCreateTime() int64
- func (x *DescribeActivityResponse) GetDescription() string
- func (x *DescribeActivityResponse) GetName() string
- func (x *DescribeActivityResponse) GetUpdateTime() int64
- func (*DescribeActivityResponse) ProtoMessage()
- func (x *DescribeActivityResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeActivityResponse) Reset()
- func (x *DescribeActivityResponse) String() string
- func (m *DescribeActivityResponse) Validate() error
- func (m *DescribeActivityResponse) ValidateAll() error
- type DescribeActivityResponseMultiError
- type DescribeActivityResponseValidationError
- func (e DescribeActivityResponseValidationError) Cause() error
- func (e DescribeActivityResponseValidationError) Error() string
- func (e DescribeActivityResponseValidationError) ErrorName() string
- func (e DescribeActivityResponseValidationError) Field() string
- func (e DescribeActivityResponseValidationError) Key() bool
- func (e DescribeActivityResponseValidationError) Reason() string
- type DescribeExecutionBoneRequest
- func (*DescribeExecutionBoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeExecutionBoneRequest) GetExecutionUuid() string
- func (*DescribeExecutionBoneRequest) ProtoMessage()
- func (x *DescribeExecutionBoneRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeExecutionBoneRequest) Reset()
- func (x *DescribeExecutionBoneRequest) String() string
- func (m *DescribeExecutionBoneRequest) Validate() error
- func (m *DescribeExecutionBoneRequest) ValidateAll() error
- type DescribeExecutionBoneRequestMultiError
- type DescribeExecutionBoneRequestValidationError
- func (e DescribeExecutionBoneRequestValidationError) Cause() error
- func (e DescribeExecutionBoneRequestValidationError) Error() string
- func (e DescribeExecutionBoneRequestValidationError) ErrorName() string
- func (e DescribeExecutionBoneRequestValidationError) Field() string
- func (e DescribeExecutionBoneRequestValidationError) Key() bool
- func (e DescribeExecutionBoneRequestValidationError) Reason() string
- type DescribeExecutionBoneResponse
- func (*DescribeExecutionBoneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeExecutionBoneResponse) GetBone() string
- func (*DescribeExecutionBoneResponse) ProtoMessage()
- func (x *DescribeExecutionBoneResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeExecutionBoneResponse) Reset()
- func (x *DescribeExecutionBoneResponse) String() string
- func (m *DescribeExecutionBoneResponse) Validate() error
- func (m *DescribeExecutionBoneResponse) ValidateAll() error
- type DescribeExecutionBoneResponseMultiError
- type DescribeExecutionBoneResponseValidationError
- func (e DescribeExecutionBoneResponseValidationError) Cause() error
- func (e DescribeExecutionBoneResponseValidationError) Error() string
- func (e DescribeExecutionBoneResponseValidationError) ErrorName() string
- func (e DescribeExecutionBoneResponseValidationError) Field() string
- func (e DescribeExecutionBoneResponseValidationError) Key() bool
- func (e DescribeExecutionBoneResponseValidationError) Reason() string
- type DescribeExecutionRequest
- func (*DescribeExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeExecutionRequest) GetExecutionUuid() string
- func (*DescribeExecutionRequest) ProtoMessage()
- func (x *DescribeExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeExecutionRequest) Reset()
- func (x *DescribeExecutionRequest) String() string
- func (m *DescribeExecutionRequest) Validate() error
- func (m *DescribeExecutionRequest) ValidateAll() error
- type DescribeExecutionRequestMultiError
- type DescribeExecutionRequestValidationError
- func (e DescribeExecutionRequestValidationError) Cause() error
- func (e DescribeExecutionRequestValidationError) Error() string
- func (e DescribeExecutionRequestValidationError) ErrorName() string
- func (e DescribeExecutionRequestValidationError) Field() string
- func (e DescribeExecutionRequestValidationError) Key() bool
- func (e DescribeExecutionRequestValidationError) Reason() string
- type DescribeExecutionResponse
- func (*DescribeExecutionResponse) Descriptor() ([]byte, []int)deprecated
- func (*DescribeExecutionResponse) ProtoMessage()
- func (x *DescribeExecutionResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeExecutionResponse) Reset()
- func (x *DescribeExecutionResponse) String() string
- func (m *DescribeExecutionResponse) Validate() error
- func (m *DescribeExecutionResponse) ValidateAll() error
- type DescribeExecutionResponseMultiError
- type DescribeExecutionResponseValidationError
- func (e DescribeExecutionResponseValidationError) Cause() error
- func (e DescribeExecutionResponseValidationError) Error() string
- func (e DescribeExecutionResponseValidationError) ErrorName() string
- func (e DescribeExecutionResponseValidationError) Field() string
- func (e DescribeExecutionResponseValidationError) Key() bool
- func (e DescribeExecutionResponseValidationError) Reason() string
- type DescribeNamespaceRequest
- func (*DescribeNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeNamespaceRequest) GetName() string
- func (*DescribeNamespaceRequest) ProtoMessage()
- func (x *DescribeNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeNamespaceRequest) Reset()
- func (x *DescribeNamespaceRequest) String() string
- func (m *DescribeNamespaceRequest) Validate() error
- func (m *DescribeNamespaceRequest) ValidateAll() error
- type DescribeNamespaceRequestMultiError
- type DescribeNamespaceRequestValidationError
- func (e DescribeNamespaceRequestValidationError) Cause() error
- func (e DescribeNamespaceRequestValidationError) Error() string
- func (e DescribeNamespaceRequestValidationError) ErrorName() string
- func (e DescribeNamespaceRequestValidationError) Field() string
- func (e DescribeNamespaceRequestValidationError) Key() bool
- func (e DescribeNamespaceRequestValidationError) Reason() string
- type DescribeNamespaceResponse
- func (*DescribeNamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeNamespaceResponse) GetCreateTime() int64
- func (x *DescribeNamespaceResponse) GetDescription() string
- func (x *DescribeNamespaceResponse) GetName() string
- func (x *DescribeNamespaceResponse) GetUpdateTime() int64
- func (*DescribeNamespaceResponse) ProtoMessage()
- func (x *DescribeNamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeNamespaceResponse) Reset()
- func (x *DescribeNamespaceResponse) String() string
- func (m *DescribeNamespaceResponse) Validate() error
- func (m *DescribeNamespaceResponse) ValidateAll() error
- type DescribeNamespaceResponseMultiError
- type DescribeNamespaceResponseValidationError
- func (e DescribeNamespaceResponseValidationError) Cause() error
- func (e DescribeNamespaceResponseValidationError) Error() string
- func (e DescribeNamespaceResponseValidationError) ErrorName() string
- func (e DescribeNamespaceResponseValidationError) Field() string
- func (e DescribeNamespaceResponseValidationError) Key() bool
- func (e DescribeNamespaceResponseValidationError) Reason() string
- type DescribeStateMachineRequest
- func (*DescribeStateMachineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeStateMachineRequest) GetStatemachineUri() string
- func (*DescribeStateMachineRequest) ProtoMessage()
- func (x *DescribeStateMachineRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeStateMachineRequest) Reset()
- func (x *DescribeStateMachineRequest) String() string
- func (m *DescribeStateMachineRequest) Validate() error
- func (m *DescribeStateMachineRequest) ValidateAll() error
- type DescribeStateMachineRequestMultiError
- type DescribeStateMachineRequestValidationError
- func (e DescribeStateMachineRequestValidationError) Cause() error
- func (e DescribeStateMachineRequestValidationError) Error() string
- func (e DescribeStateMachineRequestValidationError) ErrorName() string
- func (e DescribeStateMachineRequestValidationError) Field() string
- func (e DescribeStateMachineRequestValidationError) Key() bool
- func (e DescribeStateMachineRequestValidationError) Reason() string
- type DescribeStateMachineResponse
- func (*DescribeStateMachineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeStateMachineResponse) GetData() *StateMachineInfo
- func (*DescribeStateMachineResponse) ProtoMessage()
- func (x *DescribeStateMachineResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeStateMachineResponse) Reset()
- func (x *DescribeStateMachineResponse) String() string
- func (m *DescribeStateMachineResponse) Validate() error
- func (m *DescribeStateMachineResponse) ValidateAll() error
- type DescribeStateMachineResponseMultiError
- type DescribeStateMachineResponseValidationError
- func (e DescribeStateMachineResponseValidationError) Cause() error
- func (e DescribeStateMachineResponseValidationError) Error() string
- func (e DescribeStateMachineResponseValidationError) ErrorName() string
- func (e DescribeStateMachineResponseValidationError) Field() string
- func (e DescribeStateMachineResponseValidationError) Key() bool
- func (e DescribeStateMachineResponseValidationError) Reason() string
- type DescribeStepRequest
- func (*DescribeStepRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeStepRequest) GetStepId() int64
- func (*DescribeStepRequest) ProtoMessage()
- func (x *DescribeStepRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeStepRequest) Reset()
- func (x *DescribeStepRequest) String() string
- func (m *DescribeStepRequest) Validate() error
- func (m *DescribeStepRequest) ValidateAll() error
- type DescribeStepRequestMultiError
- type DescribeStepRequestValidationError
- func (e DescribeStepRequestValidationError) Cause() error
- func (e DescribeStepRequestValidationError) Error() string
- func (e DescribeStepRequestValidationError) ErrorName() string
- func (e DescribeStepRequestValidationError) Field() string
- func (e DescribeStepRequestValidationError) Key() bool
- func (e DescribeStepRequestValidationError) Reason() string
- type DescribeStepResponse
- func (*DescribeStepResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeStepResponse) GetData() *StepInfo
- func (x *DescribeStepResponse) GetExecutionUuid() string
- func (*DescribeStepResponse) ProtoMessage()
- func (x *DescribeStepResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeStepResponse) Reset()
- func (x *DescribeStepResponse) String() string
- func (m *DescribeStepResponse) Validate() error
- func (m *DescribeStepResponse) ValidateAll() error
- type DescribeStepResponseMultiError
- type DescribeStepResponseValidationError
- func (e DescribeStepResponseValidationError) Cause() error
- func (e DescribeStepResponseValidationError) Error() string
- func (e DescribeStepResponseValidationError) ErrorName() string
- func (e DescribeStepResponseValidationError) Field() string
- func (e DescribeStepResponseValidationError) Key() bool
- func (e DescribeStepResponseValidationError) Reason() string
- type ErrorCode
- type ErrorReason
- func (ErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x ErrorReason) Enum() *ErrorReason
- func (ErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x ErrorReason) Number() protoreflect.EnumNumber
- func (x ErrorReason) String() string
- func (ErrorReason) Type() protoreflect.EnumType
- type ExecutionEventInfo
- func (*ExecutionEventInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionEventInfo) GetCreateTime() string
- func (x *ExecutionEventInfo) GetData() string
- func (x *ExecutionEventInfo) GetEventType() string
- func (x *ExecutionEventInfo) GetFinishTime() string
- func (x *ExecutionEventInfo) GetStartTime() string
- func (x *ExecutionEventInfo) GetStepId() int64
- func (x *ExecutionEventInfo) GetStepName() string
- func (*ExecutionEventInfo) ProtoMessage()
- func (x *ExecutionEventInfo) ProtoReflect() protoreflect.Message
- func (x *ExecutionEventInfo) Reset()
- func (x *ExecutionEventInfo) String() string
- func (m *ExecutionEventInfo) Validate() error
- func (m *ExecutionEventInfo) ValidateAll() error
- type ExecutionEventInfoMultiError
- type ExecutionEventInfoValidationError
- func (e ExecutionEventInfoValidationError) Cause() error
- func (e ExecutionEventInfoValidationError) Error() string
- func (e ExecutionEventInfoValidationError) ErrorName() string
- func (e ExecutionEventInfoValidationError) Field() string
- func (e ExecutionEventInfoValidationError) Key() bool
- func (e ExecutionEventInfoValidationError) Reason() string
- type ExecutionListItem
- func (*ExecutionListItem) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionListItem) GetCreateTime() int64
- func (x *ExecutionListItem) GetDefinition() string
- func (x *ExecutionListItem) GetExecutionUuid() string
- func (x *ExecutionListItem) GetFinishTime() int64
- func (x *ExecutionListItem) GetStartTime() int64
- func (x *ExecutionListItem) GetStatus() string
- func (x *ExecutionListItem) GetTitle() string
- func (*ExecutionListItem) ProtoMessage()
- func (x *ExecutionListItem) ProtoReflect() protoreflect.Message
- func (x *ExecutionListItem) Reset()
- func (x *ExecutionListItem) String() string
- func (m *ExecutionListItem) Validate() error
- func (m *ExecutionListItem) ValidateAll() error
- type ExecutionListItemMultiError
- type ExecutionListItemValidationError
- func (e ExecutionListItemValidationError) Cause() error
- func (e ExecutionListItemValidationError) Error() string
- func (e ExecutionListItemValidationError) ErrorName() string
- func (e ExecutionListItemValidationError) Field() string
- func (e ExecutionListItemValidationError) Key() bool
- func (e ExecutionListItemValidationError) Reason() string
- type GetActivityTaskRequest
- func (*GetActivityTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetActivityTaskRequest) GetActivityUri() string
- func (x *GetActivityTaskRequest) GetTimeoutSeconds() int32
- func (*GetActivityTaskRequest) ProtoMessage()
- func (x *GetActivityTaskRequest) ProtoReflect() protoreflect.Message
- func (x *GetActivityTaskRequest) Reset()
- func (x *GetActivityTaskRequest) String() string
- func (m *GetActivityTaskRequest) Validate() error
- func (m *GetActivityTaskRequest) ValidateAll() error
- type GetActivityTaskRequestMultiError
- type GetActivityTaskRequestValidationError
- func (e GetActivityTaskRequestValidationError) Cause() error
- func (e GetActivityTaskRequestValidationError) Error() string
- func (e GetActivityTaskRequestValidationError) ErrorName() string
- func (e GetActivityTaskRequestValidationError) Field() string
- func (e GetActivityTaskRequestValidationError) Key() bool
- func (e GetActivityTaskRequestValidationError) Reason() string
- type GetActivityTaskResponse
- func (*GetActivityTaskResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetActivityTaskResponse) GetActivityUri() string
- func (x *GetActivityTaskResponse) GetExtraInfo() *GetActivityTaskResponse_ExtraInfo
- func (x *GetActivityTaskResponse) GetHeartbeatSeconds() int64
- func (x *GetActivityTaskResponse) GetHeartbeatTimeoutSecond() int64
- func (x *GetActivityTaskResponse) GetInput() string
- func (x *GetActivityTaskResponse) GetTaskToken() string
- func (x *GetActivityTaskResponse) GetTimeoutSecond() int64
- func (x *GetActivityTaskResponse) GetTimeoutSeconds() int64
- func (*GetActivityTaskResponse) ProtoMessage()
- func (x *GetActivityTaskResponse) ProtoReflect() protoreflect.Message
- func (x *GetActivityTaskResponse) Reset()
- func (x *GetActivityTaskResponse) String() string
- func (m *GetActivityTaskResponse) Validate() error
- func (m *GetActivityTaskResponse) ValidateAll() error
- type GetActivityTaskResponseMultiError
- type GetActivityTaskResponseValidationError
- func (e GetActivityTaskResponseValidationError) Cause() error
- func (e GetActivityTaskResponseValidationError) Error() string
- func (e GetActivityTaskResponseValidationError) ErrorName() string
- func (e GetActivityTaskResponseValidationError) Field() string
- func (e GetActivityTaskResponseValidationError) Key() bool
- func (e GetActivityTaskResponseValidationError) Reason() string
- type GetActivityTaskResponse_ExtraInfo
- func (*GetActivityTaskResponse_ExtraInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GetActivityTaskResponse_ExtraInfo) GetExecutionUuid() string
- func (x *GetActivityTaskResponse_ExtraInfo) GetStepId() int64
- func (*GetActivityTaskResponse_ExtraInfo) ProtoMessage()
- func (x *GetActivityTaskResponse_ExtraInfo) ProtoReflect() protoreflect.Message
- func (x *GetActivityTaskResponse_ExtraInfo) Reset()
- func (x *GetActivityTaskResponse_ExtraInfo) String() string
- func (m *GetActivityTaskResponse_ExtraInfo) Validate() error
- func (m *GetActivityTaskResponse_ExtraInfo) ValidateAll() error
- type GetActivityTaskResponse_ExtraInfoMultiError
- type GetActivityTaskResponse_ExtraInfoValidationError
- func (e GetActivityTaskResponse_ExtraInfoValidationError) Cause() error
- func (e GetActivityTaskResponse_ExtraInfoValidationError) Error() string
- func (e GetActivityTaskResponse_ExtraInfoValidationError) ErrorName() string
- func (e GetActivityTaskResponse_ExtraInfoValidationError) Field() string
- func (e GetActivityTaskResponse_ExtraInfoValidationError) Key() bool
- func (e GetActivityTaskResponse_ExtraInfoValidationError) Reason() string
- type GreeterClient
- type GreeterHTTPClient
- type GreeterHTTPClientImpl
- type GreeterHTTPServer
- type GreeterServer
- type HTTPResponseMessage
- func (*HTTPResponseMessage) Descriptor() ([]byte, []int)deprecated
- func (x *HTTPResponseMessage) GetMessage() string
- func (x *HTTPResponseMessage) GetRetcode() int32
- func (*HTTPResponseMessage) ProtoMessage()
- func (x *HTTPResponseMessage) ProtoReflect() protoreflect.Message
- func (x *HTTPResponseMessage) Reset()
- func (x *HTTPResponseMessage) String() string
- func (m *HTTPResponseMessage) Validate() error
- func (m *HTTPResponseMessage) ValidateAll() error
- type HTTPResponseMessageMultiError
- type HTTPResponseMessageValidationError
- func (e HTTPResponseMessageValidationError) Cause() error
- func (e HTTPResponseMessageValidationError) Error() string
- func (e HTTPResponseMessageValidationError) ErrorName() string
- func (e HTTPResponseMessageValidationError) Field() string
- func (e HTTPResponseMessageValidationError) Key() bool
- func (e HTTPResponseMessageValidationError) Reason() string
- type HelloReply
- func (*HelloReply) Descriptor() ([]byte, []int)deprecated
- func (x *HelloReply) GetMessage() string
- func (*HelloReply) ProtoMessage()
- func (x *HelloReply) ProtoReflect() protoreflect.Message
- func (x *HelloReply) Reset()
- func (x *HelloReply) String() string
- func (m *HelloReply) Validate() error
- func (m *HelloReply) ValidateAll() error
- type HelloReplyMultiError
- type HelloReplyValidationError
- type HelloRequest
- func (*HelloRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HelloRequest) GetName() string
- func (*HelloRequest) ProtoMessage()
- func (x *HelloRequest) ProtoReflect() protoreflect.Message
- func (x *HelloRequest) Reset()
- func (x *HelloRequest) String() string
- func (m *HelloRequest) Validate() error
- func (m *HelloRequest) ValidateAll() error
- type HelloRequestMultiError
- type HelloRequestValidationError
- func (e HelloRequestValidationError) Cause() error
- func (e HelloRequestValidationError) Error() string
- func (e HelloRequestValidationError) ErrorName() string
- func (e HelloRequestValidationError) Field() string
- func (e HelloRequestValidationError) Key() bool
- func (e HelloRequestValidationError) Reason() string
- type ListActivitiesRequest
- func (*ListActivitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListActivitiesRequest) GetNamespace() string
- func (x *ListActivitiesRequest) GetPageRequest() *PageRequest
- func (*ListActivitiesRequest) ProtoMessage()
- func (x *ListActivitiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListActivitiesRequest) Reset()
- func (x *ListActivitiesRequest) String() string
- func (m *ListActivitiesRequest) Validate() error
- func (m *ListActivitiesRequest) ValidateAll() error
- type ListActivitiesRequestMultiError
- type ListActivitiesRequestValidationError
- func (e ListActivitiesRequestValidationError) Cause() error
- func (e ListActivitiesRequestValidationError) Error() string
- func (e ListActivitiesRequestValidationError) ErrorName() string
- func (e ListActivitiesRequestValidationError) Field() string
- func (e ListActivitiesRequestValidationError) Key() bool
- func (e ListActivitiesRequestValidationError) Reason() string
- type ListActivitiesResponse
- func (*ListActivitiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListActivitiesResponse) GetActivities() []*ActivityListItem
- func (x *ListActivitiesResponse) GetPageResponse() *PageResponse
- func (*ListActivitiesResponse) ProtoMessage()
- func (x *ListActivitiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListActivitiesResponse) Reset()
- func (x *ListActivitiesResponse) String() string
- func (m *ListActivitiesResponse) Validate() error
- func (m *ListActivitiesResponse) ValidateAll() error
- type ListActivitiesResponseMultiError
- type ListActivitiesResponseValidationError
- func (e ListActivitiesResponseValidationError) Cause() error
- func (e ListActivitiesResponseValidationError) Error() string
- func (e ListActivitiesResponseValidationError) ErrorName() string
- func (e ListActivitiesResponseValidationError) Field() string
- func (e ListActivitiesResponseValidationError) Key() bool
- func (e ListActivitiesResponseValidationError) Reason() string
- type ListExecutionEventsRequest
- func (*ListExecutionEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionEventsRequest) GetExecutionUuid() string
- func (x *ListExecutionEventsRequest) GetPageRequest() *PageRequest
- func (*ListExecutionEventsRequest) ProtoMessage()
- func (x *ListExecutionEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExecutionEventsRequest) Reset()
- func (x *ListExecutionEventsRequest) String() string
- func (m *ListExecutionEventsRequest) Validate() error
- func (m *ListExecutionEventsRequest) ValidateAll() error
- type ListExecutionEventsRequestMultiError
- type ListExecutionEventsRequestValidationError
- func (e ListExecutionEventsRequestValidationError) Cause() error
- func (e ListExecutionEventsRequestValidationError) Error() string
- func (e ListExecutionEventsRequestValidationError) ErrorName() string
- func (e ListExecutionEventsRequestValidationError) Field() string
- func (e ListExecutionEventsRequestValidationError) Key() bool
- func (e ListExecutionEventsRequestValidationError) Reason() string
- type ListExecutionEventsResponse
- func (*ListExecutionEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionEventsResponse) GetData() []*ExecutionEventInfo
- func (x *ListExecutionEventsResponse) GetPageResponse() *PageResponse
- func (*ListExecutionEventsResponse) ProtoMessage()
- func (x *ListExecutionEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExecutionEventsResponse) Reset()
- func (x *ListExecutionEventsResponse) String() string
- func (m *ListExecutionEventsResponse) Validate() error
- func (m *ListExecutionEventsResponse) ValidateAll() error
- type ListExecutionEventsResponseMultiError
- type ListExecutionEventsResponseValidationError
- func (e ListExecutionEventsResponseValidationError) Cause() error
- func (e ListExecutionEventsResponseValidationError) Error() string
- func (e ListExecutionEventsResponseValidationError) ErrorName() string
- func (e ListExecutionEventsResponseValidationError) Field() string
- func (e ListExecutionEventsResponseValidationError) Key() bool
- func (e ListExecutionEventsResponseValidationError) Reason() string
- type ListExecutionsRequest
- func (*ListExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionsRequest) GetExecutionUuids() []string
- func (x *ListExecutionsRequest) GetPageRequest() *PageRequest
- func (x *ListExecutionsRequest) GetStatemachineUri() string
- func (x *ListExecutionsRequest) GetStatus() string
- func (x *ListExecutionsRequest) GetTitle() string
- func (*ListExecutionsRequest) ProtoMessage()
- func (x *ListExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExecutionsRequest) Reset()
- func (x *ListExecutionsRequest) String() string
- func (m *ListExecutionsRequest) Validate() error
- func (m *ListExecutionsRequest) ValidateAll() error
- type ListExecutionsRequestMultiError
- type ListExecutionsRequestValidationError
- func (e ListExecutionsRequestValidationError) Cause() error
- func (e ListExecutionsRequestValidationError) Error() string
- func (e ListExecutionsRequestValidationError) ErrorName() string
- func (e ListExecutionsRequestValidationError) Field() string
- func (e ListExecutionsRequestValidationError) Key() bool
- func (e ListExecutionsRequestValidationError) Reason() string
- type ListExecutionsResponse
- func (*ListExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionsResponse) GetExecutions() []*ExecutionListItem
- func (x *ListExecutionsResponse) GetPageResponse() *PageResponse
- func (*ListExecutionsResponse) ProtoMessage()
- func (x *ListExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExecutionsResponse) Reset()
- func (x *ListExecutionsResponse) String() string
- func (m *ListExecutionsResponse) Validate() error
- func (m *ListExecutionsResponse) ValidateAll() error
- type ListExecutionsResponseMultiError
- type ListExecutionsResponseValidationError
- func (e ListExecutionsResponseValidationError) Cause() error
- func (e ListExecutionsResponseValidationError) Error() string
- func (e ListExecutionsResponseValidationError) ErrorName() string
- func (e ListExecutionsResponseValidationError) Field() string
- func (e ListExecutionsResponseValidationError) Key() bool
- func (e ListExecutionsResponseValidationError) Reason() string
- type ListNamespacesRequest
- func (*ListNamespacesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesRequest) GetPageRequest() *PageRequest
- func (*ListNamespacesRequest) ProtoMessage()
- func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesRequest) Reset()
- func (x *ListNamespacesRequest) String() string
- func (m *ListNamespacesRequest) Validate() error
- func (m *ListNamespacesRequest) ValidateAll() error
- type ListNamespacesRequestMultiError
- type ListNamespacesRequestValidationError
- func (e ListNamespacesRequestValidationError) Cause() error
- func (e ListNamespacesRequestValidationError) Error() string
- func (e ListNamespacesRequestValidationError) ErrorName() string
- func (e ListNamespacesRequestValidationError) Field() string
- func (e ListNamespacesRequestValidationError) Key() bool
- func (e ListNamespacesRequestValidationError) Reason() string
- type ListNamespacesResponse
- func (*ListNamespacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesResponse) GetNamespaces() []*NamespaceListItem
- func (x *ListNamespacesResponse) GetPageResponse() *PageResponse
- func (*ListNamespacesResponse) ProtoMessage()
- func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesResponse) Reset()
- func (x *ListNamespacesResponse) String() string
- func (m *ListNamespacesResponse) Validate() error
- func (m *ListNamespacesResponse) ValidateAll() error
- type ListNamespacesResponseMultiError
- type ListNamespacesResponseValidationError
- func (e ListNamespacesResponseValidationError) Cause() error
- func (e ListNamespacesResponseValidationError) Error() string
- func (e ListNamespacesResponseValidationError) ErrorName() string
- func (e ListNamespacesResponseValidationError) Field() string
- func (e ListNamespacesResponseValidationError) Key() bool
- func (e ListNamespacesResponseValidationError) Reason() string
- type ListStateMachinesRequest
- func (*ListStateMachinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStateMachinesRequest) GetNamespace() string
- func (x *ListStateMachinesRequest) GetPageRequest() *PageRequest
- func (*ListStateMachinesRequest) ProtoMessage()
- func (x *ListStateMachinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListStateMachinesRequest) Reset()
- func (x *ListStateMachinesRequest) String() string
- func (m *ListStateMachinesRequest) Validate() error
- func (m *ListStateMachinesRequest) ValidateAll() error
- type ListStateMachinesRequestMultiError
- type ListStateMachinesRequestValidationError
- func (e ListStateMachinesRequestValidationError) Cause() error
- func (e ListStateMachinesRequestValidationError) Error() string
- func (e ListStateMachinesRequestValidationError) ErrorName() string
- func (e ListStateMachinesRequestValidationError) Field() string
- func (e ListStateMachinesRequestValidationError) Key() bool
- func (e ListStateMachinesRequestValidationError) Reason() string
- type ListStateMachinesResponse
- func (*ListStateMachinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStateMachinesResponse) GetPageResponse() *PageResponse
- func (x *ListStateMachinesResponse) GetStatemachines() []*StateMachineListItem
- func (*ListStateMachinesResponse) ProtoMessage()
- func (x *ListStateMachinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListStateMachinesResponse) Reset()
- func (x *ListStateMachinesResponse) String() string
- func (m *ListStateMachinesResponse) Validate() error
- func (m *ListStateMachinesResponse) ValidateAll() error
- type ListStateMachinesResponseMultiError
- type ListStateMachinesResponseValidationError
- func (e ListStateMachinesResponseValidationError) Cause() error
- func (e ListStateMachinesResponseValidationError) Error() string
- func (e ListStateMachinesResponseValidationError) ErrorName() string
- func (e ListStateMachinesResponseValidationError) Field() string
- func (e ListStateMachinesResponseValidationError) Key() bool
- func (e ListStateMachinesResponseValidationError) Reason() string
- type ListStepEventsRequest
- func (*ListStepEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStepEventsRequest) GetPageRequest() *PageRequest
- func (x *ListStepEventsRequest) GetStepId() int64
- func (*ListStepEventsRequest) ProtoMessage()
- func (x *ListStepEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListStepEventsRequest) Reset()
- func (x *ListStepEventsRequest) String() string
- func (m *ListStepEventsRequest) Validate() error
- func (m *ListStepEventsRequest) ValidateAll() error
- type ListStepEventsRequestMultiError
- type ListStepEventsRequestValidationError
- func (e ListStepEventsRequestValidationError) Cause() error
- func (e ListStepEventsRequestValidationError) Error() string
- func (e ListStepEventsRequestValidationError) ErrorName() string
- func (e ListStepEventsRequestValidationError) Field() string
- func (e ListStepEventsRequestValidationError) Key() bool
- func (e ListStepEventsRequestValidationError) Reason() string
- type LoadTaskDataRequest
- func (*LoadTaskDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoadTaskDataRequest) GetStepId() int64
- func (*LoadTaskDataRequest) ProtoMessage()
- func (x *LoadTaskDataRequest) ProtoReflect() protoreflect.Message
- func (x *LoadTaskDataRequest) Reset()
- func (x *LoadTaskDataRequest) String() string
- func (m *LoadTaskDataRequest) Validate() error
- func (m *LoadTaskDataRequest) ValidateAll() error
- type LoadTaskDataRequestMultiError
- type LoadTaskDataRequestValidationError
- func (e LoadTaskDataRequestValidationError) Cause() error
- func (e LoadTaskDataRequestValidationError) Error() string
- func (e LoadTaskDataRequestValidationError) ErrorName() string
- func (e LoadTaskDataRequestValidationError) Field() string
- func (e LoadTaskDataRequestValidationError) Key() bool
- func (e LoadTaskDataRequestValidationError) Reason() string
- type LoadTaskDataResponse
- func (*LoadTaskDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LoadTaskDataResponse) GetData() string
- func (*LoadTaskDataResponse) ProtoMessage()
- func (x *LoadTaskDataResponse) ProtoReflect() protoreflect.Message
- func (x *LoadTaskDataResponse) Reset()
- func (x *LoadTaskDataResponse) String() string
- func (m *LoadTaskDataResponse) Validate() error
- func (m *LoadTaskDataResponse) ValidateAll() error
- type LoadTaskDataResponseMultiError
- type LoadTaskDataResponseValidationError
- func (e LoadTaskDataResponseValidationError) Cause() error
- func (e LoadTaskDataResponseValidationError) Error() string
- func (e LoadTaskDataResponseValidationError) ErrorName() string
- func (e LoadTaskDataResponseValidationError) Field() string
- func (e LoadTaskDataResponseValidationError) Key() bool
- func (e LoadTaskDataResponseValidationError) Reason() string
- type NamespaceListItem
- func (*NamespaceListItem) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceListItem) GetCreateTime() int64
- func (x *NamespaceListItem) GetDescription() string
- func (x *NamespaceListItem) GetName() string
- func (x *NamespaceListItem) GetUpdateTime() int64
- func (*NamespaceListItem) ProtoMessage()
- func (x *NamespaceListItem) ProtoReflect() protoreflect.Message
- func (x *NamespaceListItem) Reset()
- func (x *NamespaceListItem) String() string
- func (m *NamespaceListItem) Validate() error
- func (m *NamespaceListItem) ValidateAll() error
- type NamespaceListItemMultiError
- type NamespaceListItemValidationError
- func (e NamespaceListItemValidationError) Cause() error
- func (e NamespaceListItemValidationError) Error() string
- func (e NamespaceListItemValidationError) ErrorName() string
- func (e NamespaceListItemValidationError) Field() string
- func (e NamespaceListItemValidationError) Key() bool
- func (e NamespaceListItemValidationError) Reason() string
- type PageRequest
- func (*PageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PageRequest) GetOrderBy() string
- func (x *PageRequest) GetPageNumber() int64
- func (x *PageRequest) GetPageSize() int64
- func (*PageRequest) ProtoMessage()
- func (x *PageRequest) ProtoReflect() protoreflect.Message
- func (x *PageRequest) Reset()
- func (x *PageRequest) String() string
- func (m *PageRequest) Validate() error
- func (m *PageRequest) ValidateAll() error
- type PageRequestMultiError
- type PageRequestValidationError
- func (e PageRequestValidationError) Cause() error
- func (e PageRequestValidationError) Error() string
- func (e PageRequestValidationError) ErrorName() string
- func (e PageRequestValidationError) Field() string
- func (e PageRequestValidationError) Key() bool
- func (e PageRequestValidationError) Reason() string
- type PageResponse
- func (*PageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PageResponse) GetCount() int64
- func (x *PageResponse) GetPageCount() int64
- func (x *PageResponse) GetPageNumber() int64
- func (x *PageResponse) GetPageSize() int64
- func (*PageResponse) ProtoMessage()
- func (x *PageResponse) ProtoReflect() protoreflect.Message
- func (x *PageResponse) Reset()
- func (x *PageResponse) String() string
- func (m *PageResponse) Validate() error
- func (m *PageResponse) ValidateAll() error
- type PageResponseMultiError
- type PageResponseValidationError
- func (e PageResponseValidationError) Cause() error
- func (e PageResponseValidationError) Error() string
- func (e PageResponseValidationError) ErrorName() string
- func (e PageResponseValidationError) Field() string
- func (e PageResponseValidationError) Key() bool
- func (e PageResponseValidationError) Reason() string
- type ParseStateMachineRequest
- func (*ParseStateMachineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ParseStateMachineRequest) GetDefinition() string
- func (*ParseStateMachineRequest) ProtoMessage()
- func (x *ParseStateMachineRequest) ProtoReflect() protoreflect.Message
- func (x *ParseStateMachineRequest) Reset()
- func (x *ParseStateMachineRequest) String() string
- func (m *ParseStateMachineRequest) Validate() error
- func (m *ParseStateMachineRequest) ValidateAll() error
- type ParseStateMachineRequestMultiError
- type ParseStateMachineRequestValidationError
- func (e ParseStateMachineRequestValidationError) Cause() error
- func (e ParseStateMachineRequestValidationError) Error() string
- func (e ParseStateMachineRequestValidationError) ErrorName() string
- func (e ParseStateMachineRequestValidationError) Field() string
- func (e ParseStateMachineRequestValidationError) Key() bool
- func (e ParseStateMachineRequestValidationError) Reason() string
- type ParseStateMachineResponse
- func (*ParseStateMachineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ParseStateMachineResponse) GetBone() string
- func (*ParseStateMachineResponse) ProtoMessage()
- func (x *ParseStateMachineResponse) ProtoReflect() protoreflect.Message
- func (x *ParseStateMachineResponse) Reset()
- func (x *ParseStateMachineResponse) String() string
- func (m *ParseStateMachineResponse) Validate() error
- func (m *ParseStateMachineResponse) ValidateAll() error
- type ParseStateMachineResponseMultiError
- type ParseStateMachineResponseValidationError
- func (e ParseStateMachineResponseValidationError) Cause() error
- func (e ParseStateMachineResponseValidationError) Error() string
- func (e ParseStateMachineResponseValidationError) ErrorName() string
- func (e ParseStateMachineResponseValidationError) Field() string
- func (e ParseStateMachineResponseValidationError) Key() bool
- func (e ParseStateMachineResponseValidationError) Reason() string
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PingResponse) GetMessage() string
- func (x *PingResponse) GetRetcode() int32
- func (*PingResponse) ProtoMessage()
- func (x *PingResponse) ProtoReflect() protoreflect.Message
- func (x *PingResponse) Reset()
- func (x *PingResponse) String() string
- func (m *PingResponse) Validate() error
- func (m *PingResponse) ValidateAll() error
- type PingResponseMultiError
- type PingResponseValidationError
- func (e PingResponseValidationError) Cause() error
- func (e PingResponseValidationError) Error() string
- func (e PingResponseValidationError) ErrorName() string
- func (e PingResponseValidationError) Field() string
- func (e PingResponseValidationError) Key() bool
- func (e PingResponseValidationError) Reason() string
- type SendTaskFailureRequest
- func (*SendTaskFailureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendTaskFailureRequest) GetCause() string
- func (x *SendTaskFailureRequest) GetError() string
- func (x *SendTaskFailureRequest) GetTaskToken() string
- func (*SendTaskFailureRequest) ProtoMessage()
- func (x *SendTaskFailureRequest) ProtoReflect() protoreflect.Message
- func (x *SendTaskFailureRequest) Reset()
- func (x *SendTaskFailureRequest) String() string
- func (m *SendTaskFailureRequest) Validate() error
- func (m *SendTaskFailureRequest) ValidateAll() error
- type SendTaskFailureRequestMultiError
- type SendTaskFailureRequestValidationError
- func (e SendTaskFailureRequestValidationError) Cause() error
- func (e SendTaskFailureRequestValidationError) Error() string
- func (e SendTaskFailureRequestValidationError) ErrorName() string
- func (e SendTaskFailureRequestValidationError) Field() string
- func (e SendTaskFailureRequestValidationError) Key() bool
- func (e SendTaskFailureRequestValidationError) Reason() string
- type SendTaskHeartbeatRequest
- func (*SendTaskHeartbeatRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendTaskHeartbeatRequest) GetMessage() string
- func (x *SendTaskHeartbeatRequest) GetTaskToken() string
- func (*SendTaskHeartbeatRequest) ProtoMessage()
- func (x *SendTaskHeartbeatRequest) ProtoReflect() protoreflect.Message
- func (x *SendTaskHeartbeatRequest) Reset()
- func (x *SendTaskHeartbeatRequest) String() string
- func (m *SendTaskHeartbeatRequest) Validate() error
- func (m *SendTaskHeartbeatRequest) ValidateAll() error
- type SendTaskHeartbeatRequestMultiError
- type SendTaskHeartbeatRequestValidationError
- func (e SendTaskHeartbeatRequestValidationError) Cause() error
- func (e SendTaskHeartbeatRequestValidationError) Error() string
- func (e SendTaskHeartbeatRequestValidationError) ErrorName() string
- func (e SendTaskHeartbeatRequestValidationError) Field() string
- func (e SendTaskHeartbeatRequestValidationError) Key() bool
- func (e SendTaskHeartbeatRequestValidationError) Reason() string
- type SendTaskReferenceRequest
- func (*SendTaskReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendTaskReferenceRequest) GetTaskToken() string
- func (x *SendTaskReferenceRequest) GetTitle() string
- func (x *SendTaskReferenceRequest) GetUrl() string
- func (*SendTaskReferenceRequest) ProtoMessage()
- func (x *SendTaskReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *SendTaskReferenceRequest) Reset()
- func (x *SendTaskReferenceRequest) String() string
- func (m *SendTaskReferenceRequest) Validate() error
- func (m *SendTaskReferenceRequest) ValidateAll() error
- type SendTaskReferenceRequestMultiError
- type SendTaskReferenceRequestValidationError
- func (e SendTaskReferenceRequestValidationError) Cause() error
- func (e SendTaskReferenceRequestValidationError) Error() string
- func (e SendTaskReferenceRequestValidationError) ErrorName() string
- func (e SendTaskReferenceRequestValidationError) Field() string
- func (e SendTaskReferenceRequestValidationError) Key() bool
- func (e SendTaskReferenceRequestValidationError) Reason() string
- type SendTaskSuccessRequest
- func (*SendTaskSuccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendTaskSuccessRequest) GetOutput() string
- func (x *SendTaskSuccessRequest) GetTaskToken() string
- func (*SendTaskSuccessRequest) ProtoMessage()
- func (x *SendTaskSuccessRequest) ProtoReflect() protoreflect.Message
- func (x *SendTaskSuccessRequest) Reset()
- func (x *SendTaskSuccessRequest) String() string
- func (m *SendTaskSuccessRequest) Validate() error
- func (m *SendTaskSuccessRequest) ValidateAll() error
- type SendTaskSuccessRequestMultiError
- type SendTaskSuccessRequestValidationError
- func (e SendTaskSuccessRequestValidationError) Cause() error
- func (e SendTaskSuccessRequestValidationError) Error() string
- func (e SendTaskSuccessRequestValidationError) ErrorName() string
- func (e SendTaskSuccessRequestValidationError) Field() string
- func (e SendTaskSuccessRequestValidationError) Key() bool
- func (e SendTaskSuccessRequestValidationError) Reason() string
- type SkipBlockedTaskRequest
- func (*SkipBlockedTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SkipBlockedTaskRequest) GetStepId() int64
- func (*SkipBlockedTaskRequest) ProtoMessage()
- func (x *SkipBlockedTaskRequest) ProtoReflect() protoreflect.Message
- func (x *SkipBlockedTaskRequest) Reset()
- func (x *SkipBlockedTaskRequest) String() string
- func (m *SkipBlockedTaskRequest) Validate() error
- func (m *SkipBlockedTaskRequest) ValidateAll() error
- type SkipBlockedTaskRequestMultiError
- type SkipBlockedTaskRequestValidationError
- func (e SkipBlockedTaskRequestValidationError) Cause() error
- func (e SkipBlockedTaskRequestValidationError) Error() string
- func (e SkipBlockedTaskRequestValidationError) ErrorName() string
- func (e SkipBlockedTaskRequestValidationError) Field() string
- func (e SkipBlockedTaskRequestValidationError) Key() bool
- func (e SkipBlockedTaskRequestValidationError) Reason() string
- type SkipFailedStepRequest
- func (*SkipFailedStepRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SkipFailedStepRequest) GetNextState() string
- func (x *SkipFailedStepRequest) GetOutput() string
- func (x *SkipFailedStepRequest) GetStepId() int64
- func (*SkipFailedStepRequest) ProtoMessage()
- func (x *SkipFailedStepRequest) ProtoReflect() protoreflect.Message
- func (x *SkipFailedStepRequest) Reset()
- func (x *SkipFailedStepRequest) String() string
- func (m *SkipFailedStepRequest) Validate() error
- func (m *SkipFailedStepRequest) ValidateAll() error
- type SkipFailedStepRequestMultiError
- type SkipFailedStepRequestValidationError
- func (e SkipFailedStepRequestValidationError) Cause() error
- func (e SkipFailedStepRequestValidationError) Error() string
- func (e SkipFailedStepRequestValidationError) ErrorName() string
- func (e SkipFailedStepRequestValidationError) Field() string
- func (e SkipFailedStepRequestValidationError) Key() bool
- func (e SkipFailedStepRequestValidationError) Reason() string
- type SkyflowV1ServiceClient
- type SkyflowV1ServiceHTTPClient
- type SkyflowV1ServiceHTTPClientImpl
- func (c *SkyflowV1ServiceHTTPClientImpl) CreateActivity(ctx context.Context, in *CreateActivityRequest, opts ...http.CallOption) (*CreateActivityResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...http.CallOption) (*CreateNamespaceResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateActivity(ctx context.Context, in *CreateActivityRequest, opts ...http.CallOption) (*CreateActivityResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...http.CallOption) (*CreateNamespaceResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateStateMachine(ctx context.Context, in *CreateStateMachineRequest, opts ...http.CallOption) (*CreateStateMachineResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) CreateStateMachine(ctx context.Context, in *CreateStateMachineRequest, opts ...http.CallOption) (*CreateStateMachineResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DeleteActivity(ctx context.Context, in *DeleteActivityRequest, opts ...http.CallOption) (*DeleteActivityResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DeleteStateMachine(ctx context.Context, in *DeleteStateMachineRequest, opts ...http.CallOption) (*DeleteStateMachineResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DescribeActivity(ctx context.Context, in *DescribeActivityRequest, opts ...http.CallOption) (*DescribeActivityResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DescribeExecution(ctx context.Context, in *DescribeExecutionRequest, opts ...http.CallOption) (*DescribeExecutionResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DescribeExecutionBone(ctx context.Context, in *DescribeExecutionBoneRequest, opts ...http.CallOption) (*DescribeExecutionBoneResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DescribeStateMachine(ctx context.Context, in *DescribeStateMachineRequest, opts ...http.CallOption) (*DescribeStateMachineResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) DescribeStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*DescribeStepResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) GetActivityTask(ctx context.Context, in *GetActivityTaskRequest, opts ...http.CallOption) (*GetActivityTaskResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ListActivities(ctx context.Context, in *ListActivitiesRequest, opts ...http.CallOption) (*ListActivitiesResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ListExecutionEvents(ctx context.Context, in *ListExecutionEventsRequest, opts ...http.CallOption) (*ListExecutionEventsResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ListExecutions(ctx context.Context, in *ListExecutionsRequest, opts ...http.CallOption) (*ListExecutionsResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...http.CallOption) (*ListNamespacesResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ListStateMachines(ctx context.Context, in *ListStateMachinesRequest, opts ...http.CallOption) (*ListStateMachinesResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ListStepEvents(ctx context.Context, in *ListStepEventsRequest, opts ...http.CallOption) (*ListExecutionEventsResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ParseStateMachine(ctx context.Context, in *ParseStateMachineRequest, opts ...http.CallOption) (*ParseStateMachineResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) RedoStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ResumeSuspendingStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) RetryFailedStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SendStepFailed(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskFailure(ctx context.Context, in *SendTaskFailureRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskHeartbeat(ctx context.Context, in *SendTaskHeartbeatRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskReference(ctx context.Context, in *SendTaskReferenceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskSuccess(ctx context.Context, in *SendTaskSuccessRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SkipBlockedTask(ctx context.Context, in *SkipBlockedTaskRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) SkipFailedStep(ctx context.Context, in *SkipFailedStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) StartExecution(ctx context.Context, in *StartExecutionRequest, opts ...http.CallOption) (*StartExecutionResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) StopExecution(ctx context.Context, in *StopExecutionRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) UnblockTask(ctx context.Context, in *UnblockTaskRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) UpdateStateMachine(ctx context.Context, in *UpdateStateMachineRequest, opts ...http.CallOption) (*UpdateStateMachineResponse, error)
- func (c *SkyflowV1ServiceHTTPClientImpl) ValidateStateMachineDefinition(ctx context.Context, in *ValidateStateMachineDefinitionRequest, ...) (*ValidateStateMachineDefinitionResponse, error)
- type SkyflowV1ServiceHTTPServer
- type SkyflowV1ServiceServer
- type StartExecutionRequest
- func (*StartExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartExecutionRequest) GetDefinition() string
- func (x *StartExecutionRequest) GetExecutionName() string
- func (x *StartExecutionRequest) GetInput() string
- func (x *StartExecutionRequest) GetStatemachineUri() string
- func (x *StartExecutionRequest) GetTitle() string
- func (*StartExecutionRequest) ProtoMessage()
- func (x *StartExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *StartExecutionRequest) Reset()
- func (x *StartExecutionRequest) String() string
- func (m *StartExecutionRequest) Validate() error
- func (m *StartExecutionRequest) ValidateAll() error
- type StartExecutionRequestMultiError
- type StartExecutionRequestValidationError
- func (e StartExecutionRequestValidationError) Cause() error
- func (e StartExecutionRequestValidationError) Error() string
- func (e StartExecutionRequestValidationError) ErrorName() string
- func (e StartExecutionRequestValidationError) Field() string
- func (e StartExecutionRequestValidationError) Key() bool
- func (e StartExecutionRequestValidationError) Reason() string
- type StartExecutionResponse
- func (*StartExecutionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartExecutionResponse) GetCreateTime() string
- func (x *StartExecutionResponse) GetExecutionUuid() string
- func (*StartExecutionResponse) ProtoMessage()
- func (x *StartExecutionResponse) ProtoReflect() protoreflect.Message
- func (x *StartExecutionResponse) Reset()
- func (x *StartExecutionResponse) String() string
- func (m *StartExecutionResponse) Validate() error
- func (m *StartExecutionResponse) ValidateAll() error
- type StartExecutionResponseMultiError
- type StartExecutionResponseValidationError
- func (e StartExecutionResponseValidationError) Cause() error
- func (e StartExecutionResponseValidationError) Error() string
- func (e StartExecutionResponseValidationError) ErrorName() string
- func (e StartExecutionResponseValidationError) Field() string
- func (e StartExecutionResponseValidationError) Key() bool
- func (e StartExecutionResponseValidationError) Reason() string
- type StateMachineInfo
- func (*StateMachineInfo) Descriptor() ([]byte, []int)deprecated
- func (x *StateMachineInfo) GetCreateTime() int64
- func (x *StateMachineInfo) GetDefinition() string
- func (x *StateMachineInfo) GetDescription() string
- func (x *StateMachineInfo) GetName() string
- func (x *StateMachineInfo) GetStatemachineUri() string
- func (x *StateMachineInfo) GetType() string
- func (x *StateMachineInfo) GetUpdateTime() int64
- func (*StateMachineInfo) ProtoMessage()
- func (x *StateMachineInfo) ProtoReflect() protoreflect.Message
- func (x *StateMachineInfo) Reset()
- func (x *StateMachineInfo) String() string
- func (m *StateMachineInfo) Validate() error
- func (m *StateMachineInfo) ValidateAll() error
- type StateMachineInfoMultiError
- type StateMachineInfoValidationError
- func (e StateMachineInfoValidationError) Cause() error
- func (e StateMachineInfoValidationError) Error() string
- func (e StateMachineInfoValidationError) ErrorName() string
- func (e StateMachineInfoValidationError) Field() string
- func (e StateMachineInfoValidationError) Key() bool
- func (e StateMachineInfoValidationError) Reason() string
- type StateMachineListItem
- func (*StateMachineListItem) Descriptor() ([]byte, []int)deprecated
- func (x *StateMachineListItem) GetCreateTime() int64
- func (x *StateMachineListItem) GetDescription() string
- func (x *StateMachineListItem) GetName() string
- func (x *StateMachineListItem) GetStatemachineUri() string
- func (x *StateMachineListItem) GetUpdateTime() int64
- func (*StateMachineListItem) ProtoMessage()
- func (x *StateMachineListItem) ProtoReflect() protoreflect.Message
- func (x *StateMachineListItem) Reset()
- func (x *StateMachineListItem) String() string
- func (m *StateMachineListItem) Validate() error
- func (m *StateMachineListItem) ValidateAll() error
- type StateMachineListItemMultiError
- type StateMachineListItemValidationError
- func (e StateMachineListItemValidationError) Cause() error
- func (e StateMachineListItemValidationError) Error() string
- func (e StateMachineListItemValidationError) ErrorName() string
- func (e StateMachineListItemValidationError) Field() string
- func (e StateMachineListItemValidationError) Key() bool
- func (e StateMachineListItemValidationError) Reason() string
- type StepInfo
- func (*StepInfo) Descriptor() ([]byte, []int)deprecated
- func (x *StepInfo) GetCreateTime() string
- func (x *StepInfo) GetDefinition() string
- func (x *StepInfo) GetFinishTime() string
- func (x *StepInfo) GetId() int64
- func (x *StepInfo) GetInput() string
- func (x *StepInfo) GetOutput() string
- func (x *StepInfo) GetStartTime() string
- func (x *StepInfo) GetStatus() string
- func (*StepInfo) ProtoMessage()
- func (x *StepInfo) ProtoReflect() protoreflect.Message
- func (x *StepInfo) Reset()
- func (x *StepInfo) String() string
- func (m *StepInfo) Validate() error
- func (m *StepInfo) ValidateAll() error
- type StepInfoMultiError
- type StepInfoValidationError
- type StopExecutionRequest
- func (*StopExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StopExecutionRequest) GetCause() string
- func (x *StopExecutionRequest) GetError() string
- func (x *StopExecutionRequest) GetExecutionUuid() string
- func (*StopExecutionRequest) ProtoMessage()
- func (x *StopExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *StopExecutionRequest) Reset()
- func (x *StopExecutionRequest) String() string
- func (m *StopExecutionRequest) Validate() error
- func (m *StopExecutionRequest) ValidateAll() error
- type StopExecutionRequestMultiError
- type StopExecutionRequestValidationError
- func (e StopExecutionRequestValidationError) Cause() error
- func (e StopExecutionRequestValidationError) Error() string
- func (e StopExecutionRequestValidationError) ErrorName() string
- func (e StopExecutionRequestValidationError) Field() string
- func (e StopExecutionRequestValidationError) Key() bool
- func (e StopExecutionRequestValidationError) Reason() string
- type StoreTaskDataRequest
- func (*StoreTaskDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StoreTaskDataRequest) GetData() string
- func (x *StoreTaskDataRequest) GetTaskToken() string
- func (*StoreTaskDataRequest) ProtoMessage()
- func (x *StoreTaskDataRequest) ProtoReflect() protoreflect.Message
- func (x *StoreTaskDataRequest) Reset()
- func (x *StoreTaskDataRequest) String() string
- func (m *StoreTaskDataRequest) Validate() error
- func (m *StoreTaskDataRequest) ValidateAll() error
- type StoreTaskDataRequestMultiError
- type StoreTaskDataRequestValidationError
- func (e StoreTaskDataRequestValidationError) Cause() error
- func (e StoreTaskDataRequestValidationError) Error() string
- func (e StoreTaskDataRequestValidationError) ErrorName() string
- func (e StoreTaskDataRequestValidationError) Field() string
- func (e StoreTaskDataRequestValidationError) Key() bool
- func (e StoreTaskDataRequestValidationError) Reason() string
- type UnblockTaskRequest
- func (*UnblockTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnblockTaskRequest) GetStepId() int64
- func (*UnblockTaskRequest) ProtoMessage()
- func (x *UnblockTaskRequest) ProtoReflect() protoreflect.Message
- func (x *UnblockTaskRequest) Reset()
- func (x *UnblockTaskRequest) String() string
- func (m *UnblockTaskRequest) Validate() error
- func (m *UnblockTaskRequest) ValidateAll() error
- type UnblockTaskRequestMultiError
- type UnblockTaskRequestValidationError
- func (e UnblockTaskRequestValidationError) Cause() error
- func (e UnblockTaskRequestValidationError) Error() string
- func (e UnblockTaskRequestValidationError) ErrorName() string
- func (e UnblockTaskRequestValidationError) Field() string
- func (e UnblockTaskRequestValidationError) Key() bool
- func (e UnblockTaskRequestValidationError) Reason() string
- type UnimplementedCommonServiceServer
- func (UnimplementedCommonServiceServer) HTTP(context.Context, *emptypb.Empty) (*HTTPResponseMessage, error)
- func (UnimplementedCommonServiceServer) Paging(context.Context, *PageRequest) (*PageResponse, error)
- func (UnimplementedCommonServiceServer) Ping(context.Context, *emptypb.Empty) (*PingResponse, error)
- type UnimplementedGreeterServer
- type UnimplementedSkyflowV1ServiceServer
- func (UnimplementedSkyflowV1ServiceServer) CreateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) CreateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DeleteActivity(context.Context, *DeleteActivityRequest) (*DeleteActivityResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) DeleteStateMachine(context.Context, *DeleteStateMachineRequest) (*DeleteStateMachineResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DescribeActivity(context.Context, *DescribeActivityRequest) (*DescribeActivityResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DescribeExecution(context.Context, *DescribeExecutionRequest) (*DescribeExecutionResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DescribeExecutionBone(context.Context, *DescribeExecutionBoneRequest) (*DescribeExecutionBoneResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DescribeStateMachine(context.Context, *DescribeStateMachineRequest) (*DescribeStateMachineResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) DescribeStep(context.Context, *DescribeStepRequest) (*DescribeStepResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) GetActivityTask(context.Context, *GetActivityTaskRequest) (*GetActivityTaskResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ListActivities(context.Context, *ListActivitiesRequest) (*ListActivitiesResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ListExecutionEvents(context.Context, *ListExecutionEventsRequest) (*ListExecutionEventsResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ListExecutions(context.Context, *ListExecutionsRequest) (*ListExecutionsResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ListStateMachines(context.Context, *ListStateMachinesRequest) (*ListStateMachinesResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ListStepEvents(context.Context, *ListStepEventsRequest) (*ListExecutionEventsResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ParseStateMachine(context.Context, *ParseStateMachineRequest) (*ParseStateMachineResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) RedoStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) ResumeSuspendingStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) RetryFailedStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SendStepFailed(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SendTaskFailure(context.Context, *SendTaskFailureRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SendTaskHeartbeat(context.Context, *SendTaskHeartbeatRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SendTaskReference(context.Context, *SendTaskReferenceRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SendTaskSuccess(context.Context, *SendTaskSuccessRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SkipBlockedTask(context.Context, *SkipBlockedTaskRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) SkipFailedStep(context.Context, *SkipFailedStepRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) StartExecution(context.Context, *StartExecutionRequest) (*StartExecutionResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) StopExecution(context.Context, *StopExecutionRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) UnblockTask(context.Context, *UnblockTaskRequest) (*emptypb.Empty, error)
- func (UnimplementedSkyflowV1ServiceServer) UpdateStateMachine(context.Context, *UpdateStateMachineRequest) (*UpdateStateMachineResponse, error)
- func (UnimplementedSkyflowV1ServiceServer) ValidateStateMachineDefinition(context.Context, *ValidateStateMachineDefinitionRequest) (*ValidateStateMachineDefinitionResponse, error)
- type UnsafeCommonServiceServer
- type UnsafeGreeterServer
- type UnsafeSkyflowV1ServiceServer
- type UpdateStateMachineRequest
- func (*UpdateStateMachineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateStateMachineRequest) GetDefinition() string
- func (x *UpdateStateMachineRequest) GetDescription() string
- func (x *UpdateStateMachineRequest) GetName() string
- func (x *UpdateStateMachineRequest) GetStatemachineUri() string
- func (*UpdateStateMachineRequest) ProtoMessage()
- func (x *UpdateStateMachineRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateStateMachineRequest) Reset()
- func (x *UpdateStateMachineRequest) String() string
- func (m *UpdateStateMachineRequest) Validate() error
- func (m *UpdateStateMachineRequest) ValidateAll() error
- type UpdateStateMachineRequestMultiError
- type UpdateStateMachineRequestValidationError
- func (e UpdateStateMachineRequestValidationError) Cause() error
- func (e UpdateStateMachineRequestValidationError) Error() string
- func (e UpdateStateMachineRequestValidationError) ErrorName() string
- func (e UpdateStateMachineRequestValidationError) Field() string
- func (e UpdateStateMachineRequestValidationError) Key() bool
- func (e UpdateStateMachineRequestValidationError) Reason() string
- type UpdateStateMachineResponse
- func (*UpdateStateMachineResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateStateMachineResponse) ProtoMessage()
- func (x *UpdateStateMachineResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateStateMachineResponse) Reset()
- func (x *UpdateStateMachineResponse) String() string
- func (m *UpdateStateMachineResponse) Validate() error
- func (m *UpdateStateMachineResponse) ValidateAll() error
- type UpdateStateMachineResponseMultiError
- type UpdateStateMachineResponseValidationError
- func (e UpdateStateMachineResponseValidationError) Cause() error
- func (e UpdateStateMachineResponseValidationError) Error() string
- func (e UpdateStateMachineResponseValidationError) ErrorName() string
- func (e UpdateStateMachineResponseValidationError) Field() string
- func (e UpdateStateMachineResponseValidationError) Key() bool
- func (e UpdateStateMachineResponseValidationError) Reason() string
- type ValidateStateMachineDefinitionDiagnostic
- func (*ValidateStateMachineDefinitionDiagnostic) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateStateMachineDefinitionDiagnostic) GetCode() string
- func (x *ValidateStateMachineDefinitionDiagnostic) GetLocation() string
- func (x *ValidateStateMachineDefinitionDiagnostic) GetMessage() string
- func (x *ValidateStateMachineDefinitionDiagnostic) GetSeverity() string
- func (*ValidateStateMachineDefinitionDiagnostic) ProtoMessage()
- func (x *ValidateStateMachineDefinitionDiagnostic) ProtoReflect() protoreflect.Message
- func (x *ValidateStateMachineDefinitionDiagnostic) Reset()
- func (x *ValidateStateMachineDefinitionDiagnostic) String() string
- func (m *ValidateStateMachineDefinitionDiagnostic) Validate() error
- func (m *ValidateStateMachineDefinitionDiagnostic) ValidateAll() error
- type ValidateStateMachineDefinitionDiagnosticMultiError
- type ValidateStateMachineDefinitionDiagnosticValidationError
- func (e ValidateStateMachineDefinitionDiagnosticValidationError) Cause() error
- func (e ValidateStateMachineDefinitionDiagnosticValidationError) Error() string
- func (e ValidateStateMachineDefinitionDiagnosticValidationError) ErrorName() string
- func (e ValidateStateMachineDefinitionDiagnosticValidationError) Field() string
- func (e ValidateStateMachineDefinitionDiagnosticValidationError) Key() bool
- func (e ValidateStateMachineDefinitionDiagnosticValidationError) Reason() string
- type ValidateStateMachineDefinitionRequest
- func (*ValidateStateMachineDefinitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateStateMachineDefinitionRequest) GetDefinition() string
- func (x *ValidateStateMachineDefinitionRequest) GetMaxResults() int32
- func (x *ValidateStateMachineDefinitionRequest) GetSeverity() string
- func (x *ValidateStateMachineDefinitionRequest) GetType() string
- func (*ValidateStateMachineDefinitionRequest) ProtoMessage()
- func (x *ValidateStateMachineDefinitionRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateStateMachineDefinitionRequest) Reset()
- func (x *ValidateStateMachineDefinitionRequest) String() string
- func (m *ValidateStateMachineDefinitionRequest) Validate() error
- func (m *ValidateStateMachineDefinitionRequest) ValidateAll() error
- type ValidateStateMachineDefinitionRequestMultiError
- type ValidateStateMachineDefinitionRequestValidationError
- func (e ValidateStateMachineDefinitionRequestValidationError) Cause() error
- func (e ValidateStateMachineDefinitionRequestValidationError) Error() string
- func (e ValidateStateMachineDefinitionRequestValidationError) ErrorName() string
- func (e ValidateStateMachineDefinitionRequestValidationError) Field() string
- func (e ValidateStateMachineDefinitionRequestValidationError) Key() bool
- func (e ValidateStateMachineDefinitionRequestValidationError) Reason() string
- type ValidateStateMachineDefinitionResponse
- func (*ValidateStateMachineDefinitionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateStateMachineDefinitionResponse) GetDiagnostics() []*ValidateStateMachineDefinitionDiagnostic
- func (x *ValidateStateMachineDefinitionResponse) GetResult() string
- func (x *ValidateStateMachineDefinitionResponse) GetTruncated() string
- func (*ValidateStateMachineDefinitionResponse) ProtoMessage()
- func (x *ValidateStateMachineDefinitionResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateStateMachineDefinitionResponse) Reset()
- func (x *ValidateStateMachineDefinitionResponse) String() string
- func (m *ValidateStateMachineDefinitionResponse) Validate() error
- func (m *ValidateStateMachineDefinitionResponse) ValidateAll() error
- type ValidateStateMachineDefinitionResponseMultiError
- type ValidateStateMachineDefinitionResponseValidationError
- func (e ValidateStateMachineDefinitionResponseValidationError) Cause() error
- func (e ValidateStateMachineDefinitionResponseValidationError) Error() string
- func (e ValidateStateMachineDefinitionResponseValidationError) ErrorName() string
- func (e ValidateStateMachineDefinitionResponseValidationError) Field() string
- func (e ValidateStateMachineDefinitionResponseValidationError) Key() bool
- func (e ValidateStateMachineDefinitionResponseValidationError) Reason() string
Constants ¶
const ( CommonService_Paging_FullMethodName = "/skyflow.CommonService/Paging" CommonService_HTTP_FullMethodName = "/skyflow.CommonService/HTTP" CommonService_Ping_FullMethodName = "/skyflow.CommonService/Ping" )
const ( SkyflowV1Service_CreateNamespace_FullMethodName = "/skyflow.SkyflowV1Service/CreateNamespace" SkyflowV1Service_CreateOrUpdateNamespace_FullMethodName = "/skyflow.SkyflowV1Service/CreateOrUpdateNamespace" SkyflowV1Service_ListNamespaces_FullMethodName = "/skyflow.SkyflowV1Service/ListNamespaces" SkyflowV1Service_DeleteNamespace_FullMethodName = "/skyflow.SkyflowV1Service/DeleteNamespace" SkyflowV1Service_CreateActivity_FullMethodName = "/skyflow.SkyflowV1Service/CreateActivity" SkyflowV1Service_CreateOrUpdateActivity_FullMethodName = "/skyflow.SkyflowV1Service/CreateOrUpdateActivity" SkyflowV1Service_ListActivities_FullMethodName = "/skyflow.SkyflowV1Service/ListActivities" SkyflowV1Service_DescribeActivity_FullMethodName = "/skyflow.SkyflowV1Service/DescribeActivity" SkyflowV1Service_DeleteActivity_FullMethodName = "/skyflow.SkyflowV1Service/DeleteActivity" SkyflowV1Service_CreateStateMachine_FullMethodName = "/skyflow.SkyflowV1Service/CreateStateMachine" SkyflowV1Service_CreateOrUpdateStateMachine_FullMethodName = "/skyflow.SkyflowV1Service/CreateOrUpdateStateMachine" SkyflowV1Service_DeleteStateMachine_FullMethodName = "/skyflow.SkyflowV1Service/DeleteStateMachine" SkyflowV1Service_ListStateMachines_FullMethodName = "/skyflow.SkyflowV1Service/ListStateMachines" SkyflowV1Service_DescribeStateMachine_FullMethodName = "/skyflow.SkyflowV1Service/DescribeStateMachine" SkyflowV1Service_UpdateStateMachine_FullMethodName = "/skyflow.SkyflowV1Service/UpdateStateMachine" SkyflowV1Service_ParseStateMachine_FullMethodName = "/skyflow.SkyflowV1Service/ParseStateMachine" SkyflowV1Service_ValidateStateMachineDefinition_FullMethodName = "/skyflow.SkyflowV1Service/ValidateStateMachineDefinition" SkyflowV1Service_StartExecution_FullMethodName = "/skyflow.SkyflowV1Service/StartExecution" SkyflowV1Service_DescribeExecution_FullMethodName = "/skyflow.SkyflowV1Service/DescribeExecution" SkyflowV1Service_DescribeExecutionBone_FullMethodName = "/skyflow.SkyflowV1Service/DescribeExecutionBone" SkyflowV1Service_StopExecution_FullMethodName = "/skyflow.SkyflowV1Service/StopExecution" SkyflowV1Service_ListExecutions_FullMethodName = "/skyflow.SkyflowV1Service/ListExecutions" SkyflowV1Service_ListExecutionEvents_FullMethodName = "/skyflow.SkyflowV1Service/ListExecutionEvents" SkyflowV1Service_DescribeStep_FullMethodName = "/skyflow.SkyflowV1Service/DescribeStep" SkyflowV1Service_ListStepEvents_FullMethodName = "/skyflow.SkyflowV1Service/ListStepEvents" SkyflowV1Service_GetActivityTask_FullMethodName = "/skyflow.SkyflowV1Service/GetActivityTask" SkyflowV1Service_SendTaskSuccess_FullMethodName = "/skyflow.SkyflowV1Service/SendTaskSuccess" SkyflowV1Service_SendTaskFailure_FullMethodName = "/skyflow.SkyflowV1Service/SendTaskFailure" SkyflowV1Service_SendTaskHeartbeat_FullMethodName = "/skyflow.SkyflowV1Service/SendTaskHeartbeat" SkyflowV1Service_SendTaskReference_FullMethodName = "/skyflow.SkyflowV1Service/SendTaskReference" SkyflowV1Service_SkipFailedStep_FullMethodName = "/skyflow.SkyflowV1Service/SkipFailedStep" SkyflowV1Service_UnblockTask_FullMethodName = "/skyflow.SkyflowV1Service/UnblockTask" SkyflowV1Service_SkipBlockedTask_FullMethodName = "/skyflow.SkyflowV1Service/SkipBlockedTask" SkyflowV1Service_RetryFailedStep_FullMethodName = "/skyflow.SkyflowV1Service/RetryFailedStep" SkyflowV1Service_SendStepFailed_FullMethodName = "/skyflow.SkyflowV1Service/SendStepFailed" SkyflowV1Service_RedoStep_FullMethodName = "/skyflow.SkyflowV1Service/RedoStep" SkyflowV1Service_ResumeSuspendingStep_FullMethodName = "/skyflow.SkyflowV1Service/ResumeSuspendingStep" )
const (
Greeter_SayHello_FullMethodName = "/helloworld.v1.Greeter/SayHello"
)
const OperationCommonServiceHTTP = "/skyflow.CommonService/HTTP"
const OperationCommonServicePaging = "/skyflow.CommonService/Paging"
const OperationCommonServicePing = "/skyflow.CommonService/Ping"
const OperationGreeterSayHello = "/helloworld.v1.Greeter/SayHello"
const OperationSkyflowV1ServiceCreateActivity = "/skyflow.SkyflowV1Service/CreateActivity"
const OperationSkyflowV1ServiceCreateNamespace = "/skyflow.SkyflowV1Service/CreateNamespace"
const OperationSkyflowV1ServiceCreateOrUpdateActivity = "/skyflow.SkyflowV1Service/CreateOrUpdateActivity"
const OperationSkyflowV1ServiceCreateOrUpdateNamespace = "/skyflow.SkyflowV1Service/CreateOrUpdateNamespace"
const OperationSkyflowV1ServiceCreateOrUpdateStateMachine = "/skyflow.SkyflowV1Service/CreateOrUpdateStateMachine"
const OperationSkyflowV1ServiceCreateStateMachine = "/skyflow.SkyflowV1Service/CreateStateMachine"
const OperationSkyflowV1ServiceDeleteActivity = "/skyflow.SkyflowV1Service/DeleteActivity"
const OperationSkyflowV1ServiceDeleteNamespace = "/skyflow.SkyflowV1Service/DeleteNamespace"
const OperationSkyflowV1ServiceDeleteStateMachine = "/skyflow.SkyflowV1Service/DeleteStateMachine"
const OperationSkyflowV1ServiceDescribeActivity = "/skyflow.SkyflowV1Service/DescribeActivity"
const OperationSkyflowV1ServiceDescribeExecution = "/skyflow.SkyflowV1Service/DescribeExecution"
const OperationSkyflowV1ServiceDescribeExecutionBone = "/skyflow.SkyflowV1Service/DescribeExecutionBone"
const OperationSkyflowV1ServiceDescribeStateMachine = "/skyflow.SkyflowV1Service/DescribeStateMachine"
const OperationSkyflowV1ServiceDescribeStep = "/skyflow.SkyflowV1Service/DescribeStep"
const OperationSkyflowV1ServiceGetActivityTask = "/skyflow.SkyflowV1Service/GetActivityTask"
const OperationSkyflowV1ServiceListActivities = "/skyflow.SkyflowV1Service/ListActivities"
const OperationSkyflowV1ServiceListExecutionEvents = "/skyflow.SkyflowV1Service/ListExecutionEvents"
const OperationSkyflowV1ServiceListExecutions = "/skyflow.SkyflowV1Service/ListExecutions"
const OperationSkyflowV1ServiceListNamespaces = "/skyflow.SkyflowV1Service/ListNamespaces"
const OperationSkyflowV1ServiceListStateMachines = "/skyflow.SkyflowV1Service/ListStateMachines"
const OperationSkyflowV1ServiceListStepEvents = "/skyflow.SkyflowV1Service/ListStepEvents"
const OperationSkyflowV1ServiceParseStateMachine = "/skyflow.SkyflowV1Service/ParseStateMachine"
const OperationSkyflowV1ServiceRedoStep = "/skyflow.SkyflowV1Service/RedoStep"
const OperationSkyflowV1ServiceResumeSuspendingStep = "/skyflow.SkyflowV1Service/ResumeSuspendingStep"
const OperationSkyflowV1ServiceRetryFailedStep = "/skyflow.SkyflowV1Service/RetryFailedStep"
const OperationSkyflowV1ServiceSendStepFailed = "/skyflow.SkyflowV1Service/SendStepFailed"
const OperationSkyflowV1ServiceSendTaskFailure = "/skyflow.SkyflowV1Service/SendTaskFailure"
const OperationSkyflowV1ServiceSendTaskHeartbeat = "/skyflow.SkyflowV1Service/SendTaskHeartbeat"
const OperationSkyflowV1ServiceSendTaskReference = "/skyflow.SkyflowV1Service/SendTaskReference"
const OperationSkyflowV1ServiceSendTaskSuccess = "/skyflow.SkyflowV1Service/SendTaskSuccess"
const OperationSkyflowV1ServiceSkipBlockedTask = "/skyflow.SkyflowV1Service/SkipBlockedTask"
const OperationSkyflowV1ServiceSkipFailedStep = "/skyflow.SkyflowV1Service/SkipFailedStep"
const OperationSkyflowV1ServiceStartExecution = "/skyflow.SkyflowV1Service/StartExecution"
const OperationSkyflowV1ServiceStopExecution = "/skyflow.SkyflowV1Service/StopExecution"
const OperationSkyflowV1ServiceUnblockTask = "/skyflow.SkyflowV1Service/UnblockTask"
const OperationSkyflowV1ServiceUpdateStateMachine = "/skyflow.SkyflowV1Service/UpdateStateMachine"
const OperationSkyflowV1ServiceValidateStateMachineDefinition = "/skyflow.SkyflowV1Service/ValidateStateMachineDefinition"
Variables ¶
var ( ErrorReason_name = map[int32]string{ 0: "GREETER_UNSPECIFIED", 1: "USER_NOT_FOUND", } ErrorReason_value = map[string]int32{ "GREETER_UNSPECIFIED": 0, "USER_NOT_FOUND": 1, } )
Enum value maps for ErrorReason.
var ( ErrorCode_name = map[int32]string{ 0: "OK", 11000: "UnknownError", 11001: "InternalError", 11002: "ResourceLimitExceeded", 11003: "InvalidURI", 12001: "ActivityAlreadyExists", 12002: "ActivityDoesNotExist", 12003: "StateMachineAlreadyExists", 12004: "StateMachineDoesNotExist", 12005: "NameSpaceAlreadyExists", 12006: "NameSpaceDoesNotExist", 13001: "ExecutionAlreadyExists", 13002: "ExecutionDoesNotExist", 1003: "StateNotFound", 1004: "StateGroupNotFound", 1005: "TaskTokenNotFound", 1006: "NamespaceNotFound", 1007: "ActivityNotFound", 1008: "StateMachineNotFound", 1009: "ExecutionUUIDExisted", 1010: "ActivityTaskNotFound", 1011: "StepStatusError", 1012: "ExecutionStatusError", 1013: "ParameterIsValid", 1014: "ParameterLimitExceeded", 1015: "InputLimitExceeded", 1016: "OutputLimitExceeded", 1017: "StateMachineDeinitionInvalid", } ErrorCode_value = map[string]int32{ "OK": 0, "UnknownError": 11000, "InternalError": 11001, "ResourceLimitExceeded": 11002, "InvalidURI": 11003, "ActivityAlreadyExists": 12001, "ActivityDoesNotExist": 12002, "StateMachineAlreadyExists": 12003, "StateMachineDoesNotExist": 12004, "NameSpaceAlreadyExists": 12005, "NameSpaceDoesNotExist": 12006, "ExecutionAlreadyExists": 13001, "ExecutionDoesNotExist": 13002, "StateNotFound": 1003, "StateGroupNotFound": 1004, "TaskTokenNotFound": 1005, "NamespaceNotFound": 1006, "ActivityNotFound": 1007, "StateMachineNotFound": 1008, "ExecutionUUIDExisted": 1009, "ActivityTaskNotFound": 1010, "StepStatusError": 1011, "ExecutionStatusError": 1012, "ParameterIsValid": 1013, "ParameterLimitExceeded": 1014, "InputLimitExceeded": 1015, "OutputLimitExceeded": 1016, "StateMachineDeinitionInvalid": 1017, } )
Enum value maps for ErrorCode.
var CommonService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "skyflow.CommonService", HandlerType: (*CommonServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Paging", Handler: _CommonService_Paging_Handler, }, { MethodName: "HTTP", Handler: _CommonService_HTTP_Handler, }, { MethodName: "Ping", Handler: _CommonService_Ping_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "skyflow.proto", }
CommonService_ServiceDesc is the grpc.ServiceDesc for CommonService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_error_reason_proto protoreflect.FileDescriptor
var File_greeter_proto protoreflect.FileDescriptor
var File_skyflow_proto protoreflect.FileDescriptor
var Greeter_ServiceDesc = grpc.ServiceDesc{ ServiceName: "helloworld.v1.Greeter", HandlerType: (*GreeterServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "SayHello", Handler: _Greeter_SayHello_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "greeter.proto", }
Greeter_ServiceDesc is the grpc.ServiceDesc for Greeter service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SkyflowV1Service_ServiceDesc = grpc.ServiceDesc{ ServiceName: "skyflow.SkyflowV1Service", HandlerType: (*SkyflowV1ServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateNamespace", Handler: _SkyflowV1Service_CreateNamespace_Handler, }, { MethodName: "CreateOrUpdateNamespace", Handler: _SkyflowV1Service_CreateOrUpdateNamespace_Handler, }, { MethodName: "ListNamespaces", Handler: _SkyflowV1Service_ListNamespaces_Handler, }, { MethodName: "DeleteNamespace", Handler: _SkyflowV1Service_DeleteNamespace_Handler, }, { MethodName: "CreateActivity", Handler: _SkyflowV1Service_CreateActivity_Handler, }, { MethodName: "CreateOrUpdateActivity", Handler: _SkyflowV1Service_CreateOrUpdateActivity_Handler, }, { MethodName: "ListActivities", Handler: _SkyflowV1Service_ListActivities_Handler, }, { MethodName: "DescribeActivity", Handler: _SkyflowV1Service_DescribeActivity_Handler, }, { MethodName: "DeleteActivity", Handler: _SkyflowV1Service_DeleteActivity_Handler, }, { MethodName: "CreateStateMachine", Handler: _SkyflowV1Service_CreateStateMachine_Handler, }, { MethodName: "CreateOrUpdateStateMachine", Handler: _SkyflowV1Service_CreateOrUpdateStateMachine_Handler, }, { MethodName: "DeleteStateMachine", Handler: _SkyflowV1Service_DeleteStateMachine_Handler, }, { MethodName: "ListStateMachines", Handler: _SkyflowV1Service_ListStateMachines_Handler, }, { MethodName: "DescribeStateMachine", Handler: _SkyflowV1Service_DescribeStateMachine_Handler, }, { MethodName: "UpdateStateMachine", Handler: _SkyflowV1Service_UpdateStateMachine_Handler, }, { MethodName: "ParseStateMachine", Handler: _SkyflowV1Service_ParseStateMachine_Handler, }, { MethodName: "ValidateStateMachineDefinition", Handler: _SkyflowV1Service_ValidateStateMachineDefinition_Handler, }, { MethodName: "StartExecution", Handler: _SkyflowV1Service_StartExecution_Handler, }, { MethodName: "DescribeExecution", Handler: _SkyflowV1Service_DescribeExecution_Handler, }, { MethodName: "DescribeExecutionBone", Handler: _SkyflowV1Service_DescribeExecutionBone_Handler, }, { MethodName: "StopExecution", Handler: _SkyflowV1Service_StopExecution_Handler, }, { MethodName: "ListExecutions", Handler: _SkyflowV1Service_ListExecutions_Handler, }, { MethodName: "ListExecutionEvents", Handler: _SkyflowV1Service_ListExecutionEvents_Handler, }, { MethodName: "DescribeStep", Handler: _SkyflowV1Service_DescribeStep_Handler, }, { MethodName: "ListStepEvents", Handler: _SkyflowV1Service_ListStepEvents_Handler, }, { MethodName: "GetActivityTask", Handler: _SkyflowV1Service_GetActivityTask_Handler, }, { MethodName: "SendTaskSuccess", Handler: _SkyflowV1Service_SendTaskSuccess_Handler, }, { MethodName: "SendTaskFailure", Handler: _SkyflowV1Service_SendTaskFailure_Handler, }, { MethodName: "SendTaskHeartbeat", Handler: _SkyflowV1Service_SendTaskHeartbeat_Handler, }, { MethodName: "SendTaskReference", Handler: _SkyflowV1Service_SendTaskReference_Handler, }, { MethodName: "SkipFailedStep", Handler: _SkyflowV1Service_SkipFailedStep_Handler, }, { MethodName: "UnblockTask", Handler: _SkyflowV1Service_UnblockTask_Handler, }, { MethodName: "SkipBlockedTask", Handler: _SkyflowV1Service_SkipBlockedTask_Handler, }, { MethodName: "RetryFailedStep", Handler: _SkyflowV1Service_RetryFailedStep_Handler, }, { MethodName: "SendStepFailed", Handler: _SkyflowV1Service_SendStepFailed_Handler, }, { MethodName: "RedoStep", Handler: _SkyflowV1Service_RedoStep_Handler, }, { MethodName: "ResumeSuspendingStep", Handler: _SkyflowV1Service_ResumeSuspendingStep_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "skyflow.proto", }
SkyflowV1Service_ServiceDesc is the grpc.ServiceDesc for SkyflowV1Service service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterCommonServiceHTTPServer ¶
func RegisterCommonServiceHTTPServer(s *http.Server, srv CommonServiceHTTPServer)
func RegisterCommonServiceServer ¶
func RegisterCommonServiceServer(s grpc.ServiceRegistrar, srv CommonServiceServer)
func RegisterGreeterHTTPServer ¶
func RegisterGreeterHTTPServer(s *http.Server, srv GreeterHTTPServer)
func RegisterGreeterServer ¶
func RegisterGreeterServer(s grpc.ServiceRegistrar, srv GreeterServer)
func RegisterSkyflowV1ServiceHTTPServer ¶
func RegisterSkyflowV1ServiceHTTPServer(s *http.Server, srv SkyflowV1ServiceHTTPServer)
func RegisterSkyflowV1ServiceServer ¶
func RegisterSkyflowV1ServiceServer(s grpc.ServiceRegistrar, srv SkyflowV1ServiceServer)
Types ¶
type ActivityInfo ¶
type ActivityInfo struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
ActivityUri string `protobuf:"bytes,3,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
ActivityInfo 活动信息
func (*ActivityInfo) Descriptor
deprecated
func (*ActivityInfo) Descriptor() ([]byte, []int)
Deprecated: Use ActivityInfo.ProtoReflect.Descriptor instead.
func (*ActivityInfo) GetActivityUri ¶
func (x *ActivityInfo) GetActivityUri() string
func (*ActivityInfo) GetCreateTime ¶
func (x *ActivityInfo) GetCreateTime() int64
func (*ActivityInfo) GetDescription ¶
func (x *ActivityInfo) GetDescription() string
func (*ActivityInfo) GetName ¶
func (x *ActivityInfo) GetName() string
func (*ActivityInfo) GetUpdateTime ¶
func (x *ActivityInfo) GetUpdateTime() int64
func (*ActivityInfo) ProtoMessage ¶
func (*ActivityInfo) ProtoMessage()
func (*ActivityInfo) ProtoReflect ¶
func (x *ActivityInfo) ProtoReflect() protoreflect.Message
func (*ActivityInfo) Reset ¶
func (x *ActivityInfo) Reset()
func (*ActivityInfo) String ¶
func (x *ActivityInfo) String() string
func (*ActivityInfo) Validate ¶
func (m *ActivityInfo) Validate() error
Validate checks the field values on ActivityInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ActivityInfo) ValidateAll ¶
func (m *ActivityInfo) ValidateAll() error
ValidateAll checks the field values on ActivityInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActivityInfoMultiError, or nil if none found.
type ActivityInfoMultiError ¶
type ActivityInfoMultiError []error
ActivityInfoMultiError is an error wrapping multiple validation errors returned by ActivityInfo.ValidateAll() if the designated constraints aren't met.
func (ActivityInfoMultiError) AllErrors ¶
func (m ActivityInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ActivityInfoMultiError) Error ¶
func (m ActivityInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ActivityInfoValidationError ¶
type ActivityInfoValidationError struct {
// contains filtered or unexported fields
}
ActivityInfoValidationError is the validation error returned by ActivityInfo.Validate if the designated constraints aren't met.
func (ActivityInfoValidationError) Cause ¶
func (e ActivityInfoValidationError) Cause() error
Cause function returns cause value.
func (ActivityInfoValidationError) Error ¶
func (e ActivityInfoValidationError) Error() string
Error satisfies the builtin error interface
func (ActivityInfoValidationError) ErrorName ¶
func (e ActivityInfoValidationError) ErrorName() string
ErrorName returns error name.
func (ActivityInfoValidationError) Field ¶
func (e ActivityInfoValidationError) Field() string
Field function returns field value.
func (ActivityInfoValidationError) Key ¶
func (e ActivityInfoValidationError) Key() bool
Key function returns key value.
func (ActivityInfoValidationError) Reason ¶
func (e ActivityInfoValidationError) Reason() string
Reason function returns reason value.
type ActivityListItem ¶
type ActivityListItem struct {
// name 活动名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description 活动描述
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// activity_uri 活动uri
ActivityUri string `protobuf:"bytes,3,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
ActivityListItem ...
func (*ActivityListItem) Descriptor
deprecated
func (*ActivityListItem) Descriptor() ([]byte, []int)
Deprecated: Use ActivityListItem.ProtoReflect.Descriptor instead.
func (*ActivityListItem) GetActivityUri ¶
func (x *ActivityListItem) GetActivityUri() string
func (*ActivityListItem) GetCreateTime ¶
func (x *ActivityListItem) GetCreateTime() int64
func (*ActivityListItem) GetDescription ¶
func (x *ActivityListItem) GetDescription() string
func (*ActivityListItem) GetName ¶
func (x *ActivityListItem) GetName() string
func (*ActivityListItem) GetUpdateTime ¶
func (x *ActivityListItem) GetUpdateTime() int64
func (*ActivityListItem) ProtoMessage ¶
func (*ActivityListItem) ProtoMessage()
func (*ActivityListItem) ProtoReflect ¶
func (x *ActivityListItem) ProtoReflect() protoreflect.Message
func (*ActivityListItem) Reset ¶
func (x *ActivityListItem) Reset()
func (*ActivityListItem) String ¶
func (x *ActivityListItem) String() string
func (*ActivityListItem) Validate ¶
func (m *ActivityListItem) Validate() error
Validate checks the field values on ActivityListItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ActivityListItem) ValidateAll ¶
func (m *ActivityListItem) ValidateAll() error
ValidateAll checks the field values on ActivityListItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActivityListItemMultiError, or nil if none found.
type ActivityListItemMultiError ¶
type ActivityListItemMultiError []error
ActivityListItemMultiError is an error wrapping multiple validation errors returned by ActivityListItem.ValidateAll() if the designated constraints aren't met.
func (ActivityListItemMultiError) AllErrors ¶
func (m ActivityListItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ActivityListItemMultiError) Error ¶
func (m ActivityListItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ActivityListItemValidationError ¶
type ActivityListItemValidationError struct {
// contains filtered or unexported fields
}
ActivityListItemValidationError is the validation error returned by ActivityListItem.Validate if the designated constraints aren't met.
func (ActivityListItemValidationError) Cause ¶
func (e ActivityListItemValidationError) Cause() error
Cause function returns cause value.
func (ActivityListItemValidationError) Error ¶
func (e ActivityListItemValidationError) Error() string
Error satisfies the builtin error interface
func (ActivityListItemValidationError) ErrorName ¶
func (e ActivityListItemValidationError) ErrorName() string
ErrorName returns error name.
func (ActivityListItemValidationError) Field ¶
func (e ActivityListItemValidationError) Field() string
Field function returns field value.
func (ActivityListItemValidationError) Key ¶
func (e ActivityListItemValidationError) Key() bool
Key function returns key value.
func (ActivityListItemValidationError) Reason ¶
func (e ActivityListItemValidationError) Reason() string
Reason function returns reason value.
type CommonServiceClient ¶
type CommonServiceClient interface {
// Paging 分页格式
Paging(ctx context.Context, in *PageRequest, opts ...grpc.CallOption) (*PageResponse, error)
// HTTPReturn HTTP API接口返回值格式
HTTP(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HTTPResponseMessage, error)
// Ping ping service
Ping(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PingResponse, error)
}
CommonServiceClient is the client API for CommonService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
CommonService 通用服务
func NewCommonServiceClient ¶
func NewCommonServiceClient(cc grpc.ClientConnInterface) CommonServiceClient
type CommonServiceHTTPClient ¶
type CommonServiceHTTPClient interface {
// HTTP HTTPReturn HTTP API接口返回值格式
HTTP(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *HTTPResponseMessage, err error)
// Paging Paging 分页格式
Paging(ctx context.Context, req *PageRequest, opts ...http.CallOption) (rsp *PageResponse, err error)
// Ping Ping ping service
Ping(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *PingResponse, err error)
}
func NewCommonServiceHTTPClient ¶
func NewCommonServiceHTTPClient(client *http.Client) CommonServiceHTTPClient
type CommonServiceHTTPClientImpl ¶
type CommonServiceHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*CommonServiceHTTPClientImpl) HTTP ¶
func (c *CommonServiceHTTPClientImpl) HTTP(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*HTTPResponseMessage, error)
HTTP HTTPReturn HTTP API接口返回值格式
func (*CommonServiceHTTPClientImpl) Paging ¶
func (c *CommonServiceHTTPClientImpl) Paging(ctx context.Context, in *PageRequest, opts ...http.CallOption) (*PageResponse, error)
Paging Paging 分页格式
func (*CommonServiceHTTPClientImpl) Ping ¶
func (c *CommonServiceHTTPClientImpl) Ping(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*PingResponse, error)
Ping Ping ping service
type CommonServiceHTTPServer ¶
type CommonServiceHTTPServer interface {
// HTTP HTTPReturn HTTP API接口返回值格式
HTTP(context.Context, *emptypb.Empty) (*HTTPResponseMessage, error)
// Paging Paging 分页格式
Paging(context.Context, *PageRequest) (*PageResponse, error)
// Ping Ping ping service
Ping(context.Context, *emptypb.Empty) (*PingResponse, error)
}
type CommonServiceServer ¶
type CommonServiceServer interface {
// Paging 分页格式
Paging(context.Context, *PageRequest) (*PageResponse, error)
// HTTPReturn HTTP API接口返回值格式
HTTP(context.Context, *emptypb.Empty) (*HTTPResponseMessage, error)
// Ping ping service
Ping(context.Context, *emptypb.Empty) (*PingResponse, error)
// contains filtered or unexported methods
}
CommonServiceServer is the server API for CommonService service. All implementations must embed UnimplementedCommonServiceServer for forward compatibility.
CommonService 通用服务
type CreateActivityRequest ¶
type CreateActivityRequest struct {
// name activity name
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description activity description
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// namespace activity namespace
Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
// parameters activity parameters
Parameters string `protobuf:"bytes,4,opt,name=parameters,proto3" json:"parameters,omitempty"`
// contains filtered or unexported fields
}
CreateActivityRequest 创建一个活动请求结构
func (*CreateActivityRequest) Descriptor
deprecated
func (*CreateActivityRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateActivityRequest.ProtoReflect.Descriptor instead.
func (*CreateActivityRequest) GetDescription ¶
func (x *CreateActivityRequest) GetDescription() string
func (*CreateActivityRequest) GetName ¶
func (x *CreateActivityRequest) GetName() string
func (*CreateActivityRequest) GetNamespace ¶
func (x *CreateActivityRequest) GetNamespace() string
func (*CreateActivityRequest) GetParameters ¶
func (x *CreateActivityRequest) GetParameters() string
func (*CreateActivityRequest) ProtoMessage ¶
func (*CreateActivityRequest) ProtoMessage()
func (*CreateActivityRequest) ProtoReflect ¶
func (x *CreateActivityRequest) ProtoReflect() protoreflect.Message
func (*CreateActivityRequest) Reset ¶
func (x *CreateActivityRequest) Reset()
func (*CreateActivityRequest) String ¶
func (x *CreateActivityRequest) String() string
func (*CreateActivityRequest) Validate ¶
func (m *CreateActivityRequest) Validate() error
Validate checks the field values on CreateActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateActivityRequest) ValidateAll ¶
func (m *CreateActivityRequest) ValidateAll() error
ValidateAll checks the field values on CreateActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateActivityRequestMultiError, or nil if none found.
type CreateActivityRequestMultiError ¶
type CreateActivityRequestMultiError []error
CreateActivityRequestMultiError is an error wrapping multiple validation errors returned by CreateActivityRequest.ValidateAll() if the designated constraints aren't met.
func (CreateActivityRequestMultiError) AllErrors ¶
func (m CreateActivityRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateActivityRequestMultiError) Error ¶
func (m CreateActivityRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateActivityRequestValidationError ¶
type CreateActivityRequestValidationError struct {
// contains filtered or unexported fields
}
CreateActivityRequestValidationError is the validation error returned by CreateActivityRequest.Validate if the designated constraints aren't met.
func (CreateActivityRequestValidationError) Cause ¶
func (e CreateActivityRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateActivityRequestValidationError) Error ¶
func (e CreateActivityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateActivityRequestValidationError) ErrorName ¶
func (e CreateActivityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateActivityRequestValidationError) Field ¶
func (e CreateActivityRequestValidationError) Field() string
Field function returns field value.
func (CreateActivityRequestValidationError) Key ¶
func (e CreateActivityRequestValidationError) Key() bool
Key function returns key value.
func (CreateActivityRequestValidationError) Reason ¶
func (e CreateActivityRequestValidationError) Reason() string
Reason function returns reason value.
type CreateActivityResponse ¶
type CreateActivityResponse struct {
// activity uri
ActivityUri string `protobuf:"bytes,1,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// create_time create time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
CreateActivityResponse 创建一个活动返回结构
func (*CreateActivityResponse) Descriptor
deprecated
func (*CreateActivityResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateActivityResponse.ProtoReflect.Descriptor instead.
func (*CreateActivityResponse) GetActivityUri ¶
func (x *CreateActivityResponse) GetActivityUri() string
func (*CreateActivityResponse) GetCreateTime ¶
func (x *CreateActivityResponse) GetCreateTime() int64
func (*CreateActivityResponse) GetUpdateTime ¶
func (x *CreateActivityResponse) GetUpdateTime() int64
func (*CreateActivityResponse) ProtoMessage ¶
func (*CreateActivityResponse) ProtoMessage()
func (*CreateActivityResponse) ProtoReflect ¶
func (x *CreateActivityResponse) ProtoReflect() protoreflect.Message
func (*CreateActivityResponse) Reset ¶
func (x *CreateActivityResponse) Reset()
func (*CreateActivityResponse) String ¶
func (x *CreateActivityResponse) String() string
func (*CreateActivityResponse) Validate ¶
func (m *CreateActivityResponse) Validate() error
Validate checks the field values on CreateActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateActivityResponse) ValidateAll ¶
func (m *CreateActivityResponse) ValidateAll() error
ValidateAll checks the field values on CreateActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateActivityResponseMultiError, or nil if none found.
type CreateActivityResponseMultiError ¶
type CreateActivityResponseMultiError []error
CreateActivityResponseMultiError is an error wrapping multiple validation errors returned by CreateActivityResponse.ValidateAll() if the designated constraints aren't met.
func (CreateActivityResponseMultiError) AllErrors ¶
func (m CreateActivityResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateActivityResponseMultiError) Error ¶
func (m CreateActivityResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateActivityResponseValidationError ¶
type CreateActivityResponseValidationError struct {
// contains filtered or unexported fields
}
CreateActivityResponseValidationError is the validation error returned by CreateActivityResponse.Validate if the designated constraints aren't met.
func (CreateActivityResponseValidationError) Cause ¶
func (e CreateActivityResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateActivityResponseValidationError) Error ¶
func (e CreateActivityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateActivityResponseValidationError) ErrorName ¶
func (e CreateActivityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateActivityResponseValidationError) Field ¶
func (e CreateActivityResponseValidationError) Field() string
Field function returns field value.
func (CreateActivityResponseValidationError) Key ¶
func (e CreateActivityResponseValidationError) Key() bool
Key function returns key value.
func (CreateActivityResponseValidationError) Reason ¶
func (e CreateActivityResponseValidationError) Reason() string
Reason function returns reason value.
type CreateNamespaceRequest ¶
type CreateNamespaceRequest struct {
// name 命名空间名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description 命名空间描述
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// contains filtered or unexported fields
}
CreateNamespaceRequest 创建一个命名空间
func (*CreateNamespaceRequest) Descriptor
deprecated
func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.
func (*CreateNamespaceRequest) GetDescription ¶
func (x *CreateNamespaceRequest) GetDescription() string
func (*CreateNamespaceRequest) GetName ¶
func (x *CreateNamespaceRequest) GetName() string
func (*CreateNamespaceRequest) ProtoMessage ¶
func (*CreateNamespaceRequest) ProtoMessage()
func (*CreateNamespaceRequest) ProtoReflect ¶
func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message
func (*CreateNamespaceRequest) Reset ¶
func (x *CreateNamespaceRequest) Reset()
func (*CreateNamespaceRequest) String ¶
func (x *CreateNamespaceRequest) String() string
func (*CreateNamespaceRequest) Validate ¶
func (m *CreateNamespaceRequest) Validate() error
Validate checks the field values on CreateNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateNamespaceRequest) ValidateAll ¶
func (m *CreateNamespaceRequest) ValidateAll() error
ValidateAll checks the field values on CreateNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNamespaceRequestMultiError, or nil if none found.
type CreateNamespaceRequestMultiError ¶
type CreateNamespaceRequestMultiError []error
CreateNamespaceRequestMultiError is an error wrapping multiple validation errors returned by CreateNamespaceRequest.ValidateAll() if the designated constraints aren't met.
func (CreateNamespaceRequestMultiError) AllErrors ¶
func (m CreateNamespaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateNamespaceRequestMultiError) Error ¶
func (m CreateNamespaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateNamespaceRequestValidationError ¶
type CreateNamespaceRequestValidationError struct {
// contains filtered or unexported fields
}
CreateNamespaceRequestValidationError is the validation error returned by CreateNamespaceRequest.Validate if the designated constraints aren't met.
func (CreateNamespaceRequestValidationError) Cause ¶
func (e CreateNamespaceRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateNamespaceRequestValidationError) Error ¶
func (e CreateNamespaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateNamespaceRequestValidationError) ErrorName ¶
func (e CreateNamespaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateNamespaceRequestValidationError) Field ¶
func (e CreateNamespaceRequestValidationError) Field() string
Field function returns field value.
func (CreateNamespaceRequestValidationError) Key ¶
func (e CreateNamespaceRequestValidationError) Key() bool
Key function returns key value.
func (CreateNamespaceRequestValidationError) Reason ¶
func (e CreateNamespaceRequestValidationError) Reason() string
Reason function returns reason value.
type CreateNamespaceResponse ¶
type CreateNamespaceResponse struct {
// name namespace name
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description 命名空间描述
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time update time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
CreateNamespaceResponse 创建一个命名空间返回结构
func (*CreateNamespaceResponse) Descriptor
deprecated
func (*CreateNamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead.
func (*CreateNamespaceResponse) GetCreateTime ¶
func (x *CreateNamespaceResponse) GetCreateTime() int64
func (*CreateNamespaceResponse) GetDescription ¶
func (x *CreateNamespaceResponse) GetDescription() string
func (*CreateNamespaceResponse) GetName ¶
func (x *CreateNamespaceResponse) GetName() string
func (*CreateNamespaceResponse) GetUpdateTime ¶
func (x *CreateNamespaceResponse) GetUpdateTime() int64
func (*CreateNamespaceResponse) ProtoMessage ¶
func (*CreateNamespaceResponse) ProtoMessage()
func (*CreateNamespaceResponse) ProtoReflect ¶
func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message
func (*CreateNamespaceResponse) Reset ¶
func (x *CreateNamespaceResponse) Reset()
func (*CreateNamespaceResponse) String ¶
func (x *CreateNamespaceResponse) String() string
func (*CreateNamespaceResponse) Validate ¶
func (m *CreateNamespaceResponse) Validate() error
Validate checks the field values on CreateNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateNamespaceResponse) ValidateAll ¶
func (m *CreateNamespaceResponse) ValidateAll() error
ValidateAll checks the field values on CreateNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNamespaceResponseMultiError, or nil if none found.
type CreateNamespaceResponseMultiError ¶
type CreateNamespaceResponseMultiError []error
CreateNamespaceResponseMultiError is an error wrapping multiple validation errors returned by CreateNamespaceResponse.ValidateAll() if the designated constraints aren't met.
func (CreateNamespaceResponseMultiError) AllErrors ¶
func (m CreateNamespaceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateNamespaceResponseMultiError) Error ¶
func (m CreateNamespaceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateNamespaceResponseValidationError ¶
type CreateNamespaceResponseValidationError struct {
// contains filtered or unexported fields
}
CreateNamespaceResponseValidationError is the validation error returned by CreateNamespaceResponse.Validate if the designated constraints aren't met.
func (CreateNamespaceResponseValidationError) Cause ¶
func (e CreateNamespaceResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateNamespaceResponseValidationError) Error ¶
func (e CreateNamespaceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateNamespaceResponseValidationError) ErrorName ¶
func (e CreateNamespaceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateNamespaceResponseValidationError) Field ¶
func (e CreateNamespaceResponseValidationError) Field() string
Field function returns field value.
func (CreateNamespaceResponseValidationError) Key ¶
func (e CreateNamespaceResponseValidationError) Key() bool
Key function returns key value.
func (CreateNamespaceResponseValidationError) Reason ¶
func (e CreateNamespaceResponseValidationError) Reason() string
Reason function returns reason value.
type CreateStateMachineRequest ¶
type CreateStateMachineRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
Definition string `protobuf:"bytes,4,opt,name=definition,proto3" json:"definition,omitempty"`
// contains filtered or unexported fields
}
CreateStateMachineRequest 创建一个状态机请求结构
func (*CreateStateMachineRequest) Descriptor
deprecated
func (*CreateStateMachineRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateStateMachineRequest.ProtoReflect.Descriptor instead.
func (*CreateStateMachineRequest) GetDefinition ¶
func (x *CreateStateMachineRequest) GetDefinition() string
func (*CreateStateMachineRequest) GetDescription ¶
func (x *CreateStateMachineRequest) GetDescription() string
func (*CreateStateMachineRequest) GetName ¶
func (x *CreateStateMachineRequest) GetName() string
func (*CreateStateMachineRequest) GetNamespace ¶
func (x *CreateStateMachineRequest) GetNamespace() string
func (*CreateStateMachineRequest) ProtoMessage ¶
func (*CreateStateMachineRequest) ProtoMessage()
func (*CreateStateMachineRequest) ProtoReflect ¶
func (x *CreateStateMachineRequest) ProtoReflect() protoreflect.Message
func (*CreateStateMachineRequest) Reset ¶
func (x *CreateStateMachineRequest) Reset()
func (*CreateStateMachineRequest) String ¶
func (x *CreateStateMachineRequest) String() string
func (*CreateStateMachineRequest) Validate ¶
func (m *CreateStateMachineRequest) Validate() error
Validate checks the field values on CreateStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateStateMachineRequest) ValidateAll ¶
func (m *CreateStateMachineRequest) ValidateAll() error
ValidateAll checks the field values on CreateStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateStateMachineRequestMultiError, or nil if none found.
type CreateStateMachineRequestMultiError ¶
type CreateStateMachineRequestMultiError []error
CreateStateMachineRequestMultiError is an error wrapping multiple validation errors returned by CreateStateMachineRequest.ValidateAll() if the designated constraints aren't met.
func (CreateStateMachineRequestMultiError) AllErrors ¶
func (m CreateStateMachineRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateStateMachineRequestMultiError) Error ¶
func (m CreateStateMachineRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateStateMachineRequestValidationError ¶
type CreateStateMachineRequestValidationError struct {
// contains filtered or unexported fields
}
CreateStateMachineRequestValidationError is the validation error returned by CreateStateMachineRequest.Validate if the designated constraints aren't met.
func (CreateStateMachineRequestValidationError) Cause ¶
func (e CreateStateMachineRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateStateMachineRequestValidationError) Error ¶
func (e CreateStateMachineRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateStateMachineRequestValidationError) ErrorName ¶
func (e CreateStateMachineRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateStateMachineRequestValidationError) Field ¶
func (e CreateStateMachineRequestValidationError) Field() string
Field function returns field value.
func (CreateStateMachineRequestValidationError) Key ¶
func (e CreateStateMachineRequestValidationError) Key() bool
Key function returns key value.
func (CreateStateMachineRequestValidationError) Reason ¶
func (e CreateStateMachineRequestValidationError) Reason() string
Reason function returns reason value.
type CreateStateMachineResponse ¶
type CreateStateMachineResponse struct {
Data *StateMachineInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
CreateStateMachineResponse 创建一个状态机返回结构
func (*CreateStateMachineResponse) Descriptor
deprecated
func (*CreateStateMachineResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateStateMachineResponse.ProtoReflect.Descriptor instead.
func (*CreateStateMachineResponse) GetData ¶
func (x *CreateStateMachineResponse) GetData() *StateMachineInfo
func (*CreateStateMachineResponse) ProtoMessage ¶
func (*CreateStateMachineResponse) ProtoMessage()
func (*CreateStateMachineResponse) ProtoReflect ¶
func (x *CreateStateMachineResponse) ProtoReflect() protoreflect.Message
func (*CreateStateMachineResponse) Reset ¶
func (x *CreateStateMachineResponse) Reset()
func (*CreateStateMachineResponse) String ¶
func (x *CreateStateMachineResponse) String() string
func (*CreateStateMachineResponse) Validate ¶
func (m *CreateStateMachineResponse) Validate() error
Validate checks the field values on CreateStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateStateMachineResponse) ValidateAll ¶
func (m *CreateStateMachineResponse) ValidateAll() error
ValidateAll checks the field values on CreateStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateStateMachineResponseMultiError, or nil if none found.
type CreateStateMachineResponseMultiError ¶
type CreateStateMachineResponseMultiError []error
CreateStateMachineResponseMultiError is an error wrapping multiple validation errors returned by CreateStateMachineResponse.ValidateAll() if the designated constraints aren't met.
func (CreateStateMachineResponseMultiError) AllErrors ¶
func (m CreateStateMachineResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateStateMachineResponseMultiError) Error ¶
func (m CreateStateMachineResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateStateMachineResponseValidationError ¶
type CreateStateMachineResponseValidationError struct {
// contains filtered or unexported fields
}
CreateStateMachineResponseValidationError is the validation error returned by CreateStateMachineResponse.Validate if the designated constraints aren't met.
func (CreateStateMachineResponseValidationError) Cause ¶
func (e CreateStateMachineResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateStateMachineResponseValidationError) Error ¶
func (e CreateStateMachineResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateStateMachineResponseValidationError) ErrorName ¶
func (e CreateStateMachineResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateStateMachineResponseValidationError) Field ¶
func (e CreateStateMachineResponseValidationError) Field() string
Field function returns field value.
func (CreateStateMachineResponseValidationError) Key ¶
func (e CreateStateMachineResponseValidationError) Key() bool
Key function returns key value.
func (CreateStateMachineResponseValidationError) Reason ¶
func (e CreateStateMachineResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteActivityRequest ¶
type DeleteActivityRequest struct {
// activity uri
ActivityUri string `protobuf:"bytes,1,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteActivityRequest) Descriptor
deprecated
func (*DeleteActivityRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteActivityRequest.ProtoReflect.Descriptor instead.
func (*DeleteActivityRequest) GetActivityUri ¶
func (x *DeleteActivityRequest) GetActivityUri() string
func (*DeleteActivityRequest) ProtoMessage ¶
func (*DeleteActivityRequest) ProtoMessage()
func (*DeleteActivityRequest) ProtoReflect ¶
func (x *DeleteActivityRequest) ProtoReflect() protoreflect.Message
func (*DeleteActivityRequest) Reset ¶
func (x *DeleteActivityRequest) Reset()
func (*DeleteActivityRequest) String ¶
func (x *DeleteActivityRequest) String() string
func (*DeleteActivityRequest) Validate ¶
func (m *DeleteActivityRequest) Validate() error
Validate checks the field values on DeleteActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteActivityRequest) ValidateAll ¶
func (m *DeleteActivityRequest) ValidateAll() error
ValidateAll checks the field values on DeleteActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteActivityRequestMultiError, or nil if none found.
type DeleteActivityRequestMultiError ¶
type DeleteActivityRequestMultiError []error
DeleteActivityRequestMultiError is an error wrapping multiple validation errors returned by DeleteActivityRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteActivityRequestMultiError) AllErrors ¶
func (m DeleteActivityRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteActivityRequestMultiError) Error ¶
func (m DeleteActivityRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteActivityRequestValidationError ¶
type DeleteActivityRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteActivityRequestValidationError is the validation error returned by DeleteActivityRequest.Validate if the designated constraints aren't met.
func (DeleteActivityRequestValidationError) Cause ¶
func (e DeleteActivityRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteActivityRequestValidationError) Error ¶
func (e DeleteActivityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteActivityRequestValidationError) ErrorName ¶
func (e DeleteActivityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteActivityRequestValidationError) Field ¶
func (e DeleteActivityRequestValidationError) Field() string
Field function returns field value.
func (DeleteActivityRequestValidationError) Key ¶
func (e DeleteActivityRequestValidationError) Key() bool
Key function returns key value.
func (DeleteActivityRequestValidationError) Reason ¶
func (e DeleteActivityRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteActivityResponse ¶
type DeleteActivityResponse struct {
// contains filtered or unexported fields
}
删除活动请求返回, 占位符
func (*DeleteActivityResponse) Descriptor
deprecated
func (*DeleteActivityResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteActivityResponse.ProtoReflect.Descriptor instead.
func (*DeleteActivityResponse) ProtoMessage ¶
func (*DeleteActivityResponse) ProtoMessage()
func (*DeleteActivityResponse) ProtoReflect ¶
func (x *DeleteActivityResponse) ProtoReflect() protoreflect.Message
func (*DeleteActivityResponse) Reset ¶
func (x *DeleteActivityResponse) Reset()
func (*DeleteActivityResponse) String ¶
func (x *DeleteActivityResponse) String() string
func (*DeleteActivityResponse) Validate ¶
func (m *DeleteActivityResponse) Validate() error
Validate checks the field values on DeleteActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteActivityResponse) ValidateAll ¶
func (m *DeleteActivityResponse) ValidateAll() error
ValidateAll checks the field values on DeleteActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteActivityResponseMultiError, or nil if none found.
type DeleteActivityResponseMultiError ¶
type DeleteActivityResponseMultiError []error
DeleteActivityResponseMultiError is an error wrapping multiple validation errors returned by DeleteActivityResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteActivityResponseMultiError) AllErrors ¶
func (m DeleteActivityResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteActivityResponseMultiError) Error ¶
func (m DeleteActivityResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteActivityResponseValidationError ¶
type DeleteActivityResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteActivityResponseValidationError is the validation error returned by DeleteActivityResponse.Validate if the designated constraints aren't met.
func (DeleteActivityResponseValidationError) Cause ¶
func (e DeleteActivityResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteActivityResponseValidationError) Error ¶
func (e DeleteActivityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteActivityResponseValidationError) ErrorName ¶
func (e DeleteActivityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteActivityResponseValidationError) Field ¶
func (e DeleteActivityResponseValidationError) Field() string
Field function returns field value.
func (DeleteActivityResponseValidationError) Key ¶
func (e DeleteActivityResponseValidationError) Key() bool
Key function returns key value.
func (DeleteActivityResponseValidationError) Reason ¶
func (e DeleteActivityResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteNamespaceRequest ¶
type DeleteNamespaceRequest struct {
// name 命名空间名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
DeleteNamespaceRequest 删除一个命名空间
func (*DeleteNamespaceRequest) Descriptor
deprecated
func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.
func (*DeleteNamespaceRequest) GetName ¶
func (x *DeleteNamespaceRequest) GetName() string
func (*DeleteNamespaceRequest) ProtoMessage ¶
func (*DeleteNamespaceRequest) ProtoMessage()
func (*DeleteNamespaceRequest) ProtoReflect ¶
func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message
func (*DeleteNamespaceRequest) Reset ¶
func (x *DeleteNamespaceRequest) Reset()
func (*DeleteNamespaceRequest) String ¶
func (x *DeleteNamespaceRequest) String() string
func (*DeleteNamespaceRequest) Validate ¶
func (m *DeleteNamespaceRequest) Validate() error
Validate checks the field values on DeleteNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteNamespaceRequest) ValidateAll ¶
func (m *DeleteNamespaceRequest) ValidateAll() error
ValidateAll checks the field values on DeleteNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteNamespaceRequestMultiError, or nil if none found.
type DeleteNamespaceRequestMultiError ¶
type DeleteNamespaceRequestMultiError []error
DeleteNamespaceRequestMultiError is an error wrapping multiple validation errors returned by DeleteNamespaceRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteNamespaceRequestMultiError) AllErrors ¶
func (m DeleteNamespaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteNamespaceRequestMultiError) Error ¶
func (m DeleteNamespaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteNamespaceRequestValidationError ¶
type DeleteNamespaceRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteNamespaceRequestValidationError is the validation error returned by DeleteNamespaceRequest.Validate if the designated constraints aren't met.
func (DeleteNamespaceRequestValidationError) Cause ¶
func (e DeleteNamespaceRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteNamespaceRequestValidationError) Error ¶
func (e DeleteNamespaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteNamespaceRequestValidationError) ErrorName ¶
func (e DeleteNamespaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteNamespaceRequestValidationError) Field ¶
func (e DeleteNamespaceRequestValidationError) Field() string
Field function returns field value.
func (DeleteNamespaceRequestValidationError) Key ¶
func (e DeleteNamespaceRequestValidationError) Key() bool
Key function returns key value.
func (DeleteNamespaceRequestValidationError) Reason ¶
func (e DeleteNamespaceRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteStateMachineRequest ¶
type DeleteStateMachineRequest struct {
StatemachineUri string `protobuf:"bytes,1,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
// contains filtered or unexported fields
}
DeleteStateMachineRequest 删除一个状态机请求结构
func (*DeleteStateMachineRequest) Descriptor
deprecated
func (*DeleteStateMachineRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteStateMachineRequest.ProtoReflect.Descriptor instead.
func (*DeleteStateMachineRequest) GetStatemachineUri ¶
func (x *DeleteStateMachineRequest) GetStatemachineUri() string
func (*DeleteStateMachineRequest) ProtoMessage ¶
func (*DeleteStateMachineRequest) ProtoMessage()
func (*DeleteStateMachineRequest) ProtoReflect ¶
func (x *DeleteStateMachineRequest) ProtoReflect() protoreflect.Message
func (*DeleteStateMachineRequest) Reset ¶
func (x *DeleteStateMachineRequest) Reset()
func (*DeleteStateMachineRequest) String ¶
func (x *DeleteStateMachineRequest) String() string
func (*DeleteStateMachineRequest) Validate ¶
func (m *DeleteStateMachineRequest) Validate() error
Validate checks the field values on DeleteStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteStateMachineRequest) ValidateAll ¶
func (m *DeleteStateMachineRequest) ValidateAll() error
ValidateAll checks the field values on DeleteStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteStateMachineRequestMultiError, or nil if none found.
type DeleteStateMachineRequestMultiError ¶
type DeleteStateMachineRequestMultiError []error
DeleteStateMachineRequestMultiError is an error wrapping multiple validation errors returned by DeleteStateMachineRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteStateMachineRequestMultiError) AllErrors ¶
func (m DeleteStateMachineRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteStateMachineRequestMultiError) Error ¶
func (m DeleteStateMachineRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteStateMachineRequestValidationError ¶
type DeleteStateMachineRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteStateMachineRequestValidationError is the validation error returned by DeleteStateMachineRequest.Validate if the designated constraints aren't met.
func (DeleteStateMachineRequestValidationError) Cause ¶
func (e DeleteStateMachineRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteStateMachineRequestValidationError) Error ¶
func (e DeleteStateMachineRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteStateMachineRequestValidationError) ErrorName ¶
func (e DeleteStateMachineRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteStateMachineRequestValidationError) Field ¶
func (e DeleteStateMachineRequestValidationError) Field() string
Field function returns field value.
func (DeleteStateMachineRequestValidationError) Key ¶
func (e DeleteStateMachineRequestValidationError) Key() bool
Key function returns key value.
func (DeleteStateMachineRequestValidationError) Reason ¶
func (e DeleteStateMachineRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteStateMachineResponse ¶
type DeleteStateMachineResponse struct {
// contains filtered or unexported fields
}
DeleteStateMachineResponse 删除一个状态机返回结构
func (*DeleteStateMachineResponse) Descriptor
deprecated
func (*DeleteStateMachineResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteStateMachineResponse.ProtoReflect.Descriptor instead.
func (*DeleteStateMachineResponse) ProtoMessage ¶
func (*DeleteStateMachineResponse) ProtoMessage()
func (*DeleteStateMachineResponse) ProtoReflect ¶
func (x *DeleteStateMachineResponse) ProtoReflect() protoreflect.Message
func (*DeleteStateMachineResponse) Reset ¶
func (x *DeleteStateMachineResponse) Reset()
func (*DeleteStateMachineResponse) String ¶
func (x *DeleteStateMachineResponse) String() string
func (*DeleteStateMachineResponse) Validate ¶
func (m *DeleteStateMachineResponse) Validate() error
Validate checks the field values on DeleteStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteStateMachineResponse) ValidateAll ¶
func (m *DeleteStateMachineResponse) ValidateAll() error
ValidateAll checks the field values on DeleteStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteStateMachineResponseMultiError, or nil if none found.
type DeleteStateMachineResponseMultiError ¶
type DeleteStateMachineResponseMultiError []error
DeleteStateMachineResponseMultiError is an error wrapping multiple validation errors returned by DeleteStateMachineResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteStateMachineResponseMultiError) AllErrors ¶
func (m DeleteStateMachineResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteStateMachineResponseMultiError) Error ¶
func (m DeleteStateMachineResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteStateMachineResponseValidationError ¶
type DeleteStateMachineResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteStateMachineResponseValidationError is the validation error returned by DeleteStateMachineResponse.Validate if the designated constraints aren't met.
func (DeleteStateMachineResponseValidationError) Cause ¶
func (e DeleteStateMachineResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteStateMachineResponseValidationError) Error ¶
func (e DeleteStateMachineResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteStateMachineResponseValidationError) ErrorName ¶
func (e DeleteStateMachineResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteStateMachineResponseValidationError) Field ¶
func (e DeleteStateMachineResponseValidationError) Field() string
Field function returns field value.
func (DeleteStateMachineResponseValidationError) Key ¶
func (e DeleteStateMachineResponseValidationError) Key() bool
Key function returns key value.
func (DeleteStateMachineResponseValidationError) Reason ¶
func (e DeleteStateMachineResponseValidationError) Reason() string
Reason function returns reason value.
type DescribeActivityRequest ¶
type DescribeActivityRequest struct {
// activity uri
ActivityUri string `protobuf:"bytes,1,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// contains filtered or unexported fields
}
DescribeActivityRequest 获得活动详情
func (*DescribeActivityRequest) Descriptor
deprecated
func (*DescribeActivityRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeActivityRequest.ProtoReflect.Descriptor instead.
func (*DescribeActivityRequest) GetActivityUri ¶
func (x *DescribeActivityRequest) GetActivityUri() string
func (*DescribeActivityRequest) ProtoMessage ¶
func (*DescribeActivityRequest) ProtoMessage()
func (*DescribeActivityRequest) ProtoReflect ¶
func (x *DescribeActivityRequest) ProtoReflect() protoreflect.Message
func (*DescribeActivityRequest) Reset ¶
func (x *DescribeActivityRequest) Reset()
func (*DescribeActivityRequest) String ¶
func (x *DescribeActivityRequest) String() string
func (*DescribeActivityRequest) Validate ¶
func (m *DescribeActivityRequest) Validate() error
Validate checks the field values on DescribeActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeActivityRequest) ValidateAll ¶
func (m *DescribeActivityRequest) ValidateAll() error
ValidateAll checks the field values on DescribeActivityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeActivityRequestMultiError, or nil if none found.
type DescribeActivityRequestMultiError ¶
type DescribeActivityRequestMultiError []error
DescribeActivityRequestMultiError is an error wrapping multiple validation errors returned by DescribeActivityRequest.ValidateAll() if the designated constraints aren't met.
func (DescribeActivityRequestMultiError) AllErrors ¶
func (m DescribeActivityRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeActivityRequestMultiError) Error ¶
func (m DescribeActivityRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeActivityRequestValidationError ¶
type DescribeActivityRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeActivityRequestValidationError is the validation error returned by DescribeActivityRequest.Validate if the designated constraints aren't met.
func (DescribeActivityRequestValidationError) Cause ¶
func (e DescribeActivityRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeActivityRequestValidationError) Error ¶
func (e DescribeActivityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeActivityRequestValidationError) ErrorName ¶
func (e DescribeActivityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeActivityRequestValidationError) Field ¶
func (e DescribeActivityRequestValidationError) Field() string
Field function returns field value.
func (DescribeActivityRequestValidationError) Key ¶
func (e DescribeActivityRequestValidationError) Key() bool
Key function returns key value.
func (DescribeActivityRequestValidationError) Reason ¶
func (e DescribeActivityRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeActivityResponse ¶
type DescribeActivityResponse struct {
// name activity name
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description activity description
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// activity_uri activity uri
ActivityUri string `protobuf:"bytes,3,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// create_time create time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time update time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
DescribeActivityResponse 获得活动列表请求返回
func (*DescribeActivityResponse) Descriptor
deprecated
func (*DescribeActivityResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeActivityResponse.ProtoReflect.Descriptor instead.
func (*DescribeActivityResponse) GetActivityUri ¶
func (x *DescribeActivityResponse) GetActivityUri() string
func (*DescribeActivityResponse) GetCreateTime ¶
func (x *DescribeActivityResponse) GetCreateTime() int64
func (*DescribeActivityResponse) GetDescription ¶
func (x *DescribeActivityResponse) GetDescription() string
func (*DescribeActivityResponse) GetName ¶
func (x *DescribeActivityResponse) GetName() string
func (*DescribeActivityResponse) GetUpdateTime ¶
func (x *DescribeActivityResponse) GetUpdateTime() int64
func (*DescribeActivityResponse) ProtoMessage ¶
func (*DescribeActivityResponse) ProtoMessage()
func (*DescribeActivityResponse) ProtoReflect ¶
func (x *DescribeActivityResponse) ProtoReflect() protoreflect.Message
func (*DescribeActivityResponse) Reset ¶
func (x *DescribeActivityResponse) Reset()
func (*DescribeActivityResponse) String ¶
func (x *DescribeActivityResponse) String() string
func (*DescribeActivityResponse) Validate ¶
func (m *DescribeActivityResponse) Validate() error
Validate checks the field values on DescribeActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeActivityResponse) ValidateAll ¶
func (m *DescribeActivityResponse) ValidateAll() error
ValidateAll checks the field values on DescribeActivityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeActivityResponseMultiError, or nil if none found.
type DescribeActivityResponseMultiError ¶
type DescribeActivityResponseMultiError []error
DescribeActivityResponseMultiError is an error wrapping multiple validation errors returned by DescribeActivityResponse.ValidateAll() if the designated constraints aren't met.
func (DescribeActivityResponseMultiError) AllErrors ¶
func (m DescribeActivityResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeActivityResponseMultiError) Error ¶
func (m DescribeActivityResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeActivityResponseValidationError ¶
type DescribeActivityResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeActivityResponseValidationError is the validation error returned by DescribeActivityResponse.Validate if the designated constraints aren't met.
func (DescribeActivityResponseValidationError) Cause ¶
func (e DescribeActivityResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeActivityResponseValidationError) Error ¶
func (e DescribeActivityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeActivityResponseValidationError) ErrorName ¶
func (e DescribeActivityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeActivityResponseValidationError) Field ¶
func (e DescribeActivityResponseValidationError) Field() string
Field function returns field value.
func (DescribeActivityResponseValidationError) Key ¶
func (e DescribeActivityResponseValidationError) Key() bool
Key function returns key value.
func (DescribeActivityResponseValidationError) Reason ¶
func (e DescribeActivityResponseValidationError) Reason() string
Reason function returns reason value.
type DescribeExecutionBoneRequest ¶
type DescribeExecutionBoneRequest struct {
// execution uuid 必选
ExecutionUuid string `protobuf:"bytes,1,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// contains filtered or unexported fields
}
获得一个执行的执行的Bone请求结构
func (*DescribeExecutionBoneRequest) Descriptor
deprecated
func (*DescribeExecutionBoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeExecutionBoneRequest.ProtoReflect.Descriptor instead.
func (*DescribeExecutionBoneRequest) GetExecutionUuid ¶
func (x *DescribeExecutionBoneRequest) GetExecutionUuid() string
func (*DescribeExecutionBoneRequest) ProtoMessage ¶
func (*DescribeExecutionBoneRequest) ProtoMessage()
func (*DescribeExecutionBoneRequest) ProtoReflect ¶
func (x *DescribeExecutionBoneRequest) ProtoReflect() protoreflect.Message
func (*DescribeExecutionBoneRequest) Reset ¶
func (x *DescribeExecutionBoneRequest) Reset()
func (*DescribeExecutionBoneRequest) String ¶
func (x *DescribeExecutionBoneRequest) String() string
func (*DescribeExecutionBoneRequest) Validate ¶
func (m *DescribeExecutionBoneRequest) Validate() error
Validate checks the field values on DescribeExecutionBoneRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeExecutionBoneRequest) ValidateAll ¶
func (m *DescribeExecutionBoneRequest) ValidateAll() error
ValidateAll checks the field values on DescribeExecutionBoneRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeExecutionBoneRequestMultiError, or nil if none found.
type DescribeExecutionBoneRequestMultiError ¶
type DescribeExecutionBoneRequestMultiError []error
DescribeExecutionBoneRequestMultiError is an error wrapping multiple validation errors returned by DescribeExecutionBoneRequest.ValidateAll() if the designated constraints aren't met.
func (DescribeExecutionBoneRequestMultiError) AllErrors ¶
func (m DescribeExecutionBoneRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeExecutionBoneRequestMultiError) Error ¶
func (m DescribeExecutionBoneRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeExecutionBoneRequestValidationError ¶
type DescribeExecutionBoneRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeExecutionBoneRequestValidationError is the validation error returned by DescribeExecutionBoneRequest.Validate if the designated constraints aren't met.
func (DescribeExecutionBoneRequestValidationError) Cause ¶
func (e DescribeExecutionBoneRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeExecutionBoneRequestValidationError) Error ¶
func (e DescribeExecutionBoneRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeExecutionBoneRequestValidationError) ErrorName ¶
func (e DescribeExecutionBoneRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeExecutionBoneRequestValidationError) Field ¶
func (e DescribeExecutionBoneRequestValidationError) Field() string
Field function returns field value.
func (DescribeExecutionBoneRequestValidationError) Key ¶
func (e DescribeExecutionBoneRequestValidationError) Key() bool
Key function returns key value.
func (DescribeExecutionBoneRequestValidationError) Reason ¶
func (e DescribeExecutionBoneRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeExecutionBoneResponse ¶
type DescribeExecutionBoneResponse struct {
// bone execution bone
Bone string `protobuf:"bytes,2,opt,name=bone,proto3" json:"bone,omitempty"`
// contains filtered or unexported fields
}
获得一个执行的描述d的返回结构
func (*DescribeExecutionBoneResponse) Descriptor
deprecated
func (*DescribeExecutionBoneResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeExecutionBoneResponse.ProtoReflect.Descriptor instead.
func (*DescribeExecutionBoneResponse) GetBone ¶
func (x *DescribeExecutionBoneResponse) GetBone() string
func (*DescribeExecutionBoneResponse) ProtoMessage ¶
func (*DescribeExecutionBoneResponse) ProtoMessage()
func (*DescribeExecutionBoneResponse) ProtoReflect ¶
func (x *DescribeExecutionBoneResponse) ProtoReflect() protoreflect.Message
func (*DescribeExecutionBoneResponse) Reset ¶
func (x *DescribeExecutionBoneResponse) Reset()
func (*DescribeExecutionBoneResponse) String ¶
func (x *DescribeExecutionBoneResponse) String() string
func (*DescribeExecutionBoneResponse) Validate ¶
func (m *DescribeExecutionBoneResponse) Validate() error
Validate checks the field values on DescribeExecutionBoneResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeExecutionBoneResponse) ValidateAll ¶
func (m *DescribeExecutionBoneResponse) ValidateAll() error
ValidateAll checks the field values on DescribeExecutionBoneResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeExecutionBoneResponseMultiError, or nil if none found.
type DescribeExecutionBoneResponseMultiError ¶
type DescribeExecutionBoneResponseMultiError []error
DescribeExecutionBoneResponseMultiError is an error wrapping multiple validation errors returned by DescribeExecutionBoneResponse.ValidateAll() if the designated constraints aren't met.
func (DescribeExecutionBoneResponseMultiError) AllErrors ¶
func (m DescribeExecutionBoneResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeExecutionBoneResponseMultiError) Error ¶
func (m DescribeExecutionBoneResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeExecutionBoneResponseValidationError ¶
type DescribeExecutionBoneResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeExecutionBoneResponseValidationError is the validation error returned by DescribeExecutionBoneResponse.Validate if the designated constraints aren't met.
func (DescribeExecutionBoneResponseValidationError) Cause ¶
func (e DescribeExecutionBoneResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeExecutionBoneResponseValidationError) Error ¶
func (e DescribeExecutionBoneResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeExecutionBoneResponseValidationError) ErrorName ¶
func (e DescribeExecutionBoneResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeExecutionBoneResponseValidationError) Field ¶
func (e DescribeExecutionBoneResponseValidationError) Field() string
Field function returns field value.
func (DescribeExecutionBoneResponseValidationError) Key ¶
func (e DescribeExecutionBoneResponseValidationError) Key() bool
Key function returns key value.
func (DescribeExecutionBoneResponseValidationError) Reason ¶
func (e DescribeExecutionBoneResponseValidationError) Reason() string
Reason function returns reason value.
type DescribeExecutionRequest ¶
type DescribeExecutionRequest struct {
// execution uuid 必选
ExecutionUuid string `protobuf:"bytes,1,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// contains filtered or unexported fields
}
获得一个执行的描述请求结构
func (*DescribeExecutionRequest) Descriptor
deprecated
func (*DescribeExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeExecutionRequest.ProtoReflect.Descriptor instead.
func (*DescribeExecutionRequest) GetExecutionUuid ¶
func (x *DescribeExecutionRequest) GetExecutionUuid() string
func (*DescribeExecutionRequest) ProtoMessage ¶
func (*DescribeExecutionRequest) ProtoMessage()
func (*DescribeExecutionRequest) ProtoReflect ¶
func (x *DescribeExecutionRequest) ProtoReflect() protoreflect.Message
func (*DescribeExecutionRequest) Reset ¶
func (x *DescribeExecutionRequest) Reset()
func (*DescribeExecutionRequest) String ¶
func (x *DescribeExecutionRequest) String() string
func (*DescribeExecutionRequest) Validate ¶
func (m *DescribeExecutionRequest) Validate() error
Validate checks the field values on DescribeExecutionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeExecutionRequest) ValidateAll ¶
func (m *DescribeExecutionRequest) ValidateAll() error
ValidateAll checks the field values on DescribeExecutionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeExecutionRequestMultiError, or nil if none found.
type DescribeExecutionRequestMultiError ¶
type DescribeExecutionRequestMultiError []error
DescribeExecutionRequestMultiError is an error wrapping multiple validation errors returned by DescribeExecutionRequest.ValidateAll() if the designated constraints aren't met.
func (DescribeExecutionRequestMultiError) AllErrors ¶
func (m DescribeExecutionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeExecutionRequestMultiError) Error ¶
func (m DescribeExecutionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeExecutionRequestValidationError ¶
type DescribeExecutionRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeExecutionRequestValidationError is the validation error returned by DescribeExecutionRequest.Validate if the designated constraints aren't met.
func (DescribeExecutionRequestValidationError) Cause ¶
func (e DescribeExecutionRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeExecutionRequestValidationError) Error ¶
func (e DescribeExecutionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeExecutionRequestValidationError) ErrorName ¶
func (e DescribeExecutionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeExecutionRequestValidationError) Field ¶
func (e DescribeExecutionRequestValidationError) Field() string
Field function returns field value.
func (DescribeExecutionRequestValidationError) Key ¶
func (e DescribeExecutionRequestValidationError) Key() bool
Key function returns key value.
func (DescribeExecutionRequestValidationError) Reason ¶
func (e DescribeExecutionRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeExecutionResponse ¶
type DescribeExecutionResponse struct {
// contains filtered or unexported fields
}
获得一个执行的描述的返回结构
func (*DescribeExecutionResponse) Descriptor
deprecated
func (*DescribeExecutionResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeExecutionResponse.ProtoReflect.Descriptor instead.
func (*DescribeExecutionResponse) ProtoMessage ¶
func (*DescribeExecutionResponse) ProtoMessage()
func (*DescribeExecutionResponse) ProtoReflect ¶
func (x *DescribeExecutionResponse) ProtoReflect() protoreflect.Message
func (*DescribeExecutionResponse) Reset ¶
func (x *DescribeExecutionResponse) Reset()
func (*DescribeExecutionResponse) String ¶
func (x *DescribeExecutionResponse) String() string
func (*DescribeExecutionResponse) Validate ¶
func (m *DescribeExecutionResponse) Validate() error
Validate checks the field values on DescribeExecutionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeExecutionResponse) ValidateAll ¶
func (m *DescribeExecutionResponse) ValidateAll() error
ValidateAll checks the field values on DescribeExecutionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeExecutionResponseMultiError, or nil if none found.
type DescribeExecutionResponseMultiError ¶
type DescribeExecutionResponseMultiError []error
DescribeExecutionResponseMultiError is an error wrapping multiple validation errors returned by DescribeExecutionResponse.ValidateAll() if the designated constraints aren't met.
func (DescribeExecutionResponseMultiError) AllErrors ¶
func (m DescribeExecutionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeExecutionResponseMultiError) Error ¶
func (m DescribeExecutionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeExecutionResponseValidationError ¶
type DescribeExecutionResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeExecutionResponseValidationError is the validation error returned by DescribeExecutionResponse.Validate if the designated constraints aren't met.
func (DescribeExecutionResponseValidationError) Cause ¶
func (e DescribeExecutionResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeExecutionResponseValidationError) Error ¶
func (e DescribeExecutionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeExecutionResponseValidationError) ErrorName ¶
func (e DescribeExecutionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeExecutionResponseValidationError) Field ¶
func (e DescribeExecutionResponseValidationError) Field() string
Field function returns field value.
func (DescribeExecutionResponseValidationError) Key ¶
func (e DescribeExecutionResponseValidationError) Key() bool
Key function returns key value.
func (DescribeExecutionResponseValidationError) Reason ¶
func (e DescribeExecutionResponseValidationError) Reason() string
Reason function returns reason value.
type DescribeNamespaceRequest ¶
type DescribeNamespaceRequest struct {
// name 命名空间名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
DescribeNamespaceRequest 获得一个命名空间的描述
func (*DescribeNamespaceRequest) Descriptor
deprecated
func (*DescribeNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeNamespaceRequest.ProtoReflect.Descriptor instead.
func (*DescribeNamespaceRequest) GetName ¶
func (x *DescribeNamespaceRequest) GetName() string
func (*DescribeNamespaceRequest) ProtoMessage ¶
func (*DescribeNamespaceRequest) ProtoMessage()
func (*DescribeNamespaceRequest) ProtoReflect ¶
func (x *DescribeNamespaceRequest) ProtoReflect() protoreflect.Message
func (*DescribeNamespaceRequest) Reset ¶
func (x *DescribeNamespaceRequest) Reset()
func (*DescribeNamespaceRequest) String ¶
func (x *DescribeNamespaceRequest) String() string
func (*DescribeNamespaceRequest) Validate ¶
func (m *DescribeNamespaceRequest) Validate() error
Validate checks the field values on DescribeNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeNamespaceRequest) ValidateAll ¶
func (m *DescribeNamespaceRequest) ValidateAll() error
ValidateAll checks the field values on DescribeNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeNamespaceRequestMultiError, or nil if none found.
type DescribeNamespaceRequestMultiError ¶
type DescribeNamespaceRequestMultiError []error
DescribeNamespaceRequestMultiError is an error wrapping multiple validation errors returned by DescribeNamespaceRequest.ValidateAll() if the designated constraints aren't met.
func (DescribeNamespaceRequestMultiError) AllErrors ¶
func (m DescribeNamespaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeNamespaceRequestMultiError) Error ¶
func (m DescribeNamespaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeNamespaceRequestValidationError ¶
type DescribeNamespaceRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeNamespaceRequestValidationError is the validation error returned by DescribeNamespaceRequest.Validate if the designated constraints aren't met.
func (DescribeNamespaceRequestValidationError) Cause ¶
func (e DescribeNamespaceRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeNamespaceRequestValidationError) Error ¶
func (e DescribeNamespaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeNamespaceRequestValidationError) ErrorName ¶
func (e DescribeNamespaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeNamespaceRequestValidationError) Field ¶
func (e DescribeNamespaceRequestValidationError) Field() string
Field function returns field value.
func (DescribeNamespaceRequestValidationError) Key ¶
func (e DescribeNamespaceRequestValidationError) Key() bool
Key function returns key value.
func (DescribeNamespaceRequestValidationError) Reason ¶
func (e DescribeNamespaceRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeNamespaceResponse ¶
type DescribeNamespaceResponse struct {
// name 命名空间名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description 命名空间描述
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
DescribeNamespaceResponse 获得一个命名空间的描述返回
func (*DescribeNamespaceResponse) Descriptor
deprecated
func (*DescribeNamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeNamespaceResponse.ProtoReflect.Descriptor instead.
func (*DescribeNamespaceResponse) GetCreateTime ¶
func (x *DescribeNamespaceResponse) GetCreateTime() int64
func (*DescribeNamespaceResponse) GetDescription ¶
func (x *DescribeNamespaceResponse) GetDescription() string
func (*DescribeNamespaceResponse) GetName ¶
func (x *DescribeNamespaceResponse) GetName() string
func (*DescribeNamespaceResponse) GetUpdateTime ¶
func (x *DescribeNamespaceResponse) GetUpdateTime() int64
func (*DescribeNamespaceResponse) ProtoMessage ¶
func (*DescribeNamespaceResponse) ProtoMessage()
func (*DescribeNamespaceResponse) ProtoReflect ¶
func (x *DescribeNamespaceResponse) ProtoReflect() protoreflect.Message
func (*DescribeNamespaceResponse) Reset ¶
func (x *DescribeNamespaceResponse) Reset()
func (*DescribeNamespaceResponse) String ¶
func (x *DescribeNamespaceResponse) String() string
func (*DescribeNamespaceResponse) Validate ¶
func (m *DescribeNamespaceResponse) Validate() error
Validate checks the field values on DescribeNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeNamespaceResponse) ValidateAll ¶
func (m *DescribeNamespaceResponse) ValidateAll() error
ValidateAll checks the field values on DescribeNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeNamespaceResponseMultiError, or nil if none found.
type DescribeNamespaceResponseMultiError ¶
type DescribeNamespaceResponseMultiError []error
DescribeNamespaceResponseMultiError is an error wrapping multiple validation errors returned by DescribeNamespaceResponse.ValidateAll() if the designated constraints aren't met.
func (DescribeNamespaceResponseMultiError) AllErrors ¶
func (m DescribeNamespaceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeNamespaceResponseMultiError) Error ¶
func (m DescribeNamespaceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeNamespaceResponseValidationError ¶
type DescribeNamespaceResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeNamespaceResponseValidationError is the validation error returned by DescribeNamespaceResponse.Validate if the designated constraints aren't met.
func (DescribeNamespaceResponseValidationError) Cause ¶
func (e DescribeNamespaceResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeNamespaceResponseValidationError) Error ¶
func (e DescribeNamespaceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeNamespaceResponseValidationError) ErrorName ¶
func (e DescribeNamespaceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeNamespaceResponseValidationError) Field ¶
func (e DescribeNamespaceResponseValidationError) Field() string
Field function returns field value.
func (DescribeNamespaceResponseValidationError) Key ¶
func (e DescribeNamespaceResponseValidationError) Key() bool
Key function returns key value.
func (DescribeNamespaceResponseValidationError) Reason ¶
func (e DescribeNamespaceResponseValidationError) Reason() string
Reason function returns reason value.
type DescribeStateMachineRequest ¶
type DescribeStateMachineRequest struct {
StatemachineUri string `protobuf:"bytes,1,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
// contains filtered or unexported fields
}
DescribeActivityRequest 获得状态机详情返回结构
func (*DescribeStateMachineRequest) Descriptor
deprecated
func (*DescribeStateMachineRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeStateMachineRequest.ProtoReflect.Descriptor instead.
func (*DescribeStateMachineRequest) GetStatemachineUri ¶
func (x *DescribeStateMachineRequest) GetStatemachineUri() string
func (*DescribeStateMachineRequest) ProtoMessage ¶
func (*DescribeStateMachineRequest) ProtoMessage()
func (*DescribeStateMachineRequest) ProtoReflect ¶
func (x *DescribeStateMachineRequest) ProtoReflect() protoreflect.Message
func (*DescribeStateMachineRequest) Reset ¶
func (x *DescribeStateMachineRequest) Reset()
func (*DescribeStateMachineRequest) String ¶
func (x *DescribeStateMachineRequest) String() string
func (*DescribeStateMachineRequest) Validate ¶
func (m *DescribeStateMachineRequest) Validate() error
Validate checks the field values on DescribeStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeStateMachineRequest) ValidateAll ¶
func (m *DescribeStateMachineRequest) ValidateAll() error
ValidateAll checks the field values on DescribeStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeStateMachineRequestMultiError, or nil if none found.
type DescribeStateMachineRequestMultiError ¶
type DescribeStateMachineRequestMultiError []error
DescribeStateMachineRequestMultiError is an error wrapping multiple validation errors returned by DescribeStateMachineRequest.ValidateAll() if the designated constraints aren't met.
func (DescribeStateMachineRequestMultiError) AllErrors ¶
func (m DescribeStateMachineRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeStateMachineRequestMultiError) Error ¶
func (m DescribeStateMachineRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeStateMachineRequestValidationError ¶
type DescribeStateMachineRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeStateMachineRequestValidationError is the validation error returned by DescribeStateMachineRequest.Validate if the designated constraints aren't met.
func (DescribeStateMachineRequestValidationError) Cause ¶
func (e DescribeStateMachineRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeStateMachineRequestValidationError) Error ¶
func (e DescribeStateMachineRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeStateMachineRequestValidationError) ErrorName ¶
func (e DescribeStateMachineRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeStateMachineRequestValidationError) Field ¶
func (e DescribeStateMachineRequestValidationError) Field() string
Field function returns field value.
func (DescribeStateMachineRequestValidationError) Key ¶
func (e DescribeStateMachineRequestValidationError) Key() bool
Key function returns key value.
func (DescribeStateMachineRequestValidationError) Reason ¶
func (e DescribeStateMachineRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeStateMachineResponse ¶
type DescribeStateMachineResponse struct {
Data *StateMachineInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
DescribeStateMachineResponse 获得活动列表请求返回结构
func (*DescribeStateMachineResponse) Descriptor
deprecated
func (*DescribeStateMachineResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeStateMachineResponse.ProtoReflect.Descriptor instead.
func (*DescribeStateMachineResponse) GetData ¶
func (x *DescribeStateMachineResponse) GetData() *StateMachineInfo
func (*DescribeStateMachineResponse) ProtoMessage ¶
func (*DescribeStateMachineResponse) ProtoMessage()
func (*DescribeStateMachineResponse) ProtoReflect ¶
func (x *DescribeStateMachineResponse) ProtoReflect() protoreflect.Message
func (*DescribeStateMachineResponse) Reset ¶
func (x *DescribeStateMachineResponse) Reset()
func (*DescribeStateMachineResponse) String ¶
func (x *DescribeStateMachineResponse) String() string
func (*DescribeStateMachineResponse) Validate ¶
func (m *DescribeStateMachineResponse) Validate() error
Validate checks the field values on DescribeStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeStateMachineResponse) ValidateAll ¶
func (m *DescribeStateMachineResponse) ValidateAll() error
ValidateAll checks the field values on DescribeStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeStateMachineResponseMultiError, or nil if none found.
type DescribeStateMachineResponseMultiError ¶
type DescribeStateMachineResponseMultiError []error
DescribeStateMachineResponseMultiError is an error wrapping multiple validation errors returned by DescribeStateMachineResponse.ValidateAll() if the designated constraints aren't met.
func (DescribeStateMachineResponseMultiError) AllErrors ¶
func (m DescribeStateMachineResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeStateMachineResponseMultiError) Error ¶
func (m DescribeStateMachineResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeStateMachineResponseValidationError ¶
type DescribeStateMachineResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeStateMachineResponseValidationError is the validation error returned by DescribeStateMachineResponse.Validate if the designated constraints aren't met.
func (DescribeStateMachineResponseValidationError) Cause ¶
func (e DescribeStateMachineResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeStateMachineResponseValidationError) Error ¶
func (e DescribeStateMachineResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeStateMachineResponseValidationError) ErrorName ¶
func (e DescribeStateMachineResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeStateMachineResponseValidationError) Field ¶
func (e DescribeStateMachineResponseValidationError) Field() string
Field function returns field value.
func (DescribeStateMachineResponseValidationError) Key ¶
func (e DescribeStateMachineResponseValidationError) Key() bool
Key function returns key value.
func (DescribeStateMachineResponseValidationError) Reason ¶
func (e DescribeStateMachineResponseValidationError) Reason() string
Reason function returns reason value.
type DescribeStepRequest ¶
type DescribeStepRequest struct {
// Step id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// contains filtered or unexported fields
}
DescribeStepRequest 获得一个Step的信息请求结构
func (*DescribeStepRequest) Descriptor
deprecated
func (*DescribeStepRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeStepRequest.ProtoReflect.Descriptor instead.
func (*DescribeStepRequest) GetStepId ¶
func (x *DescribeStepRequest) GetStepId() int64
func (*DescribeStepRequest) ProtoMessage ¶
func (*DescribeStepRequest) ProtoMessage()
func (*DescribeStepRequest) ProtoReflect ¶
func (x *DescribeStepRequest) ProtoReflect() protoreflect.Message
func (*DescribeStepRequest) Reset ¶
func (x *DescribeStepRequest) Reset()
func (*DescribeStepRequest) String ¶
func (x *DescribeStepRequest) String() string
func (*DescribeStepRequest) Validate ¶
func (m *DescribeStepRequest) Validate() error
Validate checks the field values on DescribeStepRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeStepRequest) ValidateAll ¶
func (m *DescribeStepRequest) ValidateAll() error
ValidateAll checks the field values on DescribeStepRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeStepRequestMultiError, or nil if none found.
type DescribeStepRequestMultiError ¶
type DescribeStepRequestMultiError []error
DescribeStepRequestMultiError is an error wrapping multiple validation errors returned by DescribeStepRequest.ValidateAll() if the designated constraints aren't met.
func (DescribeStepRequestMultiError) AllErrors ¶
func (m DescribeStepRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeStepRequestMultiError) Error ¶
func (m DescribeStepRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeStepRequestValidationError ¶
type DescribeStepRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeStepRequestValidationError is the validation error returned by DescribeStepRequest.Validate if the designated constraints aren't met.
func (DescribeStepRequestValidationError) Cause ¶
func (e DescribeStepRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeStepRequestValidationError) Error ¶
func (e DescribeStepRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeStepRequestValidationError) ErrorName ¶
func (e DescribeStepRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeStepRequestValidationError) Field ¶
func (e DescribeStepRequestValidationError) Field() string
Field function returns field value.
func (DescribeStepRequestValidationError) Key ¶
func (e DescribeStepRequestValidationError) Key() bool
Key function returns key value.
func (DescribeStepRequestValidationError) Reason ¶
func (e DescribeStepRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeStepResponse ¶
type DescribeStepResponse struct {
// 返回的Step 状态信息
Data *StepInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// execution uuid
ExecutionUuid string `protobuf:"bytes,2,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// contains filtered or unexported fields
}
DescribeStepResponse 获得一个Step的信息返回结构
func (*DescribeStepResponse) Descriptor
deprecated
func (*DescribeStepResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeStepResponse.ProtoReflect.Descriptor instead.
func (*DescribeStepResponse) GetData ¶
func (x *DescribeStepResponse) GetData() *StepInfo
func (*DescribeStepResponse) GetExecutionUuid ¶
func (x *DescribeStepResponse) GetExecutionUuid() string
func (*DescribeStepResponse) ProtoMessage ¶
func (*DescribeStepResponse) ProtoMessage()
func (*DescribeStepResponse) ProtoReflect ¶
func (x *DescribeStepResponse) ProtoReflect() protoreflect.Message
func (*DescribeStepResponse) Reset ¶
func (x *DescribeStepResponse) Reset()
func (*DescribeStepResponse) String ¶
func (x *DescribeStepResponse) String() string
func (*DescribeStepResponse) Validate ¶
func (m *DescribeStepResponse) Validate() error
Validate checks the field values on DescribeStepResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DescribeStepResponse) ValidateAll ¶
func (m *DescribeStepResponse) ValidateAll() error
ValidateAll checks the field values on DescribeStepResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeStepResponseMultiError, or nil if none found.
type DescribeStepResponseMultiError ¶
type DescribeStepResponseMultiError []error
DescribeStepResponseMultiError is an error wrapping multiple validation errors returned by DescribeStepResponse.ValidateAll() if the designated constraints aren't met.
func (DescribeStepResponseMultiError) AllErrors ¶
func (m DescribeStepResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DescribeStepResponseMultiError) Error ¶
func (m DescribeStepResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DescribeStepResponseValidationError ¶
type DescribeStepResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeStepResponseValidationError is the validation error returned by DescribeStepResponse.Validate if the designated constraints aren't met.
func (DescribeStepResponseValidationError) Cause ¶
func (e DescribeStepResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeStepResponseValidationError) Error ¶
func (e DescribeStepResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeStepResponseValidationError) ErrorName ¶
func (e DescribeStepResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeStepResponseValidationError) Field ¶
func (e DescribeStepResponseValidationError) Field() string
Field function returns field value.
func (DescribeStepResponseValidationError) Key ¶
func (e DescribeStepResponseValidationError) Key() bool
Key function returns key value.
func (DescribeStepResponseValidationError) Reason ¶
func (e DescribeStepResponseValidationError) Reason() string
Reason function returns reason value.
type ErrorCode ¶
type ErrorCode int32
ErrorCode 错误码定义
11XXX system error 12XXX template error 13XXX execution error
const ( // OK 正常 ErrorCode_OK ErrorCode = 0 // UnknownError 未知错误 ErrorCode_UnknownError ErrorCode = 11000 // InternalError 内部错误 ErrorCode_InternalError ErrorCode = 11001 // ResourceLimitExceeded 资源限制超出 ErrorCode_ResourceLimitExceeded ErrorCode = 11002 // The provided URI is not valid. ErrorCode_InvalidURI ErrorCode = 11003 // template error ErrorCode_ActivityAlreadyExists ErrorCode = 12001 ErrorCode_ActivityDoesNotExist ErrorCode = 12002 ErrorCode_StateMachineAlreadyExists ErrorCode = 12003 ErrorCode_StateMachineDoesNotExist ErrorCode = 12004 ErrorCode_NameSpaceAlreadyExists ErrorCode = 12005 ErrorCode_NameSpaceDoesNotExist ErrorCode = 12006 // execution error ErrorCode_ExecutionAlreadyExists ErrorCode = 13001 ErrorCode_ExecutionDoesNotExist ErrorCode = 13002 // StateNotFound State 不存在 ErrorCode_StateNotFound ErrorCode = 1003 // StateGroupNotFound Stategroup 不存在 ErrorCode_StateGroupNotFound ErrorCode = 1004 // TaskTokenNotFound TaskToken 不存在 ErrorCode_TaskTokenNotFound ErrorCode = 1005 // NamespaceNotFound 不存在 ErrorCode_NamespaceNotFound ErrorCode = 1006 // ActivityNotFound activity 不存在 ErrorCode_ActivityNotFound ErrorCode = 1007 // StateMachineNotFound StateMachine 不存在 ErrorCode_StateMachineNotFound ErrorCode = 1008 // ExecutionUUIDExisted Execution UUID 已经存在 ErrorCode_ExecutionUUIDExisted ErrorCode = 1009 // ActivityTaskNotFound activity task 不存在 ErrorCode_ActivityTaskNotFound ErrorCode = 1010 // StepStatusError Step 状态错误 ErrorCode_StepStatusError ErrorCode = 1011 // ExecutionStatusError execution 状态错误 ErrorCode_ExecutionStatusError ErrorCode = 1012 // ParameterIsValid parameter is valid ErrorCode_ParameterIsValid ErrorCode = 1013 // ParameterLimitExceeded parameter limit exceeded ErrorCode_ParameterLimitExceeded ErrorCode = 1014 // InputLimitExceeded input limit exceeded ErrorCode_InputLimitExceeded ErrorCode = 1015 // OutputLimitExceeded output limit exceed ErrorCode_OutputLimitExceeded ErrorCode = 1016 // StateMachineDeinitionInvalid StateMachine definition invalid ErrorCode_StateMachineDeinitionInvalid ErrorCode = 1017 )
func (ErrorCode) Descriptor ¶
func (ErrorCode) Descriptor() protoreflect.EnumDescriptor
func (ErrorCode) EnumDescriptor
deprecated
func (ErrorCode) Number ¶
func (x ErrorCode) Number() protoreflect.EnumNumber
func (ErrorCode) Type ¶
func (ErrorCode) Type() protoreflect.EnumType
type ErrorReason ¶
type ErrorReason int32
const ( ErrorReason_GREETER_UNSPECIFIED ErrorReason = 0 ErrorReason_USER_NOT_FOUND ErrorReason = 1 )
func (ErrorReason) Descriptor ¶
func (ErrorReason) Descriptor() protoreflect.EnumDescriptor
func (ErrorReason) Enum ¶
func (x ErrorReason) Enum() *ErrorReason
func (ErrorReason) EnumDescriptor
deprecated
func (ErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use ErrorReason.Descriptor instead.
func (ErrorReason) Number ¶
func (x ErrorReason) Number() protoreflect.EnumNumber
func (ErrorReason) String ¶
func (x ErrorReason) String() string
func (ErrorReason) Type ¶
func (ErrorReason) Type() protoreflect.EnumType
type ExecutionEventInfo ¶
type ExecutionEventInfo struct {
// step id
StepId int64 `protobuf:"varint,2,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
StepName string `protobuf:"bytes,3,opt,name=step_name,json=stepName,proto3" json:"step_name,omitempty"`
EventType string `protobuf:"bytes,4,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
Data string `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
CreateTime string `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
StartTime string `protobuf:"bytes,12,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
FinishTime string `protobuf:"bytes,13,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
// contains filtered or unexported fields
}
ExecutionEventInfo 执行事件
func (*ExecutionEventInfo) Descriptor
deprecated
func (*ExecutionEventInfo) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionEventInfo.ProtoReflect.Descriptor instead.
func (*ExecutionEventInfo) GetCreateTime ¶
func (x *ExecutionEventInfo) GetCreateTime() string
func (*ExecutionEventInfo) GetData ¶
func (x *ExecutionEventInfo) GetData() string
func (*ExecutionEventInfo) GetEventType ¶
func (x *ExecutionEventInfo) GetEventType() string
func (*ExecutionEventInfo) GetFinishTime ¶
func (x *ExecutionEventInfo) GetFinishTime() string
func (*ExecutionEventInfo) GetStartTime ¶
func (x *ExecutionEventInfo) GetStartTime() string
func (*ExecutionEventInfo) GetStepId ¶
func (x *ExecutionEventInfo) GetStepId() int64
func (*ExecutionEventInfo) GetStepName ¶
func (x *ExecutionEventInfo) GetStepName() string
func (*ExecutionEventInfo) ProtoMessage ¶
func (*ExecutionEventInfo) ProtoMessage()
func (*ExecutionEventInfo) ProtoReflect ¶
func (x *ExecutionEventInfo) ProtoReflect() protoreflect.Message
func (*ExecutionEventInfo) Reset ¶
func (x *ExecutionEventInfo) Reset()
func (*ExecutionEventInfo) String ¶
func (x *ExecutionEventInfo) String() string
func (*ExecutionEventInfo) Validate ¶
func (m *ExecutionEventInfo) Validate() error
Validate checks the field values on ExecutionEventInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExecutionEventInfo) ValidateAll ¶
func (m *ExecutionEventInfo) ValidateAll() error
ValidateAll checks the field values on ExecutionEventInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExecutionEventInfoMultiError, or nil if none found.
type ExecutionEventInfoMultiError ¶
type ExecutionEventInfoMultiError []error
ExecutionEventInfoMultiError is an error wrapping multiple validation errors returned by ExecutionEventInfo.ValidateAll() if the designated constraints aren't met.
func (ExecutionEventInfoMultiError) AllErrors ¶
func (m ExecutionEventInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExecutionEventInfoMultiError) Error ¶
func (m ExecutionEventInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExecutionEventInfoValidationError ¶
type ExecutionEventInfoValidationError struct {
// contains filtered or unexported fields
}
ExecutionEventInfoValidationError is the validation error returned by ExecutionEventInfo.Validate if the designated constraints aren't met.
func (ExecutionEventInfoValidationError) Cause ¶
func (e ExecutionEventInfoValidationError) Cause() error
Cause function returns cause value.
func (ExecutionEventInfoValidationError) Error ¶
func (e ExecutionEventInfoValidationError) Error() string
Error satisfies the builtin error interface
func (ExecutionEventInfoValidationError) ErrorName ¶
func (e ExecutionEventInfoValidationError) ErrorName() string
ErrorName returns error name.
func (ExecutionEventInfoValidationError) Field ¶
func (e ExecutionEventInfoValidationError) Field() string
Field function returns field value.
func (ExecutionEventInfoValidationError) Key ¶
func (e ExecutionEventInfoValidationError) Key() bool
Key function returns key value.
func (ExecutionEventInfoValidationError) Reason ¶
func (e ExecutionEventInfoValidationError) Reason() string
Reason function returns reason value.
type ExecutionListItem ¶
type ExecutionListItem struct {
// execution_uuid
ExecutionUuid string `protobuf:"bytes,1,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// status execution status
Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
// title execution title
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
Definition string `protobuf:"bytes,4,opt,name=definition,proto3" json:"definition,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// start_time timestample
StartTime int64 `protobuf:"varint,12,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
// finish_time timestample
FinishTime int64 `protobuf:"varint,13,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
// contains filtered or unexported fields
}
ExecutionListItem execution info in ListExecutionsResponse
func (*ExecutionListItem) Descriptor
deprecated
func (*ExecutionListItem) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionListItem.ProtoReflect.Descriptor instead.
func (*ExecutionListItem) GetCreateTime ¶
func (x *ExecutionListItem) GetCreateTime() int64
func (*ExecutionListItem) GetDefinition ¶
func (x *ExecutionListItem) GetDefinition() string
func (*ExecutionListItem) GetExecutionUuid ¶
func (x *ExecutionListItem) GetExecutionUuid() string
func (*ExecutionListItem) GetFinishTime ¶
func (x *ExecutionListItem) GetFinishTime() int64
func (*ExecutionListItem) GetStartTime ¶
func (x *ExecutionListItem) GetStartTime() int64
func (*ExecutionListItem) GetStatus ¶
func (x *ExecutionListItem) GetStatus() string
func (*ExecutionListItem) GetTitle ¶
func (x *ExecutionListItem) GetTitle() string
func (*ExecutionListItem) ProtoMessage ¶
func (*ExecutionListItem) ProtoMessage()
func (*ExecutionListItem) ProtoReflect ¶
func (x *ExecutionListItem) ProtoReflect() protoreflect.Message
func (*ExecutionListItem) Reset ¶
func (x *ExecutionListItem) Reset()
func (*ExecutionListItem) String ¶
func (x *ExecutionListItem) String() string
func (*ExecutionListItem) Validate ¶
func (m *ExecutionListItem) Validate() error
Validate checks the field values on ExecutionListItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExecutionListItem) ValidateAll ¶
func (m *ExecutionListItem) ValidateAll() error
ValidateAll checks the field values on ExecutionListItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExecutionListItemMultiError, or nil if none found.
type ExecutionListItemMultiError ¶
type ExecutionListItemMultiError []error
ExecutionListItemMultiError is an error wrapping multiple validation errors returned by ExecutionListItem.ValidateAll() if the designated constraints aren't met.
func (ExecutionListItemMultiError) AllErrors ¶
func (m ExecutionListItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExecutionListItemMultiError) Error ¶
func (m ExecutionListItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExecutionListItemValidationError ¶
type ExecutionListItemValidationError struct {
// contains filtered or unexported fields
}
ExecutionListItemValidationError is the validation error returned by ExecutionListItem.Validate if the designated constraints aren't met.
func (ExecutionListItemValidationError) Cause ¶
func (e ExecutionListItemValidationError) Cause() error
Cause function returns cause value.
func (ExecutionListItemValidationError) Error ¶
func (e ExecutionListItemValidationError) Error() string
Error satisfies the builtin error interface
func (ExecutionListItemValidationError) ErrorName ¶
func (e ExecutionListItemValidationError) ErrorName() string
ErrorName returns error name.
func (ExecutionListItemValidationError) Field ¶
func (e ExecutionListItemValidationError) Field() string
Field function returns field value.
func (ExecutionListItemValidationError) Key ¶
func (e ExecutionListItemValidationError) Key() bool
Key function returns key value.
func (ExecutionListItemValidationError) Reason ¶
func (e ExecutionListItemValidationError) Reason() string
Reason function returns reason value.
type GetActivityTaskRequest ¶
type GetActivityTaskRequest struct {
// task uri
ActivityUri string `protobuf:"bytes,1,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// timeout_seconds
TimeoutSeconds int32 `protobuf:"varint,2,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
// contains filtered or unexported fields
}
GetActivityTaskRequest 通过URI查询是否有一个需要执行的task
func (*GetActivityTaskRequest) Descriptor
deprecated
func (*GetActivityTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetActivityTaskRequest.ProtoReflect.Descriptor instead.
func (*GetActivityTaskRequest) GetActivityUri ¶
func (x *GetActivityTaskRequest) GetActivityUri() string
func (*GetActivityTaskRequest) GetTimeoutSeconds ¶
func (x *GetActivityTaskRequest) GetTimeoutSeconds() int32
func (*GetActivityTaskRequest) ProtoMessage ¶
func (*GetActivityTaskRequest) ProtoMessage()
func (*GetActivityTaskRequest) ProtoReflect ¶
func (x *GetActivityTaskRequest) ProtoReflect() protoreflect.Message
func (*GetActivityTaskRequest) Reset ¶
func (x *GetActivityTaskRequest) Reset()
func (*GetActivityTaskRequest) String ¶
func (x *GetActivityTaskRequest) String() string
func (*GetActivityTaskRequest) Validate ¶
func (m *GetActivityTaskRequest) Validate() error
Validate checks the field values on GetActivityTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetActivityTaskRequest) ValidateAll ¶
func (m *GetActivityTaskRequest) ValidateAll() error
ValidateAll checks the field values on GetActivityTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActivityTaskRequestMultiError, or nil if none found.
type GetActivityTaskRequestMultiError ¶
type GetActivityTaskRequestMultiError []error
GetActivityTaskRequestMultiError is an error wrapping multiple validation errors returned by GetActivityTaskRequest.ValidateAll() if the designated constraints aren't met.
func (GetActivityTaskRequestMultiError) AllErrors ¶
func (m GetActivityTaskRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetActivityTaskRequestMultiError) Error ¶
func (m GetActivityTaskRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetActivityTaskRequestValidationError ¶
type GetActivityTaskRequestValidationError struct {
// contains filtered or unexported fields
}
GetActivityTaskRequestValidationError is the validation error returned by GetActivityTaskRequest.Validate if the designated constraints aren't met.
func (GetActivityTaskRequestValidationError) Cause ¶
func (e GetActivityTaskRequestValidationError) Cause() error
Cause function returns cause value.
func (GetActivityTaskRequestValidationError) Error ¶
func (e GetActivityTaskRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetActivityTaskRequestValidationError) ErrorName ¶
func (e GetActivityTaskRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetActivityTaskRequestValidationError) Field ¶
func (e GetActivityTaskRequestValidationError) Field() string
Field function returns field value.
func (GetActivityTaskRequestValidationError) Key ¶
func (e GetActivityTaskRequestValidationError) Key() bool
Key function returns key value.
func (GetActivityTaskRequestValidationError) Reason ¶
func (e GetActivityTaskRequestValidationError) Reason() string
Reason function returns reason value.
type GetActivityTaskResponse ¶
type GetActivityTaskResponse struct {
// task_uri
ActivityUri string `protobuf:"bytes,1,opt,name=activity_uri,json=activityUri,proto3" json:"activity_uri,omitempty"`
// task_token
TaskToken string `protobuf:"bytes,2,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
// task 的输入,需要worker自己解码
Input string `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
// Deprecated: 该字段已经废弃,使用timeout_seconds
// task 的超时时间,单位(s), 0表示不超时
TimeoutSecond int64 `protobuf:"varint,4,opt,name=timeout_second,json=timeoutSecond,proto3" json:"timeout_second,omitempty"`
// Deprecated: 该字段已经废弃,使用heartbeat_seconds
// task 心跳超时时间,单位(s), 0 表示不超时
HeartbeatTimeoutSecond int64 `` /* 130-byte string literal not displayed */
// task 的超时时间,单位(s), 0表示不超时
TimeoutSeconds int64 `protobuf:"varint,6,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
// task 心跳超时时间,单位(s), 0 表示不超时
HeartbeatSeconds int64 `protobuf:"varint,7,opt,name=heartbeat_seconds,json=heartbeatSeconds,proto3" json:"heartbeat_seconds,omitempty"`
// task 的额外信息
ExtraInfo *GetActivityTaskResponse_ExtraInfo `protobuf:"bytes,10,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"`
// contains filtered or unexported fields
}
GetActivityTaskResponse 返回查询到的结构
func (*GetActivityTaskResponse) Descriptor
deprecated
func (*GetActivityTaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetActivityTaskResponse.ProtoReflect.Descriptor instead.
func (*GetActivityTaskResponse) GetActivityUri ¶
func (x *GetActivityTaskResponse) GetActivityUri() string
func (*GetActivityTaskResponse) GetExtraInfo ¶
func (x *GetActivityTaskResponse) GetExtraInfo() *GetActivityTaskResponse_ExtraInfo
func (*GetActivityTaskResponse) GetHeartbeatSeconds ¶
func (x *GetActivityTaskResponse) GetHeartbeatSeconds() int64
func (*GetActivityTaskResponse) GetHeartbeatTimeoutSecond ¶
func (x *GetActivityTaskResponse) GetHeartbeatTimeoutSecond() int64
func (*GetActivityTaskResponse) GetInput ¶
func (x *GetActivityTaskResponse) GetInput() string
func (*GetActivityTaskResponse) GetTaskToken ¶
func (x *GetActivityTaskResponse) GetTaskToken() string
func (*GetActivityTaskResponse) GetTimeoutSecond ¶
func (x *GetActivityTaskResponse) GetTimeoutSecond() int64
func (*GetActivityTaskResponse) GetTimeoutSeconds ¶
func (x *GetActivityTaskResponse) GetTimeoutSeconds() int64
func (*GetActivityTaskResponse) ProtoMessage ¶
func (*GetActivityTaskResponse) ProtoMessage()
func (*GetActivityTaskResponse) ProtoReflect ¶
func (x *GetActivityTaskResponse) ProtoReflect() protoreflect.Message
func (*GetActivityTaskResponse) Reset ¶
func (x *GetActivityTaskResponse) Reset()
func (*GetActivityTaskResponse) String ¶
func (x *GetActivityTaskResponse) String() string
func (*GetActivityTaskResponse) Validate ¶
func (m *GetActivityTaskResponse) Validate() error
Validate checks the field values on GetActivityTaskResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetActivityTaskResponse) ValidateAll ¶
func (m *GetActivityTaskResponse) ValidateAll() error
ValidateAll checks the field values on GetActivityTaskResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActivityTaskResponseMultiError, or nil if none found.
type GetActivityTaskResponseMultiError ¶
type GetActivityTaskResponseMultiError []error
GetActivityTaskResponseMultiError is an error wrapping multiple validation errors returned by GetActivityTaskResponse.ValidateAll() if the designated constraints aren't met.
func (GetActivityTaskResponseMultiError) AllErrors ¶
func (m GetActivityTaskResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetActivityTaskResponseMultiError) Error ¶
func (m GetActivityTaskResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetActivityTaskResponseValidationError ¶
type GetActivityTaskResponseValidationError struct {
// contains filtered or unexported fields
}
GetActivityTaskResponseValidationError is the validation error returned by GetActivityTaskResponse.Validate if the designated constraints aren't met.
func (GetActivityTaskResponseValidationError) Cause ¶
func (e GetActivityTaskResponseValidationError) Cause() error
Cause function returns cause value.
func (GetActivityTaskResponseValidationError) Error ¶
func (e GetActivityTaskResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetActivityTaskResponseValidationError) ErrorName ¶
func (e GetActivityTaskResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetActivityTaskResponseValidationError) Field ¶
func (e GetActivityTaskResponseValidationError) Field() string
Field function returns field value.
func (GetActivityTaskResponseValidationError) Key ¶
func (e GetActivityTaskResponseValidationError) Key() bool
Key function returns key value.
func (GetActivityTaskResponseValidationError) Reason ¶
func (e GetActivityTaskResponseValidationError) Reason() string
Reason function returns reason value.
type GetActivityTaskResponse_ExtraInfo ¶
type GetActivityTaskResponse_ExtraInfo struct {
// Step id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// execution uuid
ExecutionUuid string `protobuf:"bytes,2,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// contains filtered or unexported fields
}
ExtraInfo 附加信息
func (*GetActivityTaskResponse_ExtraInfo) Descriptor
deprecated
func (*GetActivityTaskResponse_ExtraInfo) Descriptor() ([]byte, []int)
Deprecated: Use GetActivityTaskResponse_ExtraInfo.ProtoReflect.Descriptor instead.
func (*GetActivityTaskResponse_ExtraInfo) GetExecutionUuid ¶
func (x *GetActivityTaskResponse_ExtraInfo) GetExecutionUuid() string
func (*GetActivityTaskResponse_ExtraInfo) GetStepId ¶
func (x *GetActivityTaskResponse_ExtraInfo) GetStepId() int64
func (*GetActivityTaskResponse_ExtraInfo) ProtoMessage ¶
func (*GetActivityTaskResponse_ExtraInfo) ProtoMessage()
func (*GetActivityTaskResponse_ExtraInfo) ProtoReflect ¶
func (x *GetActivityTaskResponse_ExtraInfo) ProtoReflect() protoreflect.Message
func (*GetActivityTaskResponse_ExtraInfo) Reset ¶
func (x *GetActivityTaskResponse_ExtraInfo) Reset()
func (*GetActivityTaskResponse_ExtraInfo) String ¶
func (x *GetActivityTaskResponse_ExtraInfo) String() string
func (*GetActivityTaskResponse_ExtraInfo) Validate ¶
func (m *GetActivityTaskResponse_ExtraInfo) Validate() error
Validate checks the field values on GetActivityTaskResponse_ExtraInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetActivityTaskResponse_ExtraInfo) ValidateAll ¶
func (m *GetActivityTaskResponse_ExtraInfo) ValidateAll() error
ValidateAll checks the field values on GetActivityTaskResponse_ExtraInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActivityTaskResponse_ExtraInfoMultiError, or nil if none found.
type GetActivityTaskResponse_ExtraInfoMultiError ¶
type GetActivityTaskResponse_ExtraInfoMultiError []error
GetActivityTaskResponse_ExtraInfoMultiError is an error wrapping multiple validation errors returned by GetActivityTaskResponse_ExtraInfo.ValidateAll() if the designated constraints aren't met.
func (GetActivityTaskResponse_ExtraInfoMultiError) AllErrors ¶
func (m GetActivityTaskResponse_ExtraInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetActivityTaskResponse_ExtraInfoMultiError) Error ¶
func (m GetActivityTaskResponse_ExtraInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetActivityTaskResponse_ExtraInfoValidationError ¶
type GetActivityTaskResponse_ExtraInfoValidationError struct {
// contains filtered or unexported fields
}
GetActivityTaskResponse_ExtraInfoValidationError is the validation error returned by GetActivityTaskResponse_ExtraInfo.Validate if the designated constraints aren't met.
func (GetActivityTaskResponse_ExtraInfoValidationError) Cause ¶
func (e GetActivityTaskResponse_ExtraInfoValidationError) Cause() error
Cause function returns cause value.
func (GetActivityTaskResponse_ExtraInfoValidationError) Error ¶
func (e GetActivityTaskResponse_ExtraInfoValidationError) Error() string
Error satisfies the builtin error interface
func (GetActivityTaskResponse_ExtraInfoValidationError) ErrorName ¶
func (e GetActivityTaskResponse_ExtraInfoValidationError) ErrorName() string
ErrorName returns error name.
func (GetActivityTaskResponse_ExtraInfoValidationError) Field ¶
func (e GetActivityTaskResponse_ExtraInfoValidationError) Field() string
Field function returns field value.
func (GetActivityTaskResponse_ExtraInfoValidationError) Key ¶
func (e GetActivityTaskResponse_ExtraInfoValidationError) Key() bool
Key function returns key value.
func (GetActivityTaskResponse_ExtraInfoValidationError) Reason ¶
func (e GetActivityTaskResponse_ExtraInfoValidationError) Reason() string
Reason function returns reason value.
type GreeterClient ¶
type GreeterClient interface {
// Sends a greeting
SayHello(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloReply, error)
}
GreeterClient is the client API for Greeter service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
The greeting service definition.
func NewGreeterClient ¶
func NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient
type GreeterHTTPClient ¶
type GreeterHTTPClient interface {
// SayHello Sends a greeting
SayHello(ctx context.Context, req *HelloRequest, opts ...http.CallOption) (rsp *HelloReply, err error)
}
func NewGreeterHTTPClient ¶
func NewGreeterHTTPClient(client *http.Client) GreeterHTTPClient
type GreeterHTTPClientImpl ¶
type GreeterHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*GreeterHTTPClientImpl) SayHello ¶
func (c *GreeterHTTPClientImpl) SayHello(ctx context.Context, in *HelloRequest, opts ...http.CallOption) (*HelloReply, error)
SayHello Sends a greeting
type GreeterHTTPServer ¶
type GreeterHTTPServer interface {
// SayHello Sends a greeting
SayHello(context.Context, *HelloRequest) (*HelloReply, error)
}
type GreeterServer ¶
type GreeterServer interface {
// Sends a greeting
SayHello(context.Context, *HelloRequest) (*HelloReply, error)
// contains filtered or unexported methods
}
GreeterServer is the server API for Greeter service. All implementations must embed UnimplementedGreeterServer for forward compatibility.
The greeting service definition.
type HTTPResponseMessage ¶
type HTTPResponseMessage struct {
// 返回码,0为正常,非0为异常
Retcode int32 `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
// 异常信息说明
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
HTTPResponseMessage HTTP API接口返回值格式
func (*HTTPResponseMessage) Descriptor
deprecated
func (*HTTPResponseMessage) Descriptor() ([]byte, []int)
Deprecated: Use HTTPResponseMessage.ProtoReflect.Descriptor instead.
func (*HTTPResponseMessage) GetMessage ¶
func (x *HTTPResponseMessage) GetMessage() string
func (*HTTPResponseMessage) GetRetcode ¶
func (x *HTTPResponseMessage) GetRetcode() int32
func (*HTTPResponseMessage) ProtoMessage ¶
func (*HTTPResponseMessage) ProtoMessage()
func (*HTTPResponseMessage) ProtoReflect ¶
func (x *HTTPResponseMessage) ProtoReflect() protoreflect.Message
func (*HTTPResponseMessage) Reset ¶
func (x *HTTPResponseMessage) Reset()
func (*HTTPResponseMessage) String ¶
func (x *HTTPResponseMessage) String() string
func (*HTTPResponseMessage) Validate ¶
func (m *HTTPResponseMessage) Validate() error
Validate checks the field values on HTTPResponseMessage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*HTTPResponseMessage) ValidateAll ¶
func (m *HTTPResponseMessage) ValidateAll() error
ValidateAll checks the field values on HTTPResponseMessage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HTTPResponseMessageMultiError, or nil if none found.
type HTTPResponseMessageMultiError ¶
type HTTPResponseMessageMultiError []error
HTTPResponseMessageMultiError is an error wrapping multiple validation errors returned by HTTPResponseMessage.ValidateAll() if the designated constraints aren't met.
func (HTTPResponseMessageMultiError) AllErrors ¶
func (m HTTPResponseMessageMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (HTTPResponseMessageMultiError) Error ¶
func (m HTTPResponseMessageMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type HTTPResponseMessageValidationError ¶
type HTTPResponseMessageValidationError struct {
// contains filtered or unexported fields
}
HTTPResponseMessageValidationError is the validation error returned by HTTPResponseMessage.Validate if the designated constraints aren't met.
func (HTTPResponseMessageValidationError) Cause ¶
func (e HTTPResponseMessageValidationError) Cause() error
Cause function returns cause value.
func (HTTPResponseMessageValidationError) Error ¶
func (e HTTPResponseMessageValidationError) Error() string
Error satisfies the builtin error interface
func (HTTPResponseMessageValidationError) ErrorName ¶
func (e HTTPResponseMessageValidationError) ErrorName() string
ErrorName returns error name.
func (HTTPResponseMessageValidationError) Field ¶
func (e HTTPResponseMessageValidationError) Field() string
Field function returns field value.
func (HTTPResponseMessageValidationError) Key ¶
func (e HTTPResponseMessageValidationError) Key() bool
Key function returns key value.
func (HTTPResponseMessageValidationError) Reason ¶
func (e HTTPResponseMessageValidationError) Reason() string
Reason function returns reason value.
type HelloReply ¶
type HelloReply struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
The response message containing the greetings
func (*HelloReply) Descriptor
deprecated
func (*HelloReply) Descriptor() ([]byte, []int)
Deprecated: Use HelloReply.ProtoReflect.Descriptor instead.
func (*HelloReply) GetMessage ¶
func (x *HelloReply) GetMessage() string
func (*HelloReply) ProtoMessage ¶
func (*HelloReply) ProtoMessage()
func (*HelloReply) ProtoReflect ¶
func (x *HelloReply) ProtoReflect() protoreflect.Message
func (*HelloReply) Reset ¶
func (x *HelloReply) Reset()
func (*HelloReply) String ¶
func (x *HelloReply) String() string
func (*HelloReply) Validate ¶
func (m *HelloReply) Validate() error
Validate checks the field values on HelloReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*HelloReply) ValidateAll ¶
func (m *HelloReply) ValidateAll() error
ValidateAll checks the field values on HelloReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HelloReplyMultiError, or nil if none found.
type HelloReplyMultiError ¶
type HelloReplyMultiError []error
HelloReplyMultiError is an error wrapping multiple validation errors returned by HelloReply.ValidateAll() if the designated constraints aren't met.
func (HelloReplyMultiError) AllErrors ¶
func (m HelloReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (HelloReplyMultiError) Error ¶
func (m HelloReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type HelloReplyValidationError ¶
type HelloReplyValidationError struct {
// contains filtered or unexported fields
}
HelloReplyValidationError is the validation error returned by HelloReply.Validate if the designated constraints aren't met.
func (HelloReplyValidationError) Cause ¶
func (e HelloReplyValidationError) Cause() error
Cause function returns cause value.
func (HelloReplyValidationError) Error ¶
func (e HelloReplyValidationError) Error() string
Error satisfies the builtin error interface
func (HelloReplyValidationError) ErrorName ¶
func (e HelloReplyValidationError) ErrorName() string
ErrorName returns error name.
func (HelloReplyValidationError) Field ¶
func (e HelloReplyValidationError) Field() string
Field function returns field value.
func (HelloReplyValidationError) Key ¶
func (e HelloReplyValidationError) Key() bool
Key function returns key value.
func (HelloReplyValidationError) Reason ¶
func (e HelloReplyValidationError) Reason() string
Reason function returns reason value.
type HelloRequest ¶
type HelloRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
The request message containing the user's name.
func (*HelloRequest) Descriptor
deprecated
func (*HelloRequest) Descriptor() ([]byte, []int)
Deprecated: Use HelloRequest.ProtoReflect.Descriptor instead.
func (*HelloRequest) GetName ¶
func (x *HelloRequest) GetName() string
func (*HelloRequest) ProtoMessage ¶
func (*HelloRequest) ProtoMessage()
func (*HelloRequest) ProtoReflect ¶
func (x *HelloRequest) ProtoReflect() protoreflect.Message
func (*HelloRequest) Reset ¶
func (x *HelloRequest) Reset()
func (*HelloRequest) String ¶
func (x *HelloRequest) String() string
func (*HelloRequest) Validate ¶
func (m *HelloRequest) Validate() error
Validate checks the field values on HelloRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*HelloRequest) ValidateAll ¶
func (m *HelloRequest) ValidateAll() error
ValidateAll checks the field values on HelloRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HelloRequestMultiError, or nil if none found.
type HelloRequestMultiError ¶
type HelloRequestMultiError []error
HelloRequestMultiError is an error wrapping multiple validation errors returned by HelloRequest.ValidateAll() if the designated constraints aren't met.
func (HelloRequestMultiError) AllErrors ¶
func (m HelloRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (HelloRequestMultiError) Error ¶
func (m HelloRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type HelloRequestValidationError ¶
type HelloRequestValidationError struct {
// contains filtered or unexported fields
}
HelloRequestValidationError is the validation error returned by HelloRequest.Validate if the designated constraints aren't met.
func (HelloRequestValidationError) Cause ¶
func (e HelloRequestValidationError) Cause() error
Cause function returns cause value.
func (HelloRequestValidationError) Error ¶
func (e HelloRequestValidationError) Error() string
Error satisfies the builtin error interface
func (HelloRequestValidationError) ErrorName ¶
func (e HelloRequestValidationError) ErrorName() string
ErrorName returns error name.
func (HelloRequestValidationError) Field ¶
func (e HelloRequestValidationError) Field() string
Field function returns field value.
func (HelloRequestValidationError) Key ¶
func (e HelloRequestValidationError) Key() bool
Key function returns key value.
func (HelloRequestValidationError) Reason ¶
func (e HelloRequestValidationError) Reason() string
Reason function returns reason value.
type ListActivitiesRequest ¶
type ListActivitiesRequest struct {
// namespace 活动命名空间
Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
// 分页请求,默认 每分页大小 = 50条
PageRequest *PageRequest `protobuf:"bytes,2,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
// contains filtered or unexported fields
}
ListActivitiesRequest 获得活动列表请求结构
func (*ListActivitiesRequest) Descriptor
deprecated
func (*ListActivitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListActivitiesRequest.ProtoReflect.Descriptor instead.
func (*ListActivitiesRequest) GetNamespace ¶
func (x *ListActivitiesRequest) GetNamespace() string
func (*ListActivitiesRequest) GetPageRequest ¶
func (x *ListActivitiesRequest) GetPageRequest() *PageRequest
func (*ListActivitiesRequest) ProtoMessage ¶
func (*ListActivitiesRequest) ProtoMessage()
func (*ListActivitiesRequest) ProtoReflect ¶
func (x *ListActivitiesRequest) ProtoReflect() protoreflect.Message
func (*ListActivitiesRequest) Reset ¶
func (x *ListActivitiesRequest) Reset()
func (*ListActivitiesRequest) String ¶
func (x *ListActivitiesRequest) String() string
func (*ListActivitiesRequest) Validate ¶
func (m *ListActivitiesRequest) Validate() error
Validate checks the field values on ListActivitiesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListActivitiesRequest) ValidateAll ¶
func (m *ListActivitiesRequest) ValidateAll() error
ValidateAll checks the field values on ListActivitiesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListActivitiesRequestMultiError, or nil if none found.
type ListActivitiesRequestMultiError ¶
type ListActivitiesRequestMultiError []error
ListActivitiesRequestMultiError is an error wrapping multiple validation errors returned by ListActivitiesRequest.ValidateAll() if the designated constraints aren't met.
func (ListActivitiesRequestMultiError) AllErrors ¶
func (m ListActivitiesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListActivitiesRequestMultiError) Error ¶
func (m ListActivitiesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListActivitiesRequestValidationError ¶
type ListActivitiesRequestValidationError struct {
// contains filtered or unexported fields
}
ListActivitiesRequestValidationError is the validation error returned by ListActivitiesRequest.Validate if the designated constraints aren't met.
func (ListActivitiesRequestValidationError) Cause ¶
func (e ListActivitiesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListActivitiesRequestValidationError) Error ¶
func (e ListActivitiesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListActivitiesRequestValidationError) ErrorName ¶
func (e ListActivitiesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListActivitiesRequestValidationError) Field ¶
func (e ListActivitiesRequestValidationError) Field() string
Field function returns field value.
func (ListActivitiesRequestValidationError) Key ¶
func (e ListActivitiesRequestValidationError) Key() bool
Key function returns key value.
func (ListActivitiesRequestValidationError) Reason ¶
func (e ListActivitiesRequestValidationError) Reason() string
Reason function returns reason value.
type ListActivitiesResponse ¶
type ListActivitiesResponse struct {
// 查询到的执行列表
Activities []*ActivityListItem `protobuf:"bytes,1,rep,name=activities,proto3" json:"activities,omitempty"`
// 分页信息
PageResponse *PageResponse `protobuf:"bytes,2,opt,name=page_response,json=pageResponse,proto3" json:"page_response,omitempty"`
// contains filtered or unexported fields
}
ListActivitiesResponse 获得活动列表请求返回
func (*ListActivitiesResponse) Descriptor
deprecated
func (*ListActivitiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListActivitiesResponse.ProtoReflect.Descriptor instead.
func (*ListActivitiesResponse) GetActivities ¶
func (x *ListActivitiesResponse) GetActivities() []*ActivityListItem
func (*ListActivitiesResponse) GetPageResponse ¶
func (x *ListActivitiesResponse) GetPageResponse() *PageResponse
func (*ListActivitiesResponse) ProtoMessage ¶
func (*ListActivitiesResponse) ProtoMessage()
func (*ListActivitiesResponse) ProtoReflect ¶
func (x *ListActivitiesResponse) ProtoReflect() protoreflect.Message
func (*ListActivitiesResponse) Reset ¶
func (x *ListActivitiesResponse) Reset()
func (*ListActivitiesResponse) String ¶
func (x *ListActivitiesResponse) String() string
func (*ListActivitiesResponse) Validate ¶
func (m *ListActivitiesResponse) Validate() error
Validate checks the field values on ListActivitiesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListActivitiesResponse) ValidateAll ¶
func (m *ListActivitiesResponse) ValidateAll() error
ValidateAll checks the field values on ListActivitiesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListActivitiesResponseMultiError, or nil if none found.
type ListActivitiesResponseMultiError ¶
type ListActivitiesResponseMultiError []error
ListActivitiesResponseMultiError is an error wrapping multiple validation errors returned by ListActivitiesResponse.ValidateAll() if the designated constraints aren't met.
func (ListActivitiesResponseMultiError) AllErrors ¶
func (m ListActivitiesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListActivitiesResponseMultiError) Error ¶
func (m ListActivitiesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListActivitiesResponseValidationError ¶
type ListActivitiesResponseValidationError struct {
// contains filtered or unexported fields
}
ListActivitiesResponseValidationError is the validation error returned by ListActivitiesResponse.Validate if the designated constraints aren't met.
func (ListActivitiesResponseValidationError) Cause ¶
func (e ListActivitiesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListActivitiesResponseValidationError) Error ¶
func (e ListActivitiesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListActivitiesResponseValidationError) ErrorName ¶
func (e ListActivitiesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListActivitiesResponseValidationError) Field ¶
func (e ListActivitiesResponseValidationError) Field() string
Field function returns field value.
func (ListActivitiesResponseValidationError) Key ¶
func (e ListActivitiesResponseValidationError) Key() bool
Key function returns key value.
func (ListActivitiesResponseValidationError) Reason ¶
func (e ListActivitiesResponseValidationError) Reason() string
Reason function returns reason value.
type ListExecutionEventsRequest ¶
type ListExecutionEventsRequest struct {
ExecutionUuid string `protobuf:"bytes,1,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
PageRequest *PageRequest `protobuf:"bytes,2,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
// contains filtered or unexported fields
}
ListExecutionEventsRequest 获得一个执行的Event列表请求结构
func (*ListExecutionEventsRequest) Descriptor
deprecated
func (*ListExecutionEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExecutionEventsRequest.ProtoReflect.Descriptor instead.
func (*ListExecutionEventsRequest) GetExecutionUuid ¶
func (x *ListExecutionEventsRequest) GetExecutionUuid() string
func (*ListExecutionEventsRequest) GetPageRequest ¶
func (x *ListExecutionEventsRequest) GetPageRequest() *PageRequest
func (*ListExecutionEventsRequest) ProtoMessage ¶
func (*ListExecutionEventsRequest) ProtoMessage()
func (*ListExecutionEventsRequest) ProtoReflect ¶
func (x *ListExecutionEventsRequest) ProtoReflect() protoreflect.Message
func (*ListExecutionEventsRequest) Reset ¶
func (x *ListExecutionEventsRequest) Reset()
func (*ListExecutionEventsRequest) String ¶
func (x *ListExecutionEventsRequest) String() string
func (*ListExecutionEventsRequest) Validate ¶
func (m *ListExecutionEventsRequest) Validate() error
Validate checks the field values on ListExecutionEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListExecutionEventsRequest) ValidateAll ¶
func (m *ListExecutionEventsRequest) ValidateAll() error
ValidateAll checks the field values on ListExecutionEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExecutionEventsRequestMultiError, or nil if none found.
type ListExecutionEventsRequestMultiError ¶
type ListExecutionEventsRequestMultiError []error
ListExecutionEventsRequestMultiError is an error wrapping multiple validation errors returned by ListExecutionEventsRequest.ValidateAll() if the designated constraints aren't met.
func (ListExecutionEventsRequestMultiError) AllErrors ¶
func (m ListExecutionEventsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListExecutionEventsRequestMultiError) Error ¶
func (m ListExecutionEventsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListExecutionEventsRequestValidationError ¶
type ListExecutionEventsRequestValidationError struct {
// contains filtered or unexported fields
}
ListExecutionEventsRequestValidationError is the validation error returned by ListExecutionEventsRequest.Validate if the designated constraints aren't met.
func (ListExecutionEventsRequestValidationError) Cause ¶
func (e ListExecutionEventsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListExecutionEventsRequestValidationError) Error ¶
func (e ListExecutionEventsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListExecutionEventsRequestValidationError) ErrorName ¶
func (e ListExecutionEventsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListExecutionEventsRequestValidationError) Field ¶
func (e ListExecutionEventsRequestValidationError) Field() string
Field function returns field value.
func (ListExecutionEventsRequestValidationError) Key ¶
func (e ListExecutionEventsRequestValidationError) Key() bool
Key function returns key value.
func (ListExecutionEventsRequestValidationError) Reason ¶
func (e ListExecutionEventsRequestValidationError) Reason() string
Reason function returns reason value.
type ListExecutionEventsResponse ¶
type ListExecutionEventsResponse struct {
// 返回Event列表
Data []*ExecutionEventInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
// 分页信息
PageResponse *PageResponse `protobuf:"bytes,2,opt,name=page_response,json=pageResponse,proto3" json:"page_response,omitempty"`
// contains filtered or unexported fields
}
ListExecutionEventsResponse 获得一个执行的Event列表返回值
func (*ListExecutionEventsResponse) Descriptor
deprecated
func (*ListExecutionEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExecutionEventsResponse.ProtoReflect.Descriptor instead.
func (*ListExecutionEventsResponse) GetData ¶
func (x *ListExecutionEventsResponse) GetData() []*ExecutionEventInfo
func (*ListExecutionEventsResponse) GetPageResponse ¶
func (x *ListExecutionEventsResponse) GetPageResponse() *PageResponse
func (*ListExecutionEventsResponse) ProtoMessage ¶
func (*ListExecutionEventsResponse) ProtoMessage()
func (*ListExecutionEventsResponse) ProtoReflect ¶
func (x *ListExecutionEventsResponse) ProtoReflect() protoreflect.Message
func (*ListExecutionEventsResponse) Reset ¶
func (x *ListExecutionEventsResponse) Reset()
func (*ListExecutionEventsResponse) String ¶
func (x *ListExecutionEventsResponse) String() string
func (*ListExecutionEventsResponse) Validate ¶
func (m *ListExecutionEventsResponse) Validate() error
Validate checks the field values on ListExecutionEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListExecutionEventsResponse) ValidateAll ¶
func (m *ListExecutionEventsResponse) ValidateAll() error
ValidateAll checks the field values on ListExecutionEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExecutionEventsResponseMultiError, or nil if none found.
type ListExecutionEventsResponseMultiError ¶
type ListExecutionEventsResponseMultiError []error
ListExecutionEventsResponseMultiError is an error wrapping multiple validation errors returned by ListExecutionEventsResponse.ValidateAll() if the designated constraints aren't met.
func (ListExecutionEventsResponseMultiError) AllErrors ¶
func (m ListExecutionEventsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListExecutionEventsResponseMultiError) Error ¶
func (m ListExecutionEventsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListExecutionEventsResponseValidationError ¶
type ListExecutionEventsResponseValidationError struct {
// contains filtered or unexported fields
}
ListExecutionEventsResponseValidationError is the validation error returned by ListExecutionEventsResponse.Validate if the designated constraints aren't met.
func (ListExecutionEventsResponseValidationError) Cause ¶
func (e ListExecutionEventsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListExecutionEventsResponseValidationError) Error ¶
func (e ListExecutionEventsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListExecutionEventsResponseValidationError) ErrorName ¶
func (e ListExecutionEventsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListExecutionEventsResponseValidationError) Field ¶
func (e ListExecutionEventsResponseValidationError) Field() string
Field function returns field value.
func (ListExecutionEventsResponseValidationError) Key ¶
func (e ListExecutionEventsResponseValidationError) Key() bool
Key function returns key value.
func (ListExecutionEventsResponseValidationError) Reason ¶
func (e ListExecutionEventsResponseValidationError) Reason() string
Reason function returns reason value.
type ListExecutionsRequest ¶
type ListExecutionsRequest struct {
// 流程名字, 按照名字查询, 可选
StatemachineUri string `protobuf:"bytes,1,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
// uuid 列表,指定的uuid列表查询, 可选, 最大100个
ExecutionUuids []string `protobuf:"bytes,2,rep,name=execution_uuids,json=executionUuids,proto3" json:"execution_uuids,omitempty"`
// 状态,按照状态查询, 可选
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
// title按照title 关键字查询,可选。title like "%${title}%"
Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
// 分页请求,默认 每分页大小 = 50条
PageRequest *PageRequest `protobuf:"bytes,10,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
// contains filtered or unexported fields
}
ListExecutionsRequest 获得execution列表请求结构
func (*ListExecutionsRequest) Descriptor
deprecated
func (*ListExecutionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExecutionsRequest.ProtoReflect.Descriptor instead.
func (*ListExecutionsRequest) GetExecutionUuids ¶
func (x *ListExecutionsRequest) GetExecutionUuids() []string
func (*ListExecutionsRequest) GetPageRequest ¶
func (x *ListExecutionsRequest) GetPageRequest() *PageRequest
func (*ListExecutionsRequest) GetStatemachineUri ¶
func (x *ListExecutionsRequest) GetStatemachineUri() string
func (*ListExecutionsRequest) GetStatus ¶
func (x *ListExecutionsRequest) GetStatus() string
func (*ListExecutionsRequest) GetTitle ¶
func (x *ListExecutionsRequest) GetTitle() string
func (*ListExecutionsRequest) ProtoMessage ¶
func (*ListExecutionsRequest) ProtoMessage()
func (*ListExecutionsRequest) ProtoReflect ¶
func (x *ListExecutionsRequest) ProtoReflect() protoreflect.Message
func (*ListExecutionsRequest) Reset ¶
func (x *ListExecutionsRequest) Reset()
func (*ListExecutionsRequest) String ¶
func (x *ListExecutionsRequest) String() string
func (*ListExecutionsRequest) Validate ¶
func (m *ListExecutionsRequest) Validate() error
Validate checks the field values on ListExecutionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListExecutionsRequest) ValidateAll ¶
func (m *ListExecutionsRequest) ValidateAll() error
ValidateAll checks the field values on ListExecutionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExecutionsRequestMultiError, or nil if none found.
type ListExecutionsRequestMultiError ¶
type ListExecutionsRequestMultiError []error
ListExecutionsRequestMultiError is an error wrapping multiple validation errors returned by ListExecutionsRequest.ValidateAll() if the designated constraints aren't met.
func (ListExecutionsRequestMultiError) AllErrors ¶
func (m ListExecutionsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListExecutionsRequestMultiError) Error ¶
func (m ListExecutionsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListExecutionsRequestValidationError ¶
type ListExecutionsRequestValidationError struct {
// contains filtered or unexported fields
}
ListExecutionsRequestValidationError is the validation error returned by ListExecutionsRequest.Validate if the designated constraints aren't met.
func (ListExecutionsRequestValidationError) Cause ¶
func (e ListExecutionsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListExecutionsRequestValidationError) Error ¶
func (e ListExecutionsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListExecutionsRequestValidationError) ErrorName ¶
func (e ListExecutionsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListExecutionsRequestValidationError) Field ¶
func (e ListExecutionsRequestValidationError) Field() string
Field function returns field value.
func (ListExecutionsRequestValidationError) Key ¶
func (e ListExecutionsRequestValidationError) Key() bool
Key function returns key value.
func (ListExecutionsRequestValidationError) Reason ¶
func (e ListExecutionsRequestValidationError) Reason() string
Reason function returns reason value.
type ListExecutionsResponse ¶
type ListExecutionsResponse struct {
// 查询到的执行列表
Executions []*ExecutionListItem `protobuf:"bytes,1,rep,name=executions,proto3" json:"executions,omitempty"`
// 分页信息
PageResponse *PageResponse `protobuf:"bytes,2,opt,name=page_response,json=pageResponse,proto3" json:"page_response,omitempty"`
// contains filtered or unexported fields
}
ListExecutionsResponse 获得execution列表返回值
func (*ListExecutionsResponse) Descriptor
deprecated
func (*ListExecutionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExecutionsResponse.ProtoReflect.Descriptor instead.
func (*ListExecutionsResponse) GetExecutions ¶
func (x *ListExecutionsResponse) GetExecutions() []*ExecutionListItem
func (*ListExecutionsResponse) GetPageResponse ¶
func (x *ListExecutionsResponse) GetPageResponse() *PageResponse
func (*ListExecutionsResponse) ProtoMessage ¶
func (*ListExecutionsResponse) ProtoMessage()
func (*ListExecutionsResponse) ProtoReflect ¶
func (x *ListExecutionsResponse) ProtoReflect() protoreflect.Message
func (*ListExecutionsResponse) Reset ¶
func (x *ListExecutionsResponse) Reset()
func (*ListExecutionsResponse) String ¶
func (x *ListExecutionsResponse) String() string
func (*ListExecutionsResponse) Validate ¶
func (m *ListExecutionsResponse) Validate() error
Validate checks the field values on ListExecutionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListExecutionsResponse) ValidateAll ¶
func (m *ListExecutionsResponse) ValidateAll() error
ValidateAll checks the field values on ListExecutionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExecutionsResponseMultiError, or nil if none found.
type ListExecutionsResponseMultiError ¶
type ListExecutionsResponseMultiError []error
ListExecutionsResponseMultiError is an error wrapping multiple validation errors returned by ListExecutionsResponse.ValidateAll() if the designated constraints aren't met.
func (ListExecutionsResponseMultiError) AllErrors ¶
func (m ListExecutionsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListExecutionsResponseMultiError) Error ¶
func (m ListExecutionsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListExecutionsResponseValidationError ¶
type ListExecutionsResponseValidationError struct {
// contains filtered or unexported fields
}
ListExecutionsResponseValidationError is the validation error returned by ListExecutionsResponse.Validate if the designated constraints aren't met.
func (ListExecutionsResponseValidationError) Cause ¶
func (e ListExecutionsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListExecutionsResponseValidationError) Error ¶
func (e ListExecutionsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListExecutionsResponseValidationError) ErrorName ¶
func (e ListExecutionsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListExecutionsResponseValidationError) Field ¶
func (e ListExecutionsResponseValidationError) Field() string
Field function returns field value.
func (ListExecutionsResponseValidationError) Key ¶
func (e ListExecutionsResponseValidationError) Key() bool
Key function returns key value.
func (ListExecutionsResponseValidationError) Reason ¶
func (e ListExecutionsResponseValidationError) Reason() string
Reason function returns reason value.
type ListNamespacesRequest ¶
type ListNamespacesRequest struct {
// 分页请求,默认 每分页大小 = 50条
PageRequest *PageRequest `protobuf:"bytes,1,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
// contains filtered or unexported fields
}
ListNamespacesRequest 获得命名空间列表
func (*ListNamespacesRequest) Descriptor
deprecated
func (*ListNamespacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespacesRequest) GetPageRequest ¶
func (x *ListNamespacesRequest) GetPageRequest() *PageRequest
func (*ListNamespacesRequest) ProtoMessage ¶
func (*ListNamespacesRequest) ProtoMessage()
func (*ListNamespacesRequest) ProtoReflect ¶
func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message
func (*ListNamespacesRequest) Reset ¶
func (x *ListNamespacesRequest) Reset()
func (*ListNamespacesRequest) String ¶
func (x *ListNamespacesRequest) String() string
func (*ListNamespacesRequest) Validate ¶
func (m *ListNamespacesRequest) Validate() error
Validate checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListNamespacesRequest) ValidateAll ¶
func (m *ListNamespacesRequest) ValidateAll() error
ValidateAll checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesRequestMultiError, or nil if none found.
type ListNamespacesRequestMultiError ¶
type ListNamespacesRequestMultiError []error
ListNamespacesRequestMultiError is an error wrapping multiple validation errors returned by ListNamespacesRequest.ValidateAll() if the designated constraints aren't met.
func (ListNamespacesRequestMultiError) AllErrors ¶
func (m ListNamespacesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListNamespacesRequestMultiError) Error ¶
func (m ListNamespacesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListNamespacesRequestValidationError ¶
type ListNamespacesRequestValidationError struct {
// contains filtered or unexported fields
}
ListNamespacesRequestValidationError is the validation error returned by ListNamespacesRequest.Validate if the designated constraints aren't met.
func (ListNamespacesRequestValidationError) Cause ¶
func (e ListNamespacesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListNamespacesRequestValidationError) Error ¶
func (e ListNamespacesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListNamespacesRequestValidationError) ErrorName ¶
func (e ListNamespacesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListNamespacesRequestValidationError) Field ¶
func (e ListNamespacesRequestValidationError) Field() string
Field function returns field value.
func (ListNamespacesRequestValidationError) Key ¶
func (e ListNamespacesRequestValidationError) Key() bool
Key function returns key value.
func (ListNamespacesRequestValidationError) Reason ¶
func (e ListNamespacesRequestValidationError) Reason() string
Reason function returns reason value.
type ListNamespacesResponse ¶
type ListNamespacesResponse struct {
// data 查询到的执行列表
Namespaces []*NamespaceListItem `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
// 分页信息
PageResponse *PageResponse `protobuf:"bytes,2,opt,name=page_response,json=pageResponse,proto3" json:"page_response,omitempty"`
// contains filtered or unexported fields
}
ListNamespacesResponse 获得命名空间列表返回
func (*ListNamespacesResponse) Descriptor
deprecated
func (*ListNamespacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespacesResponse) GetNamespaces ¶
func (x *ListNamespacesResponse) GetNamespaces() []*NamespaceListItem
func (*ListNamespacesResponse) GetPageResponse ¶
func (x *ListNamespacesResponse) GetPageResponse() *PageResponse
func (*ListNamespacesResponse) ProtoMessage ¶
func (*ListNamespacesResponse) ProtoMessage()
func (*ListNamespacesResponse) ProtoReflect ¶
func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message
func (*ListNamespacesResponse) Reset ¶
func (x *ListNamespacesResponse) Reset()
func (*ListNamespacesResponse) String ¶
func (x *ListNamespacesResponse) String() string
func (*ListNamespacesResponse) Validate ¶
func (m *ListNamespacesResponse) Validate() error
Validate checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListNamespacesResponse) ValidateAll ¶
func (m *ListNamespacesResponse) ValidateAll() error
ValidateAll checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesResponseMultiError, or nil if none found.
type ListNamespacesResponseMultiError ¶
type ListNamespacesResponseMultiError []error
ListNamespacesResponseMultiError is an error wrapping multiple validation errors returned by ListNamespacesResponse.ValidateAll() if the designated constraints aren't met.
func (ListNamespacesResponseMultiError) AllErrors ¶
func (m ListNamespacesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListNamespacesResponseMultiError) Error ¶
func (m ListNamespacesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListNamespacesResponseValidationError ¶
type ListNamespacesResponseValidationError struct {
// contains filtered or unexported fields
}
ListNamespacesResponseValidationError is the validation error returned by ListNamespacesResponse.Validate if the designated constraints aren't met.
func (ListNamespacesResponseValidationError) Cause ¶
func (e ListNamespacesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListNamespacesResponseValidationError) Error ¶
func (e ListNamespacesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListNamespacesResponseValidationError) ErrorName ¶
func (e ListNamespacesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListNamespacesResponseValidationError) Field ¶
func (e ListNamespacesResponseValidationError) Field() string
Field function returns field value.
func (ListNamespacesResponseValidationError) Key ¶
func (e ListNamespacesResponseValidationError) Key() bool
Key function returns key value.
func (ListNamespacesResponseValidationError) Reason ¶
func (e ListNamespacesResponseValidationError) Reason() string
Reason function returns reason value.
type ListStateMachinesRequest ¶
type ListStateMachinesRequest struct {
Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
// 分页请求,默认 每分页大小 = 50条
PageRequest *PageRequest `protobuf:"bytes,2,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
// contains filtered or unexported fields
}
ListStateMachinesRequest 获得状态机列表请求结构
func (*ListStateMachinesRequest) Descriptor
deprecated
func (*ListStateMachinesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStateMachinesRequest.ProtoReflect.Descriptor instead.
func (*ListStateMachinesRequest) GetNamespace ¶
func (x *ListStateMachinesRequest) GetNamespace() string
func (*ListStateMachinesRequest) GetPageRequest ¶
func (x *ListStateMachinesRequest) GetPageRequest() *PageRequest
func (*ListStateMachinesRequest) ProtoMessage ¶
func (*ListStateMachinesRequest) ProtoMessage()
func (*ListStateMachinesRequest) ProtoReflect ¶
func (x *ListStateMachinesRequest) ProtoReflect() protoreflect.Message
func (*ListStateMachinesRequest) Reset ¶
func (x *ListStateMachinesRequest) Reset()
func (*ListStateMachinesRequest) String ¶
func (x *ListStateMachinesRequest) String() string
func (*ListStateMachinesRequest) Validate ¶
func (m *ListStateMachinesRequest) Validate() error
Validate checks the field values on ListStateMachinesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListStateMachinesRequest) ValidateAll ¶
func (m *ListStateMachinesRequest) ValidateAll() error
ValidateAll checks the field values on ListStateMachinesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListStateMachinesRequestMultiError, or nil if none found.
type ListStateMachinesRequestMultiError ¶
type ListStateMachinesRequestMultiError []error
ListStateMachinesRequestMultiError is an error wrapping multiple validation errors returned by ListStateMachinesRequest.ValidateAll() if the designated constraints aren't met.
func (ListStateMachinesRequestMultiError) AllErrors ¶
func (m ListStateMachinesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListStateMachinesRequestMultiError) Error ¶
func (m ListStateMachinesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListStateMachinesRequestValidationError ¶
type ListStateMachinesRequestValidationError struct {
// contains filtered or unexported fields
}
ListStateMachinesRequestValidationError is the validation error returned by ListStateMachinesRequest.Validate if the designated constraints aren't met.
func (ListStateMachinesRequestValidationError) Cause ¶
func (e ListStateMachinesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListStateMachinesRequestValidationError) Error ¶
func (e ListStateMachinesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListStateMachinesRequestValidationError) ErrorName ¶
func (e ListStateMachinesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListStateMachinesRequestValidationError) Field ¶
func (e ListStateMachinesRequestValidationError) Field() string
Field function returns field value.
func (ListStateMachinesRequestValidationError) Key ¶
func (e ListStateMachinesRequestValidationError) Key() bool
Key function returns key value.
func (ListStateMachinesRequestValidationError) Reason ¶
func (e ListStateMachinesRequestValidationError) Reason() string
Reason function returns reason value.
type ListStateMachinesResponse ¶
type ListStateMachinesResponse struct {
// 查询到的执行列表
Statemachines []*StateMachineListItem `protobuf:"bytes,1,rep,name=statemachines,proto3" json:"statemachines,omitempty"`
// 分页信息
PageResponse *PageResponse `protobuf:"bytes,2,opt,name=page_response,json=pageResponse,proto3" json:"page_response,omitempty"`
// contains filtered or unexported fields
}
ListStateMachinesResponse 获得状态机列表请求返回
func (*ListStateMachinesResponse) Descriptor
deprecated
func (*ListStateMachinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStateMachinesResponse.ProtoReflect.Descriptor instead.
func (*ListStateMachinesResponse) GetPageResponse ¶
func (x *ListStateMachinesResponse) GetPageResponse() *PageResponse
func (*ListStateMachinesResponse) GetStatemachines ¶
func (x *ListStateMachinesResponse) GetStatemachines() []*StateMachineListItem
func (*ListStateMachinesResponse) ProtoMessage ¶
func (*ListStateMachinesResponse) ProtoMessage()
func (*ListStateMachinesResponse) ProtoReflect ¶
func (x *ListStateMachinesResponse) ProtoReflect() protoreflect.Message
func (*ListStateMachinesResponse) Reset ¶
func (x *ListStateMachinesResponse) Reset()
func (*ListStateMachinesResponse) String ¶
func (x *ListStateMachinesResponse) String() string
func (*ListStateMachinesResponse) Validate ¶
func (m *ListStateMachinesResponse) Validate() error
Validate checks the field values on ListStateMachinesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListStateMachinesResponse) ValidateAll ¶
func (m *ListStateMachinesResponse) ValidateAll() error
ValidateAll checks the field values on ListStateMachinesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListStateMachinesResponseMultiError, or nil if none found.
type ListStateMachinesResponseMultiError ¶
type ListStateMachinesResponseMultiError []error
ListStateMachinesResponseMultiError is an error wrapping multiple validation errors returned by ListStateMachinesResponse.ValidateAll() if the designated constraints aren't met.
func (ListStateMachinesResponseMultiError) AllErrors ¶
func (m ListStateMachinesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListStateMachinesResponseMultiError) Error ¶
func (m ListStateMachinesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListStateMachinesResponseValidationError ¶
type ListStateMachinesResponseValidationError struct {
// contains filtered or unexported fields
}
ListStateMachinesResponseValidationError is the validation error returned by ListStateMachinesResponse.Validate if the designated constraints aren't met.
func (ListStateMachinesResponseValidationError) Cause ¶
func (e ListStateMachinesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListStateMachinesResponseValidationError) Error ¶
func (e ListStateMachinesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListStateMachinesResponseValidationError) ErrorName ¶
func (e ListStateMachinesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListStateMachinesResponseValidationError) Field ¶
func (e ListStateMachinesResponseValidationError) Field() string
Field function returns field value.
func (ListStateMachinesResponseValidationError) Key ¶
func (e ListStateMachinesResponseValidationError) Key() bool
Key function returns key value.
func (ListStateMachinesResponseValidationError) Reason ¶
func (e ListStateMachinesResponseValidationError) Reason() string
Reason function returns reason value.
type ListStepEventsRequest ¶
type ListStepEventsRequest struct {
// Step id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// 分页信息
PageRequest *PageRequest `protobuf:"bytes,2,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
// contains filtered or unexported fields
}
ListStepEventsRequest 获得一个Step的执行事件列表请求机构
func (*ListStepEventsRequest) Descriptor
deprecated
func (*ListStepEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStepEventsRequest.ProtoReflect.Descriptor instead.
func (*ListStepEventsRequest) GetPageRequest ¶
func (x *ListStepEventsRequest) GetPageRequest() *PageRequest
func (*ListStepEventsRequest) GetStepId ¶
func (x *ListStepEventsRequest) GetStepId() int64
func (*ListStepEventsRequest) ProtoMessage ¶
func (*ListStepEventsRequest) ProtoMessage()
func (*ListStepEventsRequest) ProtoReflect ¶
func (x *ListStepEventsRequest) ProtoReflect() protoreflect.Message
func (*ListStepEventsRequest) Reset ¶
func (x *ListStepEventsRequest) Reset()
func (*ListStepEventsRequest) String ¶
func (x *ListStepEventsRequest) String() string
func (*ListStepEventsRequest) Validate ¶
func (m *ListStepEventsRequest) Validate() error
Validate checks the field values on ListStepEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListStepEventsRequest) ValidateAll ¶
func (m *ListStepEventsRequest) ValidateAll() error
ValidateAll checks the field values on ListStepEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListStepEventsRequestMultiError, or nil if none found.
type ListStepEventsRequestMultiError ¶
type ListStepEventsRequestMultiError []error
ListStepEventsRequestMultiError is an error wrapping multiple validation errors returned by ListStepEventsRequest.ValidateAll() if the designated constraints aren't met.
func (ListStepEventsRequestMultiError) AllErrors ¶
func (m ListStepEventsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListStepEventsRequestMultiError) Error ¶
func (m ListStepEventsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListStepEventsRequestValidationError ¶
type ListStepEventsRequestValidationError struct {
// contains filtered or unexported fields
}
ListStepEventsRequestValidationError is the validation error returned by ListStepEventsRequest.Validate if the designated constraints aren't met.
func (ListStepEventsRequestValidationError) Cause ¶
func (e ListStepEventsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListStepEventsRequestValidationError) Error ¶
func (e ListStepEventsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListStepEventsRequestValidationError) ErrorName ¶
func (e ListStepEventsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListStepEventsRequestValidationError) Field ¶
func (e ListStepEventsRequestValidationError) Field() string
Field function returns field value.
func (ListStepEventsRequestValidationError) Key ¶
func (e ListStepEventsRequestValidationError) Key() bool
Key function returns key value.
func (ListStepEventsRequestValidationError) Reason ¶
func (e ListStepEventsRequestValidationError) Reason() string
Reason function returns reason value.
type LoadTaskDataRequest ¶
type LoadTaskDataRequest struct {
// State id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// contains filtered or unexported fields
}
LoadTaskDataRequest 获得task 临时数据
func (*LoadTaskDataRequest) Descriptor
deprecated
func (*LoadTaskDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoadTaskDataRequest.ProtoReflect.Descriptor instead.
func (*LoadTaskDataRequest) GetStepId ¶
func (x *LoadTaskDataRequest) GetStepId() int64
func (*LoadTaskDataRequest) ProtoMessage ¶
func (*LoadTaskDataRequest) ProtoMessage()
func (*LoadTaskDataRequest) ProtoReflect ¶
func (x *LoadTaskDataRequest) ProtoReflect() protoreflect.Message
func (*LoadTaskDataRequest) Reset ¶
func (x *LoadTaskDataRequest) Reset()
func (*LoadTaskDataRequest) String ¶
func (x *LoadTaskDataRequest) String() string
func (*LoadTaskDataRequest) Validate ¶
func (m *LoadTaskDataRequest) Validate() error
Validate checks the field values on LoadTaskDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoadTaskDataRequest) ValidateAll ¶
func (m *LoadTaskDataRequest) ValidateAll() error
ValidateAll checks the field values on LoadTaskDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoadTaskDataRequestMultiError, or nil if none found.
type LoadTaskDataRequestMultiError ¶
type LoadTaskDataRequestMultiError []error
LoadTaskDataRequestMultiError is an error wrapping multiple validation errors returned by LoadTaskDataRequest.ValidateAll() if the designated constraints aren't met.
func (LoadTaskDataRequestMultiError) AllErrors ¶
func (m LoadTaskDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoadTaskDataRequestMultiError) Error ¶
func (m LoadTaskDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoadTaskDataRequestValidationError ¶
type LoadTaskDataRequestValidationError struct {
// contains filtered or unexported fields
}
LoadTaskDataRequestValidationError is the validation error returned by LoadTaskDataRequest.Validate if the designated constraints aren't met.
func (LoadTaskDataRequestValidationError) Cause ¶
func (e LoadTaskDataRequestValidationError) Cause() error
Cause function returns cause value.
func (LoadTaskDataRequestValidationError) Error ¶
func (e LoadTaskDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LoadTaskDataRequestValidationError) ErrorName ¶
func (e LoadTaskDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LoadTaskDataRequestValidationError) Field ¶
func (e LoadTaskDataRequestValidationError) Field() string
Field function returns field value.
func (LoadTaskDataRequestValidationError) Key ¶
func (e LoadTaskDataRequestValidationError) Key() bool
Key function returns key value.
func (LoadTaskDataRequestValidationError) Reason ¶
func (e LoadTaskDataRequestValidationError) Reason() string
Reason function returns reason value.
type LoadTaskDataResponse ¶
type LoadTaskDataResponse struct {
// task 临时数据
Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
LoadTaskDataResponse 获得task 临时数据
func (*LoadTaskDataResponse) Descriptor
deprecated
func (*LoadTaskDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoadTaskDataResponse.ProtoReflect.Descriptor instead.
func (*LoadTaskDataResponse) GetData ¶
func (x *LoadTaskDataResponse) GetData() string
func (*LoadTaskDataResponse) ProtoMessage ¶
func (*LoadTaskDataResponse) ProtoMessage()
func (*LoadTaskDataResponse) ProtoReflect ¶
func (x *LoadTaskDataResponse) ProtoReflect() protoreflect.Message
func (*LoadTaskDataResponse) Reset ¶
func (x *LoadTaskDataResponse) Reset()
func (*LoadTaskDataResponse) String ¶
func (x *LoadTaskDataResponse) String() string
func (*LoadTaskDataResponse) Validate ¶
func (m *LoadTaskDataResponse) Validate() error
Validate checks the field values on LoadTaskDataResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoadTaskDataResponse) ValidateAll ¶
func (m *LoadTaskDataResponse) ValidateAll() error
ValidateAll checks the field values on LoadTaskDataResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoadTaskDataResponseMultiError, or nil if none found.
type LoadTaskDataResponseMultiError ¶
type LoadTaskDataResponseMultiError []error
LoadTaskDataResponseMultiError is an error wrapping multiple validation errors returned by LoadTaskDataResponse.ValidateAll() if the designated constraints aren't met.
func (LoadTaskDataResponseMultiError) AllErrors ¶
func (m LoadTaskDataResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoadTaskDataResponseMultiError) Error ¶
func (m LoadTaskDataResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoadTaskDataResponseValidationError ¶
type LoadTaskDataResponseValidationError struct {
// contains filtered or unexported fields
}
LoadTaskDataResponseValidationError is the validation error returned by LoadTaskDataResponse.Validate if the designated constraints aren't met.
func (LoadTaskDataResponseValidationError) Cause ¶
func (e LoadTaskDataResponseValidationError) Cause() error
Cause function returns cause value.
func (LoadTaskDataResponseValidationError) Error ¶
func (e LoadTaskDataResponseValidationError) Error() string
Error satisfies the builtin error interface
func (LoadTaskDataResponseValidationError) ErrorName ¶
func (e LoadTaskDataResponseValidationError) ErrorName() string
ErrorName returns error name.
func (LoadTaskDataResponseValidationError) Field ¶
func (e LoadTaskDataResponseValidationError) Field() string
Field function returns field value.
func (LoadTaskDataResponseValidationError) Key ¶
func (e LoadTaskDataResponseValidationError) Key() bool
Key function returns key value.
func (LoadTaskDataResponseValidationError) Reason ¶
func (e LoadTaskDataResponseValidationError) Reason() string
Reason function returns reason value.
type NamespaceListItem ¶
type NamespaceListItem struct {
// name 命名空间名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description 命名空间描述
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
NamespaceInfo 命名空间信息
func (*NamespaceListItem) Descriptor
deprecated
func (*NamespaceListItem) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceListItem.ProtoReflect.Descriptor instead.
func (*NamespaceListItem) GetCreateTime ¶
func (x *NamespaceListItem) GetCreateTime() int64
func (*NamespaceListItem) GetDescription ¶
func (x *NamespaceListItem) GetDescription() string
func (*NamespaceListItem) GetName ¶
func (x *NamespaceListItem) GetName() string
func (*NamespaceListItem) GetUpdateTime ¶
func (x *NamespaceListItem) GetUpdateTime() int64
func (*NamespaceListItem) ProtoMessage ¶
func (*NamespaceListItem) ProtoMessage()
func (*NamespaceListItem) ProtoReflect ¶
func (x *NamespaceListItem) ProtoReflect() protoreflect.Message
func (*NamespaceListItem) Reset ¶
func (x *NamespaceListItem) Reset()
func (*NamespaceListItem) String ¶
func (x *NamespaceListItem) String() string
func (*NamespaceListItem) Validate ¶
func (m *NamespaceListItem) Validate() error
Validate checks the field values on NamespaceListItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*NamespaceListItem) ValidateAll ¶
func (m *NamespaceListItem) ValidateAll() error
ValidateAll checks the field values on NamespaceListItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamespaceListItemMultiError, or nil if none found.
type NamespaceListItemMultiError ¶
type NamespaceListItemMultiError []error
NamespaceListItemMultiError is an error wrapping multiple validation errors returned by NamespaceListItem.ValidateAll() if the designated constraints aren't met.
func (NamespaceListItemMultiError) AllErrors ¶
func (m NamespaceListItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (NamespaceListItemMultiError) Error ¶
func (m NamespaceListItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type NamespaceListItemValidationError ¶
type NamespaceListItemValidationError struct {
// contains filtered or unexported fields
}
NamespaceListItemValidationError is the validation error returned by NamespaceListItem.Validate if the designated constraints aren't met.
func (NamespaceListItemValidationError) Cause ¶
func (e NamespaceListItemValidationError) Cause() error
Cause function returns cause value.
func (NamespaceListItemValidationError) Error ¶
func (e NamespaceListItemValidationError) Error() string
Error satisfies the builtin error interface
func (NamespaceListItemValidationError) ErrorName ¶
func (e NamespaceListItemValidationError) ErrorName() string
ErrorName returns error name.
func (NamespaceListItemValidationError) Field ¶
func (e NamespaceListItemValidationError) Field() string
Field function returns field value.
func (NamespaceListItemValidationError) Key ¶
func (e NamespaceListItemValidationError) Key() bool
Key function returns key value.
func (NamespaceListItemValidationError) Reason ¶
func (e NamespaceListItemValidationError) Reason() string
Reason function returns reason value.
type PageRequest ¶
type PageRequest struct {
// 请求分页大小
PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// 请求页号
PageNumber int64 `protobuf:"varint,2,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
// 请求排序字段
OrderBy string `protobuf:"bytes,3,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// contains filtered or unexported fields
}
分页请求结构
func (*PageRequest) Descriptor
deprecated
func (*PageRequest) Descriptor() ([]byte, []int)
Deprecated: Use PageRequest.ProtoReflect.Descriptor instead.
func (*PageRequest) GetOrderBy ¶
func (x *PageRequest) GetOrderBy() string
func (*PageRequest) GetPageNumber ¶
func (x *PageRequest) GetPageNumber() int64
func (*PageRequest) GetPageSize ¶
func (x *PageRequest) GetPageSize() int64
func (*PageRequest) ProtoMessage ¶
func (*PageRequest) ProtoMessage()
func (*PageRequest) ProtoReflect ¶
func (x *PageRequest) ProtoReflect() protoreflect.Message
func (*PageRequest) Reset ¶
func (x *PageRequest) Reset()
func (*PageRequest) String ¶
func (x *PageRequest) String() string
func (*PageRequest) Validate ¶
func (m *PageRequest) Validate() error
Validate checks the field values on PageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PageRequest) ValidateAll ¶
func (m *PageRequest) ValidateAll() error
ValidateAll checks the field values on PageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageRequestMultiError, or nil if none found.
type PageRequestMultiError ¶
type PageRequestMultiError []error
PageRequestMultiError is an error wrapping multiple validation errors returned by PageRequest.ValidateAll() if the designated constraints aren't met.
func (PageRequestMultiError) AllErrors ¶
func (m PageRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PageRequestMultiError) Error ¶
func (m PageRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PageRequestValidationError ¶
type PageRequestValidationError struct {
// contains filtered or unexported fields
}
PageRequestValidationError is the validation error returned by PageRequest.Validate if the designated constraints aren't met.
func (PageRequestValidationError) Cause ¶
func (e PageRequestValidationError) Cause() error
Cause function returns cause value.
func (PageRequestValidationError) Error ¶
func (e PageRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PageRequestValidationError) ErrorName ¶
func (e PageRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PageRequestValidationError) Field ¶
func (e PageRequestValidationError) Field() string
Field function returns field value.
func (PageRequestValidationError) Key ¶
func (e PageRequestValidationError) Key() bool
Key function returns key value.
func (PageRequestValidationError) Reason ¶
func (e PageRequestValidationError) Reason() string
Reason function returns reason value.
type PageResponse ¶
type PageResponse struct {
// 总数量
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// 请求分页大小
PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// 请求页号
PageNumber int64 `protobuf:"varint,3,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
// 总页数
PageCount int64 `protobuf:"varint,4,opt,name=page_count,json=pageCount,proto3" json:"page_count,omitempty"`
// contains filtered or unexported fields
}
分页返回结构
func (*PageResponse) Descriptor
deprecated
func (*PageResponse) Descriptor() ([]byte, []int)
Deprecated: Use PageResponse.ProtoReflect.Descriptor instead.
func (*PageResponse) GetCount ¶
func (x *PageResponse) GetCount() int64
func (*PageResponse) GetPageCount ¶
func (x *PageResponse) GetPageCount() int64
func (*PageResponse) GetPageNumber ¶
func (x *PageResponse) GetPageNumber() int64
func (*PageResponse) GetPageSize ¶
func (x *PageResponse) GetPageSize() int64
func (*PageResponse) ProtoMessage ¶
func (*PageResponse) ProtoMessage()
func (*PageResponse) ProtoReflect ¶
func (x *PageResponse) ProtoReflect() protoreflect.Message
func (*PageResponse) Reset ¶
func (x *PageResponse) Reset()
func (*PageResponse) String ¶
func (x *PageResponse) String() string
func (*PageResponse) Validate ¶
func (m *PageResponse) Validate() error
Validate checks the field values on PageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PageResponse) ValidateAll ¶
func (m *PageResponse) ValidateAll() error
ValidateAll checks the field values on PageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PageResponseMultiError, or nil if none found.
type PageResponseMultiError ¶
type PageResponseMultiError []error
PageResponseMultiError is an error wrapping multiple validation errors returned by PageResponse.ValidateAll() if the designated constraints aren't met.
func (PageResponseMultiError) AllErrors ¶
func (m PageResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PageResponseMultiError) Error ¶
func (m PageResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PageResponseValidationError ¶
type PageResponseValidationError struct {
// contains filtered or unexported fields
}
PageResponseValidationError is the validation error returned by PageResponse.Validate if the designated constraints aren't met.
func (PageResponseValidationError) Cause ¶
func (e PageResponseValidationError) Cause() error
Cause function returns cause value.
func (PageResponseValidationError) Error ¶
func (e PageResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PageResponseValidationError) ErrorName ¶
func (e PageResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PageResponseValidationError) Field ¶
func (e PageResponseValidationError) Field() string
Field function returns field value.
func (PageResponseValidationError) Key ¶
func (e PageResponseValidationError) Key() bool
Key function returns key value.
func (PageResponseValidationError) Reason ¶
func (e PageResponseValidationError) Reason() string
Reason function returns reason value.
type ParseStateMachineRequest ¶
type ParseStateMachineRequest struct {
// statemachine definition
Definition string `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
// contains filtered or unexported fields
}
ParseStateMachineRequest 解析一个状态机请求结构`
func (*ParseStateMachineRequest) Descriptor
deprecated
func (*ParseStateMachineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ParseStateMachineRequest.ProtoReflect.Descriptor instead.
func (*ParseStateMachineRequest) GetDefinition ¶
func (x *ParseStateMachineRequest) GetDefinition() string
func (*ParseStateMachineRequest) ProtoMessage ¶
func (*ParseStateMachineRequest) ProtoMessage()
func (*ParseStateMachineRequest) ProtoReflect ¶
func (x *ParseStateMachineRequest) ProtoReflect() protoreflect.Message
func (*ParseStateMachineRequest) Reset ¶
func (x *ParseStateMachineRequest) Reset()
func (*ParseStateMachineRequest) String ¶
func (x *ParseStateMachineRequest) String() string
func (*ParseStateMachineRequest) Validate ¶
func (m *ParseStateMachineRequest) Validate() error
Validate checks the field values on ParseStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ParseStateMachineRequest) ValidateAll ¶
func (m *ParseStateMachineRequest) ValidateAll() error
ValidateAll checks the field values on ParseStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseStateMachineRequestMultiError, or nil if none found.
type ParseStateMachineRequestMultiError ¶
type ParseStateMachineRequestMultiError []error
ParseStateMachineRequestMultiError is an error wrapping multiple validation errors returned by ParseStateMachineRequest.ValidateAll() if the designated constraints aren't met.
func (ParseStateMachineRequestMultiError) AllErrors ¶
func (m ParseStateMachineRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ParseStateMachineRequestMultiError) Error ¶
func (m ParseStateMachineRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ParseStateMachineRequestValidationError ¶
type ParseStateMachineRequestValidationError struct {
// contains filtered or unexported fields
}
ParseStateMachineRequestValidationError is the validation error returned by ParseStateMachineRequest.Validate if the designated constraints aren't met.
func (ParseStateMachineRequestValidationError) Cause ¶
func (e ParseStateMachineRequestValidationError) Cause() error
Cause function returns cause value.
func (ParseStateMachineRequestValidationError) Error ¶
func (e ParseStateMachineRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ParseStateMachineRequestValidationError) ErrorName ¶
func (e ParseStateMachineRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ParseStateMachineRequestValidationError) Field ¶
func (e ParseStateMachineRequestValidationError) Field() string
Field function returns field value.
func (ParseStateMachineRequestValidationError) Key ¶
func (e ParseStateMachineRequestValidationError) Key() bool
Key function returns key value.
func (ParseStateMachineRequestValidationError) Reason ¶
func (e ParseStateMachineRequestValidationError) Reason() string
Reason function returns reason value.
type ParseStateMachineResponse ¶
type ParseStateMachineResponse struct {
// statemachine bone
Bone string `protobuf:"bytes,1,opt,name=bone,proto3" json:"bone,omitempty"` //
// contains filtered or unexported fields
}
ParseStateMachineResponse 解析一个状态机返回结构
func (*ParseStateMachineResponse) Descriptor
deprecated
func (*ParseStateMachineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ParseStateMachineResponse.ProtoReflect.Descriptor instead.
func (*ParseStateMachineResponse) GetBone ¶
func (x *ParseStateMachineResponse) GetBone() string
func (*ParseStateMachineResponse) ProtoMessage ¶
func (*ParseStateMachineResponse) ProtoMessage()
func (*ParseStateMachineResponse) ProtoReflect ¶
func (x *ParseStateMachineResponse) ProtoReflect() protoreflect.Message
func (*ParseStateMachineResponse) Reset ¶
func (x *ParseStateMachineResponse) Reset()
func (*ParseStateMachineResponse) String ¶
func (x *ParseStateMachineResponse) String() string
func (*ParseStateMachineResponse) Validate ¶
func (m *ParseStateMachineResponse) Validate() error
Validate checks the field values on ParseStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ParseStateMachineResponse) ValidateAll ¶
func (m *ParseStateMachineResponse) ValidateAll() error
ValidateAll checks the field values on ParseStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseStateMachineResponseMultiError, or nil if none found.
type ParseStateMachineResponseMultiError ¶
type ParseStateMachineResponseMultiError []error
ParseStateMachineResponseMultiError is an error wrapping multiple validation errors returned by ParseStateMachineResponse.ValidateAll() if the designated constraints aren't met.
func (ParseStateMachineResponseMultiError) AllErrors ¶
func (m ParseStateMachineResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ParseStateMachineResponseMultiError) Error ¶
func (m ParseStateMachineResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ParseStateMachineResponseValidationError ¶
type ParseStateMachineResponseValidationError struct {
// contains filtered or unexported fields
}
ParseStateMachineResponseValidationError is the validation error returned by ParseStateMachineResponse.Validate if the designated constraints aren't met.
func (ParseStateMachineResponseValidationError) Cause ¶
func (e ParseStateMachineResponseValidationError) Cause() error
Cause function returns cause value.
func (ParseStateMachineResponseValidationError) Error ¶
func (e ParseStateMachineResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ParseStateMachineResponseValidationError) ErrorName ¶
func (e ParseStateMachineResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ParseStateMachineResponseValidationError) Field ¶
func (e ParseStateMachineResponseValidationError) Field() string
Field function returns field value.
func (ParseStateMachineResponseValidationError) Key ¶
func (e ParseStateMachineResponseValidationError) Key() bool
Key function returns key value.
func (ParseStateMachineResponseValidationError) Reason ¶
func (e ParseStateMachineResponseValidationError) Reason() string
Reason function returns reason value.
type PingResponse ¶
type PingResponse struct {
// 返回码,0为正常,非0为异常
Retcode int32 `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
// 异常信息说明
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
PingResponse ping返回
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) GetMessage ¶
func (x *PingResponse) GetMessage() string
func (*PingResponse) GetRetcode ¶
func (x *PingResponse) GetRetcode() int32
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
func (*PingResponse) Validate ¶
func (m *PingResponse) Validate() error
Validate checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PingResponse) ValidateAll ¶
func (m *PingResponse) ValidateAll() error
ValidateAll checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingResponseMultiError, or nil if none found.
type PingResponseMultiError ¶
type PingResponseMultiError []error
PingResponseMultiError is an error wrapping multiple validation errors returned by PingResponse.ValidateAll() if the designated constraints aren't met.
func (PingResponseMultiError) AllErrors ¶
func (m PingResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PingResponseMultiError) Error ¶
func (m PingResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PingResponseValidationError ¶
type PingResponseValidationError struct {
// contains filtered or unexported fields
}
PingResponseValidationError is the validation error returned by PingResponse.Validate if the designated constraints aren't met.
func (PingResponseValidationError) Cause ¶
func (e PingResponseValidationError) Cause() error
Cause function returns cause value.
func (PingResponseValidationError) Error ¶
func (e PingResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PingResponseValidationError) ErrorName ¶
func (e PingResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PingResponseValidationError) Field ¶
func (e PingResponseValidationError) Field() string
Field function returns field value.
func (PingResponseValidationError) Key ¶
func (e PingResponseValidationError) Key() bool
Key function returns key value.
func (PingResponseValidationError) Reason ¶
func (e PingResponseValidationError) Reason() string
Reason function returns reason value.
type SendTaskFailureRequest ¶
type SendTaskFailureRequest struct {
// task token
TaskToken string `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
// error 错误类型,用来匹配异常
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// cause, error的文本描述
Cause string `protobuf:"bytes,3,opt,name=cause,proto3" json:"cause,omitempty"`
// contains filtered or unexported fields
}
SendTaskFailureRequest 发送task 失败
func (*SendTaskFailureRequest) Descriptor
deprecated
func (*SendTaskFailureRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendTaskFailureRequest.ProtoReflect.Descriptor instead.
func (*SendTaskFailureRequest) GetCause ¶
func (x *SendTaskFailureRequest) GetCause() string
func (*SendTaskFailureRequest) GetError ¶
func (x *SendTaskFailureRequest) GetError() string
func (*SendTaskFailureRequest) GetTaskToken ¶
func (x *SendTaskFailureRequest) GetTaskToken() string
func (*SendTaskFailureRequest) ProtoMessage ¶
func (*SendTaskFailureRequest) ProtoMessage()
func (*SendTaskFailureRequest) ProtoReflect ¶
func (x *SendTaskFailureRequest) ProtoReflect() protoreflect.Message
func (*SendTaskFailureRequest) Reset ¶
func (x *SendTaskFailureRequest) Reset()
func (*SendTaskFailureRequest) String ¶
func (x *SendTaskFailureRequest) String() string
func (*SendTaskFailureRequest) Validate ¶
func (m *SendTaskFailureRequest) Validate() error
Validate checks the field values on SendTaskFailureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendTaskFailureRequest) ValidateAll ¶
func (m *SendTaskFailureRequest) ValidateAll() error
ValidateAll checks the field values on SendTaskFailureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTaskFailureRequestMultiError, or nil if none found.
type SendTaskFailureRequestMultiError ¶
type SendTaskFailureRequestMultiError []error
SendTaskFailureRequestMultiError is an error wrapping multiple validation errors returned by SendTaskFailureRequest.ValidateAll() if the designated constraints aren't met.
func (SendTaskFailureRequestMultiError) AllErrors ¶
func (m SendTaskFailureRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendTaskFailureRequestMultiError) Error ¶
func (m SendTaskFailureRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendTaskFailureRequestValidationError ¶
type SendTaskFailureRequestValidationError struct {
// contains filtered or unexported fields
}
SendTaskFailureRequestValidationError is the validation error returned by SendTaskFailureRequest.Validate if the designated constraints aren't met.
func (SendTaskFailureRequestValidationError) Cause ¶
func (e SendTaskFailureRequestValidationError) Cause() error
Cause function returns cause value.
func (SendTaskFailureRequestValidationError) Error ¶
func (e SendTaskFailureRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SendTaskFailureRequestValidationError) ErrorName ¶
func (e SendTaskFailureRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SendTaskFailureRequestValidationError) Field ¶
func (e SendTaskFailureRequestValidationError) Field() string
Field function returns field value.
func (SendTaskFailureRequestValidationError) Key ¶
func (e SendTaskFailureRequestValidationError) Key() bool
Key function returns key value.
func (SendTaskFailureRequestValidationError) Reason ¶
func (e SendTaskFailureRequestValidationError) Reason() string
Reason function returns reason value.
type SendTaskHeartbeatRequest ¶
type SendTaskHeartbeatRequest struct {
// task token
TaskToken string `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
// task 可以附带的message
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
SendTaskHeartbeatRequest 发送task 心跳
func (*SendTaskHeartbeatRequest) Descriptor
deprecated
func (*SendTaskHeartbeatRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendTaskHeartbeatRequest.ProtoReflect.Descriptor instead.
func (*SendTaskHeartbeatRequest) GetMessage ¶
func (x *SendTaskHeartbeatRequest) GetMessage() string
func (*SendTaskHeartbeatRequest) GetTaskToken ¶
func (x *SendTaskHeartbeatRequest) GetTaskToken() string
func (*SendTaskHeartbeatRequest) ProtoMessage ¶
func (*SendTaskHeartbeatRequest) ProtoMessage()
func (*SendTaskHeartbeatRequest) ProtoReflect ¶
func (x *SendTaskHeartbeatRequest) ProtoReflect() protoreflect.Message
func (*SendTaskHeartbeatRequest) Reset ¶
func (x *SendTaskHeartbeatRequest) Reset()
func (*SendTaskHeartbeatRequest) String ¶
func (x *SendTaskHeartbeatRequest) String() string
func (*SendTaskHeartbeatRequest) Validate ¶
func (m *SendTaskHeartbeatRequest) Validate() error
Validate checks the field values on SendTaskHeartbeatRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendTaskHeartbeatRequest) ValidateAll ¶
func (m *SendTaskHeartbeatRequest) ValidateAll() error
ValidateAll checks the field values on SendTaskHeartbeatRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTaskHeartbeatRequestMultiError, or nil if none found.
type SendTaskHeartbeatRequestMultiError ¶
type SendTaskHeartbeatRequestMultiError []error
SendTaskHeartbeatRequestMultiError is an error wrapping multiple validation errors returned by SendTaskHeartbeatRequest.ValidateAll() if the designated constraints aren't met.
func (SendTaskHeartbeatRequestMultiError) AllErrors ¶
func (m SendTaskHeartbeatRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendTaskHeartbeatRequestMultiError) Error ¶
func (m SendTaskHeartbeatRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendTaskHeartbeatRequestValidationError ¶
type SendTaskHeartbeatRequestValidationError struct {
// contains filtered or unexported fields
}
SendTaskHeartbeatRequestValidationError is the validation error returned by SendTaskHeartbeatRequest.Validate if the designated constraints aren't met.
func (SendTaskHeartbeatRequestValidationError) Cause ¶
func (e SendTaskHeartbeatRequestValidationError) Cause() error
Cause function returns cause value.
func (SendTaskHeartbeatRequestValidationError) Error ¶
func (e SendTaskHeartbeatRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SendTaskHeartbeatRequestValidationError) ErrorName ¶
func (e SendTaskHeartbeatRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SendTaskHeartbeatRequestValidationError) Field ¶
func (e SendTaskHeartbeatRequestValidationError) Field() string
Field function returns field value.
func (SendTaskHeartbeatRequestValidationError) Key ¶
func (e SendTaskHeartbeatRequestValidationError) Key() bool
Key function returns key value.
func (SendTaskHeartbeatRequestValidationError) Reason ¶
func (e SendTaskHeartbeatRequestValidationError) Reason() string
Reason function returns reason value.
type SendTaskReferenceRequest ¶
type SendTaskReferenceRequest struct {
// task token
TaskToken string `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
// task 关联的链接描述
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
// task关联的链接url
Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
// contains filtered or unexported fields
}
func (*SendTaskReferenceRequest) Descriptor
deprecated
func (*SendTaskReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendTaskReferenceRequest.ProtoReflect.Descriptor instead.
func (*SendTaskReferenceRequest) GetTaskToken ¶
func (x *SendTaskReferenceRequest) GetTaskToken() string
func (*SendTaskReferenceRequest) GetTitle ¶
func (x *SendTaskReferenceRequest) GetTitle() string
func (*SendTaskReferenceRequest) GetUrl ¶
func (x *SendTaskReferenceRequest) GetUrl() string
func (*SendTaskReferenceRequest) ProtoMessage ¶
func (*SendTaskReferenceRequest) ProtoMessage()
func (*SendTaskReferenceRequest) ProtoReflect ¶
func (x *SendTaskReferenceRequest) ProtoReflect() protoreflect.Message
func (*SendTaskReferenceRequest) Reset ¶
func (x *SendTaskReferenceRequest) Reset()
func (*SendTaskReferenceRequest) String ¶
func (x *SendTaskReferenceRequest) String() string
func (*SendTaskReferenceRequest) Validate ¶
func (m *SendTaskReferenceRequest) Validate() error
Validate checks the field values on SendTaskReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendTaskReferenceRequest) ValidateAll ¶
func (m *SendTaskReferenceRequest) ValidateAll() error
ValidateAll checks the field values on SendTaskReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTaskReferenceRequestMultiError, or nil if none found.
type SendTaskReferenceRequestMultiError ¶
type SendTaskReferenceRequestMultiError []error
SendTaskReferenceRequestMultiError is an error wrapping multiple validation errors returned by SendTaskReferenceRequest.ValidateAll() if the designated constraints aren't met.
func (SendTaskReferenceRequestMultiError) AllErrors ¶
func (m SendTaskReferenceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendTaskReferenceRequestMultiError) Error ¶
func (m SendTaskReferenceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendTaskReferenceRequestValidationError ¶
type SendTaskReferenceRequestValidationError struct {
// contains filtered or unexported fields
}
SendTaskReferenceRequestValidationError is the validation error returned by SendTaskReferenceRequest.Validate if the designated constraints aren't met.
func (SendTaskReferenceRequestValidationError) Cause ¶
func (e SendTaskReferenceRequestValidationError) Cause() error
Cause function returns cause value.
func (SendTaskReferenceRequestValidationError) Error ¶
func (e SendTaskReferenceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SendTaskReferenceRequestValidationError) ErrorName ¶
func (e SendTaskReferenceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SendTaskReferenceRequestValidationError) Field ¶
func (e SendTaskReferenceRequestValidationError) Field() string
Field function returns field value.
func (SendTaskReferenceRequestValidationError) Key ¶
func (e SendTaskReferenceRequestValidationError) Key() bool
Key function returns key value.
func (SendTaskReferenceRequestValidationError) Reason ¶
func (e SendTaskReferenceRequestValidationError) Reason() string
Reason function returns reason value.
type SendTaskSuccessRequest ¶
type SendTaskSuccessRequest struct {
// task token
TaskToken string `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
// output task 执行的output, json 类型
Output string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
// contains filtered or unexported fields
}
SendTaskSuccessRequest 发送task 成功
func (*SendTaskSuccessRequest) Descriptor
deprecated
func (*SendTaskSuccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendTaskSuccessRequest.ProtoReflect.Descriptor instead.
func (*SendTaskSuccessRequest) GetOutput ¶
func (x *SendTaskSuccessRequest) GetOutput() string
func (*SendTaskSuccessRequest) GetTaskToken ¶
func (x *SendTaskSuccessRequest) GetTaskToken() string
func (*SendTaskSuccessRequest) ProtoMessage ¶
func (*SendTaskSuccessRequest) ProtoMessage()
func (*SendTaskSuccessRequest) ProtoReflect ¶
func (x *SendTaskSuccessRequest) ProtoReflect() protoreflect.Message
func (*SendTaskSuccessRequest) Reset ¶
func (x *SendTaskSuccessRequest) Reset()
func (*SendTaskSuccessRequest) String ¶
func (x *SendTaskSuccessRequest) String() string
func (*SendTaskSuccessRequest) Validate ¶
func (m *SendTaskSuccessRequest) Validate() error
Validate checks the field values on SendTaskSuccessRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendTaskSuccessRequest) ValidateAll ¶
func (m *SendTaskSuccessRequest) ValidateAll() error
ValidateAll checks the field values on SendTaskSuccessRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTaskSuccessRequestMultiError, or nil if none found.
type SendTaskSuccessRequestMultiError ¶
type SendTaskSuccessRequestMultiError []error
SendTaskSuccessRequestMultiError is an error wrapping multiple validation errors returned by SendTaskSuccessRequest.ValidateAll() if the designated constraints aren't met.
func (SendTaskSuccessRequestMultiError) AllErrors ¶
func (m SendTaskSuccessRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendTaskSuccessRequestMultiError) Error ¶
func (m SendTaskSuccessRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendTaskSuccessRequestValidationError ¶
type SendTaskSuccessRequestValidationError struct {
// contains filtered or unexported fields
}
SendTaskSuccessRequestValidationError is the validation error returned by SendTaskSuccessRequest.Validate if the designated constraints aren't met.
func (SendTaskSuccessRequestValidationError) Cause ¶
func (e SendTaskSuccessRequestValidationError) Cause() error
Cause function returns cause value.
func (SendTaskSuccessRequestValidationError) Error ¶
func (e SendTaskSuccessRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SendTaskSuccessRequestValidationError) ErrorName ¶
func (e SendTaskSuccessRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SendTaskSuccessRequestValidationError) Field ¶
func (e SendTaskSuccessRequestValidationError) Field() string
Field function returns field value.
func (SendTaskSuccessRequestValidationError) Key ¶
func (e SendTaskSuccessRequestValidationError) Key() bool
Key function returns key value.
func (SendTaskSuccessRequestValidationError) Reason ¶
func (e SendTaskSuccessRequestValidationError) Reason() string
Reason function returns reason value.
type SkipBlockedTaskRequest ¶
type SkipBlockedTaskRequest struct {
// Step id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// contains filtered or unexported fields
}
SkipBlockedTaskRequest 跳过阻塞任务请求
func (*SkipBlockedTaskRequest) Descriptor
deprecated
func (*SkipBlockedTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use SkipBlockedTaskRequest.ProtoReflect.Descriptor instead.
func (*SkipBlockedTaskRequest) GetStepId ¶
func (x *SkipBlockedTaskRequest) GetStepId() int64
func (*SkipBlockedTaskRequest) ProtoMessage ¶
func (*SkipBlockedTaskRequest) ProtoMessage()
func (*SkipBlockedTaskRequest) ProtoReflect ¶
func (x *SkipBlockedTaskRequest) ProtoReflect() protoreflect.Message
func (*SkipBlockedTaskRequest) Reset ¶
func (x *SkipBlockedTaskRequest) Reset()
func (*SkipBlockedTaskRequest) String ¶
func (x *SkipBlockedTaskRequest) String() string
func (*SkipBlockedTaskRequest) Validate ¶
func (m *SkipBlockedTaskRequest) Validate() error
Validate checks the field values on SkipBlockedTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SkipBlockedTaskRequest) ValidateAll ¶
func (m *SkipBlockedTaskRequest) ValidateAll() error
ValidateAll checks the field values on SkipBlockedTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SkipBlockedTaskRequestMultiError, or nil if none found.
type SkipBlockedTaskRequestMultiError ¶
type SkipBlockedTaskRequestMultiError []error
SkipBlockedTaskRequestMultiError is an error wrapping multiple validation errors returned by SkipBlockedTaskRequest.ValidateAll() if the designated constraints aren't met.
func (SkipBlockedTaskRequestMultiError) AllErrors ¶
func (m SkipBlockedTaskRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SkipBlockedTaskRequestMultiError) Error ¶
func (m SkipBlockedTaskRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SkipBlockedTaskRequestValidationError ¶
type SkipBlockedTaskRequestValidationError struct {
// contains filtered or unexported fields
}
SkipBlockedTaskRequestValidationError is the validation error returned by SkipBlockedTaskRequest.Validate if the designated constraints aren't met.
func (SkipBlockedTaskRequestValidationError) Cause ¶
func (e SkipBlockedTaskRequestValidationError) Cause() error
Cause function returns cause value.
func (SkipBlockedTaskRequestValidationError) Error ¶
func (e SkipBlockedTaskRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SkipBlockedTaskRequestValidationError) ErrorName ¶
func (e SkipBlockedTaskRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SkipBlockedTaskRequestValidationError) Field ¶
func (e SkipBlockedTaskRequestValidationError) Field() string
Field function returns field value.
func (SkipBlockedTaskRequestValidationError) Key ¶
func (e SkipBlockedTaskRequestValidationError) Key() bool
Key function returns key value.
func (SkipBlockedTaskRequestValidationError) Reason ¶
func (e SkipBlockedTaskRequestValidationError) Reason() string
Reason function returns reason value.
type SkipFailedStepRequest ¶
type SkipFailedStepRequest struct {
// Step id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// 下一个步骤名
NextState string `protobuf:"bytes,2,opt,name=next_state,json=nextState,proto3" json:"next_state,omitempty"`
// output 当天步骤的输出
Output string `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"`
// contains filtered or unexported fields
}
SkipFailedStepRequest 跳过失败的步骤
func (*SkipFailedStepRequest) Descriptor
deprecated
func (*SkipFailedStepRequest) Descriptor() ([]byte, []int)
Deprecated: Use SkipFailedStepRequest.ProtoReflect.Descriptor instead.
func (*SkipFailedStepRequest) GetNextState ¶
func (x *SkipFailedStepRequest) GetNextState() string
func (*SkipFailedStepRequest) GetOutput ¶
func (x *SkipFailedStepRequest) GetOutput() string
func (*SkipFailedStepRequest) GetStepId ¶
func (x *SkipFailedStepRequest) GetStepId() int64
func (*SkipFailedStepRequest) ProtoMessage ¶
func (*SkipFailedStepRequest) ProtoMessage()
func (*SkipFailedStepRequest) ProtoReflect ¶
func (x *SkipFailedStepRequest) ProtoReflect() protoreflect.Message
func (*SkipFailedStepRequest) Reset ¶
func (x *SkipFailedStepRequest) Reset()
func (*SkipFailedStepRequest) String ¶
func (x *SkipFailedStepRequest) String() string
func (*SkipFailedStepRequest) Validate ¶
func (m *SkipFailedStepRequest) Validate() error
Validate checks the field values on SkipFailedStepRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SkipFailedStepRequest) ValidateAll ¶
func (m *SkipFailedStepRequest) ValidateAll() error
ValidateAll checks the field values on SkipFailedStepRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SkipFailedStepRequestMultiError, or nil if none found.
type SkipFailedStepRequestMultiError ¶
type SkipFailedStepRequestMultiError []error
SkipFailedStepRequestMultiError is an error wrapping multiple validation errors returned by SkipFailedStepRequest.ValidateAll() if the designated constraints aren't met.
func (SkipFailedStepRequestMultiError) AllErrors ¶
func (m SkipFailedStepRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SkipFailedStepRequestMultiError) Error ¶
func (m SkipFailedStepRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SkipFailedStepRequestValidationError ¶
type SkipFailedStepRequestValidationError struct {
// contains filtered or unexported fields
}
SkipFailedStepRequestValidationError is the validation error returned by SkipFailedStepRequest.Validate if the designated constraints aren't met.
func (SkipFailedStepRequestValidationError) Cause ¶
func (e SkipFailedStepRequestValidationError) Cause() error
Cause function returns cause value.
func (SkipFailedStepRequestValidationError) Error ¶
func (e SkipFailedStepRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SkipFailedStepRequestValidationError) ErrorName ¶
func (e SkipFailedStepRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SkipFailedStepRequestValidationError) Field ¶
func (e SkipFailedStepRequestValidationError) Field() string
Field function returns field value.
func (SkipFailedStepRequestValidationError) Key ¶
func (e SkipFailedStepRequestValidationError) Key() bool
Key function returns key value.
func (SkipFailedStepRequestValidationError) Reason ¶
func (e SkipFailedStepRequestValidationError) Reason() string
Reason function returns reason value.
type SkyflowV1ServiceClient ¶
type SkyflowV1ServiceClient interface {
// CreateNamespace 创建一个命名空间
CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error)
// CreateOrUpdateNamespace 创建/更新一个命名空间
CreateOrUpdateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error)
// ListNamespaces 获得命名空间列表
ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error)
// DeleteNamespace 删除一个命名空间
// 注意: 只有当命名空间下没有任何活动和状态机时,才能删除命名空间
DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// CreateActivity 创建一个活动
CreateActivity(ctx context.Context, in *CreateActivityRequest, opts ...grpc.CallOption) (*CreateActivityResponse, error)
// CreateOrUpdateActivity 创建/更新一个活动
CreateOrUpdateActivity(ctx context.Context, in *CreateActivityRequest, opts ...grpc.CallOption) (*CreateActivityResponse, error)
// ListActivities 获得活动列表
ListActivities(ctx context.Context, in *ListActivitiesRequest, opts ...grpc.CallOption) (*ListActivitiesResponse, error)
// DescribeActivity 获得一个活动的描述
DescribeActivity(ctx context.Context, in *DescribeActivityRequest, opts ...grpc.CallOption) (*DescribeActivityResponse, error)
// DeleteActivity 删除一个活动
DeleteActivity(ctx context.Context, in *DeleteActivityRequest, opts ...grpc.CallOption) (*DeleteActivityResponse, error)
// CreateStateMachine 创建一个状态机
CreateStateMachine(ctx context.Context, in *CreateStateMachineRequest, opts ...grpc.CallOption) (*CreateStateMachineResponse, error)
// CreateOrUpdateStateMachine 创建/更新一个状态机
CreateOrUpdateStateMachine(ctx context.Context, in *CreateStateMachineRequest, opts ...grpc.CallOption) (*CreateStateMachineResponse, error)
// DeleteStateMachine 删除一个状态机
DeleteStateMachine(ctx context.Context, in *DeleteStateMachineRequest, opts ...grpc.CallOption) (*DeleteStateMachineResponse, error)
// ListStateMachines 获得状态机列表
ListStateMachines(ctx context.Context, in *ListStateMachinesRequest, opts ...grpc.CallOption) (*ListStateMachinesResponse, error)
// DescribeStateMachine 获得一个状态机的描述
DescribeStateMachine(ctx context.Context, in *DescribeStateMachineRequest, opts ...grpc.CallOption) (*DescribeStateMachineResponse, error)
// UpdateStateMachine 更新一个状态机
UpdateStateMachine(ctx context.Context, in *UpdateStateMachineRequest, opts ...grpc.CallOption) (*UpdateStateMachineResponse, error)
// ParseStateMachine 解析一个状态机模板,返回解析后的定义和类型
// 验证definition的合法性
ParseStateMachine(ctx context.Context, in *ParseStateMachineRequest, opts ...grpc.CallOption) (*ParseStateMachineResponse, error)
// ValidateStateMachineDefinition 验证状态机定义的合法性
ValidateStateMachineDefinition(ctx context.Context, in *ValidateStateMachineDefinitionRequest, opts ...grpc.CallOption) (*ValidateStateMachineDefinitionResponse, error)
// 任务管理
// StartExecution 创建一个执行任务
StartExecution(ctx context.Context, in *StartExecutionRequest, opts ...grpc.CallOption) (*StartExecutionResponse, error)
// DescribeExecution 获得一个执行的描述
DescribeExecution(ctx context.Context, in *DescribeExecutionRequest, opts ...grpc.CallOption) (*DescribeExecutionResponse, error)
// DescribeExecutionBone 获得一个执行的执行的Bone信息
// Bone信息用于前段展示执行的流程图
DescribeExecutionBone(ctx context.Context, in *DescribeExecutionBoneRequest, opts ...grpc.CallOption) (*DescribeExecutionBoneResponse, error)
// StopExecution 终止一个执行
StopExecution(ctx context.Context, in *StopExecutionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// ListExecutions 获得execution列表
ListExecutions(ctx context.Context, in *ListExecutionsRequest, opts ...grpc.CallOption) (*ListExecutionsResponse, error)
// ListExecutionEvents 获得一个执行的Event列表
ListExecutionEvents(ctx context.Context, in *ListExecutionEventsRequest, opts ...grpc.CallOption) (*ListExecutionEventsResponse, error)
DescribeStep(ctx context.Context, in *DescribeStepRequest, opts ...grpc.CallOption) (*DescribeStepResponse, error)
// ListStepEvents 获得一个执行的StepEvent列表
ListStepEvents(ctx context.Context, in *ListStepEventsRequest, opts ...grpc.CallOption) (*ListExecutionEventsResponse, error)
// GetActivityTask 获得一个需要执行的task
GetActivityTask(ctx context.Context, in *GetActivityTaskRequest, opts ...grpc.CallOption) (*GetActivityTaskResponse, error)
// SendTaskSuccess 发送task执行成功
SendTaskSuccess(ctx context.Context, in *SendTaskSuccessRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// SendTaskFailure 发送task执行失败
SendTaskFailure(ctx context.Context, in *SendTaskFailureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// SendTaskHeartbeat 发送task 执行心跳
SendTaskHeartbeat(ctx context.Context, in *SendTaskHeartbeatRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// SendTaskReference 发送task执行关联信息
SendTaskReference(ctx context.Context, in *SendTaskReferenceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// SkipFailedStep 跳过失败的步骤
SkipFailedStep(ctx context.Context, in *SkipFailedStepRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// UnblockTask 解锁阻塞任务
UnblockTask(ctx context.Context, in *UnblockTaskRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// SkipBlockedTask 跳过阻塞任务
SkipBlockedTask(ctx context.Context, in *SkipBlockedTaskRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// RetryFailedStep 重试失败的步骤
RetryFailedStep(ctx context.Context, in *DescribeStepRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// SendStepFailed 强制Running步骤失败
SendStepFailed(ctx context.Context, in *DescribeStepRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// RedoStep 强制重做一个步骤
// 不判断步骤状态,直接重做
RedoStep(ctx context.Context, in *DescribeStepRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// ResumeSuspendingStep 继续一个处于暂停状态的步骤,
// 需要 Step Type:Suspend, Status: Suspending
ResumeSuspendingStep(ctx context.Context, in *DescribeStepRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}
SkyflowV1ServiceClient is the client API for SkyflowV1Service service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
SkyflowV1Service workflow Service
func NewSkyflowV1ServiceClient ¶
func NewSkyflowV1ServiceClient(cc grpc.ClientConnInterface) SkyflowV1ServiceClient
type SkyflowV1ServiceHTTPClient ¶
type SkyflowV1ServiceHTTPClient interface {
// CreateActivity CreateActivity 创建一个活动
CreateActivity(ctx context.Context, req *CreateActivityRequest, opts ...http.CallOption) (rsp *CreateActivityResponse, err error)
// CreateNamespace CreateNamespace 创建一个命名空间
CreateNamespace(ctx context.Context, req *CreateNamespaceRequest, opts ...http.CallOption) (rsp *CreateNamespaceResponse, err error)
// CreateOrUpdateActivity CreateOrUpdateActivity 创建/更新一个活动
CreateOrUpdateActivity(ctx context.Context, req *CreateActivityRequest, opts ...http.CallOption) (rsp *CreateActivityResponse, err error)
// CreateOrUpdateNamespace CreateOrUpdateNamespace 创建/更新一个命名空间
CreateOrUpdateNamespace(ctx context.Context, req *CreateNamespaceRequest, opts ...http.CallOption) (rsp *CreateNamespaceResponse, err error)
// CreateOrUpdateStateMachine CreateOrUpdateStateMachine 创建/更新一个状态机
CreateOrUpdateStateMachine(ctx context.Context, req *CreateStateMachineRequest, opts ...http.CallOption) (rsp *CreateStateMachineResponse, err error)
// CreateStateMachine CreateStateMachine 创建一个状态机
CreateStateMachine(ctx context.Context, req *CreateStateMachineRequest, opts ...http.CallOption) (rsp *CreateStateMachineResponse, err error)
// DeleteActivity DeleteActivity 删除一个活动
DeleteActivity(ctx context.Context, req *DeleteActivityRequest, opts ...http.CallOption) (rsp *DeleteActivityResponse, err error)
// DeleteNamespace DeleteNamespace 删除一个命名空间
// 注意: 只有当命名空间下没有任何活动和状态机时,才能删除命名空间
DeleteNamespace(ctx context.Context, req *DeleteNamespaceRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// DeleteStateMachine DeleteStateMachine 删除一个状态机
DeleteStateMachine(ctx context.Context, req *DeleteStateMachineRequest, opts ...http.CallOption) (rsp *DeleteStateMachineResponse, err error)
// DescribeActivity DescribeActivity 获得一个活动的描述
DescribeActivity(ctx context.Context, req *DescribeActivityRequest, opts ...http.CallOption) (rsp *DescribeActivityResponse, err error)
// DescribeExecution DescribeExecution 获得一个执行的描述
DescribeExecution(ctx context.Context, req *DescribeExecutionRequest, opts ...http.CallOption) (rsp *DescribeExecutionResponse, err error)
// DescribeExecutionBone DescribeExecutionBone 获得一个执行的执行的Bone信息
// Bone信息用于前段展示执行的流程图
DescribeExecutionBone(ctx context.Context, req *DescribeExecutionBoneRequest, opts ...http.CallOption) (rsp *DescribeExecutionBoneResponse, err error)
// DescribeStateMachine DescribeStateMachine 获得一个状态机的描述
DescribeStateMachine(ctx context.Context, req *DescribeStateMachineRequest, opts ...http.CallOption) (rsp *DescribeStateMachineResponse, err error)
DescribeStep(ctx context.Context, req *DescribeStepRequest, opts ...http.CallOption) (rsp *DescribeStepResponse, err error)
// GetActivityTask GetActivityTask 获得一个需要执行的task
GetActivityTask(ctx context.Context, req *GetActivityTaskRequest, opts ...http.CallOption) (rsp *GetActivityTaskResponse, err error)
// ListActivities ListActivities 获得活动列表
ListActivities(ctx context.Context, req *ListActivitiesRequest, opts ...http.CallOption) (rsp *ListActivitiesResponse, err error)
// ListExecutionEvents ListExecutionEvents 获得一个执行的Event列表
ListExecutionEvents(ctx context.Context, req *ListExecutionEventsRequest, opts ...http.CallOption) (rsp *ListExecutionEventsResponse, err error)
// ListExecutions ListExecutions 获得execution列表
ListExecutions(ctx context.Context, req *ListExecutionsRequest, opts ...http.CallOption) (rsp *ListExecutionsResponse, err error)
// ListNamespaces ListNamespaces 获得命名空间列表
ListNamespaces(ctx context.Context, req *ListNamespacesRequest, opts ...http.CallOption) (rsp *ListNamespacesResponse, err error)
// ListStateMachines ListStateMachines 获得状态机列表
ListStateMachines(ctx context.Context, req *ListStateMachinesRequest, opts ...http.CallOption) (rsp *ListStateMachinesResponse, err error)
// ListStepEvents ListStepEvents 获得一个执行的StepEvent列表
ListStepEvents(ctx context.Context, req *ListStepEventsRequest, opts ...http.CallOption) (rsp *ListExecutionEventsResponse, err error)
// ParseStateMachine ParseStateMachine 解析一个状态机模板,返回解析后的定义和类型
// 验证definition的合法性
ParseStateMachine(ctx context.Context, req *ParseStateMachineRequest, opts ...http.CallOption) (rsp *ParseStateMachineResponse, err error)
// RedoStep RedoStep 强制重做一个步骤
// 不判断步骤状态,直接重做
RedoStep(ctx context.Context, req *DescribeStepRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// ResumeSuspendingStep ResumeSuspendingStep 继续一个处于暂停状态的步骤,
// 需要 Step Type:Suspend, Status: Suspending
ResumeSuspendingStep(ctx context.Context, req *DescribeStepRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// RetryFailedStep RetryFailedStep 重试失败的步骤
RetryFailedStep(ctx context.Context, req *DescribeStepRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SendStepFailed SendStepFailed 强制Running步骤失败
SendStepFailed(ctx context.Context, req *DescribeStepRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SendTaskFailure SendTaskFailure 发送task执行失败
SendTaskFailure(ctx context.Context, req *SendTaskFailureRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SendTaskHeartbeat SendTaskHeartbeat 发送task 执行心跳
SendTaskHeartbeat(ctx context.Context, req *SendTaskHeartbeatRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SendTaskReference SendTaskReference 发送task执行关联信息
SendTaskReference(ctx context.Context, req *SendTaskReferenceRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SendTaskSuccess SendTaskSuccess 发送task执行成功
SendTaskSuccess(ctx context.Context, req *SendTaskSuccessRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SkipBlockedTask SkipBlockedTask 跳过阻塞任务
SkipBlockedTask(ctx context.Context, req *SkipBlockedTaskRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// SkipFailedStep SkipFailedStep 跳过失败的步骤
SkipFailedStep(ctx context.Context, req *SkipFailedStepRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// StartExecution 任务管理
// StartExecution 创建一个执行任务
StartExecution(ctx context.Context, req *StartExecutionRequest, opts ...http.CallOption) (rsp *StartExecutionResponse, err error)
// StopExecution StopExecution 终止一个执行
StopExecution(ctx context.Context, req *StopExecutionRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// UnblockTask UnblockTask 解锁阻塞任务
UnblockTask(ctx context.Context, req *UnblockTaskRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
// UpdateStateMachine UpdateStateMachine 更新一个状态机
UpdateStateMachine(ctx context.Context, req *UpdateStateMachineRequest, opts ...http.CallOption) (rsp *UpdateStateMachineResponse, err error)
// ValidateStateMachineDefinitionValidateStateMachineDefinition 验证状态机定义的合法性
ValidateStateMachineDefinition(ctx context.Context, req *ValidateStateMachineDefinitionRequest, opts ...http.CallOption) (rsp *ValidateStateMachineDefinitionResponse, err error)
}
func NewSkyflowV1ServiceHTTPClient ¶
func NewSkyflowV1ServiceHTTPClient(client *http.Client) SkyflowV1ServiceHTTPClient
type SkyflowV1ServiceHTTPClientImpl ¶
type SkyflowV1ServiceHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*SkyflowV1ServiceHTTPClientImpl) CreateActivity ¶
func (c *SkyflowV1ServiceHTTPClientImpl) CreateActivity(ctx context.Context, in *CreateActivityRequest, opts ...http.CallOption) (*CreateActivityResponse, error)
CreateActivity CreateActivity 创建一个活动
func (*SkyflowV1ServiceHTTPClientImpl) CreateNamespace ¶
func (c *SkyflowV1ServiceHTTPClientImpl) CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...http.CallOption) (*CreateNamespaceResponse, error)
CreateNamespace CreateNamespace 创建一个命名空间
func (*SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateActivity ¶
func (c *SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateActivity(ctx context.Context, in *CreateActivityRequest, opts ...http.CallOption) (*CreateActivityResponse, error)
CreateOrUpdateActivity CreateOrUpdateActivity 创建/更新一个活动
func (*SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateNamespace ¶
func (c *SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...http.CallOption) (*CreateNamespaceResponse, error)
CreateOrUpdateNamespace CreateOrUpdateNamespace 创建/更新一个命名空间
func (*SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateStateMachine ¶
func (c *SkyflowV1ServiceHTTPClientImpl) CreateOrUpdateStateMachine(ctx context.Context, in *CreateStateMachineRequest, opts ...http.CallOption) (*CreateStateMachineResponse, error)
CreateOrUpdateStateMachine CreateOrUpdateStateMachine 创建/更新一个状态机
func (*SkyflowV1ServiceHTTPClientImpl) CreateStateMachine ¶
func (c *SkyflowV1ServiceHTTPClientImpl) CreateStateMachine(ctx context.Context, in *CreateStateMachineRequest, opts ...http.CallOption) (*CreateStateMachineResponse, error)
CreateStateMachine CreateStateMachine 创建一个状态机
func (*SkyflowV1ServiceHTTPClientImpl) DeleteActivity ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DeleteActivity(ctx context.Context, in *DeleteActivityRequest, opts ...http.CallOption) (*DeleteActivityResponse, error)
DeleteActivity DeleteActivity 删除一个活动
func (*SkyflowV1ServiceHTTPClientImpl) DeleteNamespace ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
DeleteNamespace DeleteNamespace 删除一个命名空间 注意: 只有当命名空间下没有任何活动和状态机时,才能删除命名空间
func (*SkyflowV1ServiceHTTPClientImpl) DeleteStateMachine ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DeleteStateMachine(ctx context.Context, in *DeleteStateMachineRequest, opts ...http.CallOption) (*DeleteStateMachineResponse, error)
DeleteStateMachine DeleteStateMachine 删除一个状态机
func (*SkyflowV1ServiceHTTPClientImpl) DescribeActivity ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DescribeActivity(ctx context.Context, in *DescribeActivityRequest, opts ...http.CallOption) (*DescribeActivityResponse, error)
DescribeActivity DescribeActivity 获得一个活动的描述
func (*SkyflowV1ServiceHTTPClientImpl) DescribeExecution ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DescribeExecution(ctx context.Context, in *DescribeExecutionRequest, opts ...http.CallOption) (*DescribeExecutionResponse, error)
DescribeExecution DescribeExecution 获得一个执行的描述
func (*SkyflowV1ServiceHTTPClientImpl) DescribeExecutionBone ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DescribeExecutionBone(ctx context.Context, in *DescribeExecutionBoneRequest, opts ...http.CallOption) (*DescribeExecutionBoneResponse, error)
DescribeExecutionBone DescribeExecutionBone 获得一个执行的执行的Bone信息 Bone信息用于前段展示执行的流程图
func (*SkyflowV1ServiceHTTPClientImpl) DescribeStateMachine ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DescribeStateMachine(ctx context.Context, in *DescribeStateMachineRequest, opts ...http.CallOption) (*DescribeStateMachineResponse, error)
DescribeStateMachine DescribeStateMachine 获得一个状态机的描述
func (*SkyflowV1ServiceHTTPClientImpl) DescribeStep ¶
func (c *SkyflowV1ServiceHTTPClientImpl) DescribeStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*DescribeStepResponse, error)
func (*SkyflowV1ServiceHTTPClientImpl) GetActivityTask ¶
func (c *SkyflowV1ServiceHTTPClientImpl) GetActivityTask(ctx context.Context, in *GetActivityTaskRequest, opts ...http.CallOption) (*GetActivityTaskResponse, error)
GetActivityTask GetActivityTask 获得一个需要执行的task
func (*SkyflowV1ServiceHTTPClientImpl) ListActivities ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ListActivities(ctx context.Context, in *ListActivitiesRequest, opts ...http.CallOption) (*ListActivitiesResponse, error)
ListActivities ListActivities 获得活动列表
func (*SkyflowV1ServiceHTTPClientImpl) ListExecutionEvents ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ListExecutionEvents(ctx context.Context, in *ListExecutionEventsRequest, opts ...http.CallOption) (*ListExecutionEventsResponse, error)
ListExecutionEvents ListExecutionEvents 获得一个执行的Event列表
func (*SkyflowV1ServiceHTTPClientImpl) ListExecutions ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ListExecutions(ctx context.Context, in *ListExecutionsRequest, opts ...http.CallOption) (*ListExecutionsResponse, error)
ListExecutions ListExecutions 获得execution列表
func (*SkyflowV1ServiceHTTPClientImpl) ListNamespaces ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...http.CallOption) (*ListNamespacesResponse, error)
ListNamespaces ListNamespaces 获得命名空间列表
func (*SkyflowV1ServiceHTTPClientImpl) ListStateMachines ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ListStateMachines(ctx context.Context, in *ListStateMachinesRequest, opts ...http.CallOption) (*ListStateMachinesResponse, error)
ListStateMachines ListStateMachines 获得状态机列表
func (*SkyflowV1ServiceHTTPClientImpl) ListStepEvents ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ListStepEvents(ctx context.Context, in *ListStepEventsRequest, opts ...http.CallOption) (*ListExecutionEventsResponse, error)
ListStepEvents ListStepEvents 获得一个执行的StepEvent列表
func (*SkyflowV1ServiceHTTPClientImpl) ParseStateMachine ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ParseStateMachine(ctx context.Context, in *ParseStateMachineRequest, opts ...http.CallOption) (*ParseStateMachineResponse, error)
ParseStateMachine ParseStateMachine 解析一个状态机模板,返回解析后的定义和类型 验证definition的合法性
func (*SkyflowV1ServiceHTTPClientImpl) RedoStep ¶
func (c *SkyflowV1ServiceHTTPClientImpl) RedoStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
RedoStep RedoStep 强制重做一个步骤 不判断步骤状态,直接重做
func (*SkyflowV1ServiceHTTPClientImpl) ResumeSuspendingStep ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ResumeSuspendingStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
ResumeSuspendingStep ResumeSuspendingStep 继续一个处于暂停状态的步骤, 需要 Step Type:Suspend, Status: Suspending
func (*SkyflowV1ServiceHTTPClientImpl) RetryFailedStep ¶
func (c *SkyflowV1ServiceHTTPClientImpl) RetryFailedStep(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
RetryFailedStep RetryFailedStep 重试失败的步骤
func (*SkyflowV1ServiceHTTPClientImpl) SendStepFailed ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SendStepFailed(ctx context.Context, in *DescribeStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SendStepFailed SendStepFailed 强制Running步骤失败
func (*SkyflowV1ServiceHTTPClientImpl) SendTaskFailure ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskFailure(ctx context.Context, in *SendTaskFailureRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SendTaskFailure SendTaskFailure 发送task执行失败
func (*SkyflowV1ServiceHTTPClientImpl) SendTaskHeartbeat ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskHeartbeat(ctx context.Context, in *SendTaskHeartbeatRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SendTaskHeartbeat SendTaskHeartbeat 发送task 执行心跳
func (*SkyflowV1ServiceHTTPClientImpl) SendTaskReference ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskReference(ctx context.Context, in *SendTaskReferenceRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SendTaskReference SendTaskReference 发送task执行关联信息
func (*SkyflowV1ServiceHTTPClientImpl) SendTaskSuccess ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SendTaskSuccess(ctx context.Context, in *SendTaskSuccessRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SendTaskSuccess SendTaskSuccess 发送task执行成功
func (*SkyflowV1ServiceHTTPClientImpl) SkipBlockedTask ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SkipBlockedTask(ctx context.Context, in *SkipBlockedTaskRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SkipBlockedTask SkipBlockedTask 跳过阻塞任务
func (*SkyflowV1ServiceHTTPClientImpl) SkipFailedStep ¶
func (c *SkyflowV1ServiceHTTPClientImpl) SkipFailedStep(ctx context.Context, in *SkipFailedStepRequest, opts ...http.CallOption) (*emptypb.Empty, error)
SkipFailedStep SkipFailedStep 跳过失败的步骤
func (*SkyflowV1ServiceHTTPClientImpl) StartExecution ¶
func (c *SkyflowV1ServiceHTTPClientImpl) StartExecution(ctx context.Context, in *StartExecutionRequest, opts ...http.CallOption) (*StartExecutionResponse, error)
StartExecution 任务管理 StartExecution 创建一个执行任务
func (*SkyflowV1ServiceHTTPClientImpl) StopExecution ¶
func (c *SkyflowV1ServiceHTTPClientImpl) StopExecution(ctx context.Context, in *StopExecutionRequest, opts ...http.CallOption) (*emptypb.Empty, error)
StopExecution StopExecution 终止一个执行
func (*SkyflowV1ServiceHTTPClientImpl) UnblockTask ¶
func (c *SkyflowV1ServiceHTTPClientImpl) UnblockTask(ctx context.Context, in *UnblockTaskRequest, opts ...http.CallOption) (*emptypb.Empty, error)
UnblockTask UnblockTask 解锁阻塞任务
func (*SkyflowV1ServiceHTTPClientImpl) UpdateStateMachine ¶
func (c *SkyflowV1ServiceHTTPClientImpl) UpdateStateMachine(ctx context.Context, in *UpdateStateMachineRequest, opts ...http.CallOption) (*UpdateStateMachineResponse, error)
UpdateStateMachine UpdateStateMachine 更新一个状态机
func (*SkyflowV1ServiceHTTPClientImpl) ValidateStateMachineDefinition ¶
func (c *SkyflowV1ServiceHTTPClientImpl) ValidateStateMachineDefinition(ctx context.Context, in *ValidateStateMachineDefinitionRequest, opts ...http.CallOption) (*ValidateStateMachineDefinitionResponse, error)
ValidateStateMachineDefinitionValidateStateMachineDefinition 验证状态机定义的合法性
type SkyflowV1ServiceHTTPServer ¶
type SkyflowV1ServiceHTTPServer interface {
// CreateActivity CreateActivity 创建一个活动
CreateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
// CreateNamespace CreateNamespace 创建一个命名空间
CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
// CreateOrUpdateActivity CreateOrUpdateActivity 创建/更新一个活动
CreateOrUpdateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
// CreateOrUpdateNamespace CreateOrUpdateNamespace 创建/更新一个命名空间
CreateOrUpdateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
// CreateOrUpdateStateMachine CreateOrUpdateStateMachine 创建/更新一个状态机
CreateOrUpdateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
// CreateStateMachine CreateStateMachine 创建一个状态机
CreateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
// DeleteActivity DeleteActivity 删除一个活动
DeleteActivity(context.Context, *DeleteActivityRequest) (*DeleteActivityResponse, error)
// DeleteNamespace DeleteNamespace 删除一个命名空间
// 注意: 只有当命名空间下没有任何活动和状态机时,才能删除命名空间
DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
// DeleteStateMachine DeleteStateMachine 删除一个状态机
DeleteStateMachine(context.Context, *DeleteStateMachineRequest) (*DeleteStateMachineResponse, error)
// DescribeActivity DescribeActivity 获得一个活动的描述
DescribeActivity(context.Context, *DescribeActivityRequest) (*DescribeActivityResponse, error)
// DescribeExecution DescribeExecution 获得一个执行的描述
DescribeExecution(context.Context, *DescribeExecutionRequest) (*DescribeExecutionResponse, error)
// DescribeExecutionBone DescribeExecutionBone 获得一个执行的执行的Bone信息
// Bone信息用于前段展示执行的流程图
DescribeExecutionBone(context.Context, *DescribeExecutionBoneRequest) (*DescribeExecutionBoneResponse, error)
// DescribeStateMachine DescribeStateMachine 获得一个状态机的描述
DescribeStateMachine(context.Context, *DescribeStateMachineRequest) (*DescribeStateMachineResponse, error)
DescribeStep(context.Context, *DescribeStepRequest) (*DescribeStepResponse, error)
// GetActivityTask GetActivityTask 获得一个需要执行的task
GetActivityTask(context.Context, *GetActivityTaskRequest) (*GetActivityTaskResponse, error)
// ListActivities ListActivities 获得活动列表
ListActivities(context.Context, *ListActivitiesRequest) (*ListActivitiesResponse, error)
// ListExecutionEvents ListExecutionEvents 获得一个执行的Event列表
ListExecutionEvents(context.Context, *ListExecutionEventsRequest) (*ListExecutionEventsResponse, error)
// ListExecutions ListExecutions 获得execution列表
ListExecutions(context.Context, *ListExecutionsRequest) (*ListExecutionsResponse, error)
// ListNamespaces ListNamespaces 获得命名空间列表
ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
// ListStateMachines ListStateMachines 获得状态机列表
ListStateMachines(context.Context, *ListStateMachinesRequest) (*ListStateMachinesResponse, error)
// ListStepEvents ListStepEvents 获得一个执行的StepEvent列表
ListStepEvents(context.Context, *ListStepEventsRequest) (*ListExecutionEventsResponse, error)
// ParseStateMachine ParseStateMachine 解析一个状态机模板,返回解析后的定义和类型
// 验证definition的合法性
ParseStateMachine(context.Context, *ParseStateMachineRequest) (*ParseStateMachineResponse, error)
// RedoStep RedoStep 强制重做一个步骤
// 不判断步骤状态,直接重做
RedoStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// ResumeSuspendingStep ResumeSuspendingStep 继续一个处于暂停状态的步骤,
// 需要 Step Type:Suspend, Status: Suspending
ResumeSuspendingStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// RetryFailedStep RetryFailedStep 重试失败的步骤
RetryFailedStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// SendStepFailed SendStepFailed 强制Running步骤失败
SendStepFailed(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// SendTaskFailure SendTaskFailure 发送task执行失败
SendTaskFailure(context.Context, *SendTaskFailureRequest) (*emptypb.Empty, error)
// SendTaskHeartbeat SendTaskHeartbeat 发送task 执行心跳
SendTaskHeartbeat(context.Context, *SendTaskHeartbeatRequest) (*emptypb.Empty, error)
// SendTaskReference SendTaskReference 发送task执行关联信息
SendTaskReference(context.Context, *SendTaskReferenceRequest) (*emptypb.Empty, error)
// SendTaskSuccess SendTaskSuccess 发送task执行成功
SendTaskSuccess(context.Context, *SendTaskSuccessRequest) (*emptypb.Empty, error)
// SkipBlockedTask SkipBlockedTask 跳过阻塞任务
SkipBlockedTask(context.Context, *SkipBlockedTaskRequest) (*emptypb.Empty, error)
// SkipFailedStep SkipFailedStep 跳过失败的步骤
SkipFailedStep(context.Context, *SkipFailedStepRequest) (*emptypb.Empty, error)
// StartExecution 任务管理
// StartExecution 创建一个执行任务
StartExecution(context.Context, *StartExecutionRequest) (*StartExecutionResponse, error)
// StopExecution StopExecution 终止一个执行
StopExecution(context.Context, *StopExecutionRequest) (*emptypb.Empty, error)
// UnblockTask UnblockTask 解锁阻塞任务
UnblockTask(context.Context, *UnblockTaskRequest) (*emptypb.Empty, error)
// UpdateStateMachine UpdateStateMachine 更新一个状态机
UpdateStateMachine(context.Context, *UpdateStateMachineRequest) (*UpdateStateMachineResponse, error)
// ValidateStateMachineDefinitionValidateStateMachineDefinition 验证状态机定义的合法性
ValidateStateMachineDefinition(context.Context, *ValidateStateMachineDefinitionRequest) (*ValidateStateMachineDefinitionResponse, error)
}
type SkyflowV1ServiceServer ¶
type SkyflowV1ServiceServer interface {
// CreateNamespace 创建一个命名空间
CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
// CreateOrUpdateNamespace 创建/更新一个命名空间
CreateOrUpdateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
// ListNamespaces 获得命名空间列表
ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
// DeleteNamespace 删除一个命名空间
// 注意: 只有当命名空间下没有任何活动和状态机时,才能删除命名空间
DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
// CreateActivity 创建一个活动
CreateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
// CreateOrUpdateActivity 创建/更新一个活动
CreateOrUpdateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
// ListActivities 获得活动列表
ListActivities(context.Context, *ListActivitiesRequest) (*ListActivitiesResponse, error)
// DescribeActivity 获得一个活动的描述
DescribeActivity(context.Context, *DescribeActivityRequest) (*DescribeActivityResponse, error)
// DeleteActivity 删除一个活动
DeleteActivity(context.Context, *DeleteActivityRequest) (*DeleteActivityResponse, error)
// CreateStateMachine 创建一个状态机
CreateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
// CreateOrUpdateStateMachine 创建/更新一个状态机
CreateOrUpdateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
// DeleteStateMachine 删除一个状态机
DeleteStateMachine(context.Context, *DeleteStateMachineRequest) (*DeleteStateMachineResponse, error)
// ListStateMachines 获得状态机列表
ListStateMachines(context.Context, *ListStateMachinesRequest) (*ListStateMachinesResponse, error)
// DescribeStateMachine 获得一个状态机的描述
DescribeStateMachine(context.Context, *DescribeStateMachineRequest) (*DescribeStateMachineResponse, error)
// UpdateStateMachine 更新一个状态机
UpdateStateMachine(context.Context, *UpdateStateMachineRequest) (*UpdateStateMachineResponse, error)
// ParseStateMachine 解析一个状态机模板,返回解析后的定义和类型
// 验证definition的合法性
ParseStateMachine(context.Context, *ParseStateMachineRequest) (*ParseStateMachineResponse, error)
// ValidateStateMachineDefinition 验证状态机定义的合法性
ValidateStateMachineDefinition(context.Context, *ValidateStateMachineDefinitionRequest) (*ValidateStateMachineDefinitionResponse, error)
// 任务管理
// StartExecution 创建一个执行任务
StartExecution(context.Context, *StartExecutionRequest) (*StartExecutionResponse, error)
// DescribeExecution 获得一个执行的描述
DescribeExecution(context.Context, *DescribeExecutionRequest) (*DescribeExecutionResponse, error)
// DescribeExecutionBone 获得一个执行的执行的Bone信息
// Bone信息用于前段展示执行的流程图
DescribeExecutionBone(context.Context, *DescribeExecutionBoneRequest) (*DescribeExecutionBoneResponse, error)
// StopExecution 终止一个执行
StopExecution(context.Context, *StopExecutionRequest) (*emptypb.Empty, error)
// ListExecutions 获得execution列表
ListExecutions(context.Context, *ListExecutionsRequest) (*ListExecutionsResponse, error)
// ListExecutionEvents 获得一个执行的Event列表
ListExecutionEvents(context.Context, *ListExecutionEventsRequest) (*ListExecutionEventsResponse, error)
DescribeStep(context.Context, *DescribeStepRequest) (*DescribeStepResponse, error)
// ListStepEvents 获得一个执行的StepEvent列表
ListStepEvents(context.Context, *ListStepEventsRequest) (*ListExecutionEventsResponse, error)
// GetActivityTask 获得一个需要执行的task
GetActivityTask(context.Context, *GetActivityTaskRequest) (*GetActivityTaskResponse, error)
// SendTaskSuccess 发送task执行成功
SendTaskSuccess(context.Context, *SendTaskSuccessRequest) (*emptypb.Empty, error)
// SendTaskFailure 发送task执行失败
SendTaskFailure(context.Context, *SendTaskFailureRequest) (*emptypb.Empty, error)
// SendTaskHeartbeat 发送task 执行心跳
SendTaskHeartbeat(context.Context, *SendTaskHeartbeatRequest) (*emptypb.Empty, error)
// SendTaskReference 发送task执行关联信息
SendTaskReference(context.Context, *SendTaskReferenceRequest) (*emptypb.Empty, error)
// SkipFailedStep 跳过失败的步骤
SkipFailedStep(context.Context, *SkipFailedStepRequest) (*emptypb.Empty, error)
// UnblockTask 解锁阻塞任务
UnblockTask(context.Context, *UnblockTaskRequest) (*emptypb.Empty, error)
// SkipBlockedTask 跳过阻塞任务
SkipBlockedTask(context.Context, *SkipBlockedTaskRequest) (*emptypb.Empty, error)
// RetryFailedStep 重试失败的步骤
RetryFailedStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// SendStepFailed 强制Running步骤失败
SendStepFailed(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// RedoStep 强制重做一个步骤
// 不判断步骤状态,直接重做
RedoStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// ResumeSuspendingStep 继续一个处于暂停状态的步骤,
// 需要 Step Type:Suspend, Status: Suspending
ResumeSuspendingStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
// contains filtered or unexported methods
}
SkyflowV1ServiceServer is the server API for SkyflowV1Service service. All implementations must embed UnimplementedSkyflowV1ServiceServer for forward compatibility.
SkyflowV1Service workflow Service
type StartExecutionRequest ¶
type StartExecutionRequest struct {
// 状态机模板URI,可选,statemachine_uri 与definition 必须指定一个
StatemachineUri string `protobuf:"bytes,1,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
// 流程模板定义,JSON/YAML格式的流程模板定义,可选
Definition string `protobuf:"bytes,2,opt,name=definition,proto3" json:"definition,omitempty"`
// 状态机执行的标题,可为空
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
// 状态机执行的输入,json格式的输入 ,可选,默认是空 '{}'
Input string `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
// 状态机执行的任务ID, 全局不可重复 uuid, 可选,不指定自动生成uuid
ExecutionName string `protobuf:"bytes,5,opt,name=execution_name,json=executionName,proto3" json:"execution_name,omitempty"`
// contains filtered or unexported fields
}
创建一个执行的请求体 参数约束: statemachine_uri 是指注册到 skyflowflow的 模板引用路径, definition是自定义的StateMachine定义,json/yaml格式 statemachine_uri与definition 二选一。 execution_name:用户自定义的执行唯一名称,可选, 如果指定,自动生成一个新的uuid .
func (*StartExecutionRequest) Descriptor
deprecated
func (*StartExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartExecutionRequest.ProtoReflect.Descriptor instead.
func (*StartExecutionRequest) GetDefinition ¶
func (x *StartExecutionRequest) GetDefinition() string
func (*StartExecutionRequest) GetExecutionName ¶
func (x *StartExecutionRequest) GetExecutionName() string
func (*StartExecutionRequest) GetInput ¶
func (x *StartExecutionRequest) GetInput() string
func (*StartExecutionRequest) GetStatemachineUri ¶
func (x *StartExecutionRequest) GetStatemachineUri() string
func (*StartExecutionRequest) GetTitle ¶
func (x *StartExecutionRequest) GetTitle() string
func (*StartExecutionRequest) ProtoMessage ¶
func (*StartExecutionRequest) ProtoMessage()
func (*StartExecutionRequest) ProtoReflect ¶
func (x *StartExecutionRequest) ProtoReflect() protoreflect.Message
func (*StartExecutionRequest) Reset ¶
func (x *StartExecutionRequest) Reset()
func (*StartExecutionRequest) String ¶
func (x *StartExecutionRequest) String() string
func (*StartExecutionRequest) Validate ¶
func (m *StartExecutionRequest) Validate() error
Validate checks the field values on StartExecutionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StartExecutionRequest) ValidateAll ¶
func (m *StartExecutionRequest) ValidateAll() error
ValidateAll checks the field values on StartExecutionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StartExecutionRequestMultiError, or nil if none found.
type StartExecutionRequestMultiError ¶
type StartExecutionRequestMultiError []error
StartExecutionRequestMultiError is an error wrapping multiple validation errors returned by StartExecutionRequest.ValidateAll() if the designated constraints aren't met.
func (StartExecutionRequestMultiError) AllErrors ¶
func (m StartExecutionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StartExecutionRequestMultiError) Error ¶
func (m StartExecutionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StartExecutionRequestValidationError ¶
type StartExecutionRequestValidationError struct {
// contains filtered or unexported fields
}
StartExecutionRequestValidationError is the validation error returned by StartExecutionRequest.Validate if the designated constraints aren't met.
func (StartExecutionRequestValidationError) Cause ¶
func (e StartExecutionRequestValidationError) Cause() error
Cause function returns cause value.
func (StartExecutionRequestValidationError) Error ¶
func (e StartExecutionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (StartExecutionRequestValidationError) ErrorName ¶
func (e StartExecutionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (StartExecutionRequestValidationError) Field ¶
func (e StartExecutionRequestValidationError) Field() string
Field function returns field value.
func (StartExecutionRequestValidationError) Key ¶
func (e StartExecutionRequestValidationError) Key() bool
Key function returns key value.
func (StartExecutionRequestValidationError) Reason ¶
func (e StartExecutionRequestValidationError) Reason() string
Reason function returns reason value.
type StartExecutionResponse ¶
type StartExecutionResponse struct {
// 返回的执行的唯一ID
ExecutionUuid string `protobuf:"bytes,1,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// 执行创建的时间
CreateTime string `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// contains filtered or unexported fields
}
创建一个执行的请求返回结构
func (*StartExecutionResponse) Descriptor
deprecated
func (*StartExecutionResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartExecutionResponse.ProtoReflect.Descriptor instead.
func (*StartExecutionResponse) GetCreateTime ¶
func (x *StartExecutionResponse) GetCreateTime() string
func (*StartExecutionResponse) GetExecutionUuid ¶
func (x *StartExecutionResponse) GetExecutionUuid() string
func (*StartExecutionResponse) ProtoMessage ¶
func (*StartExecutionResponse) ProtoMessage()
func (*StartExecutionResponse) ProtoReflect ¶
func (x *StartExecutionResponse) ProtoReflect() protoreflect.Message
func (*StartExecutionResponse) Reset ¶
func (x *StartExecutionResponse) Reset()
func (*StartExecutionResponse) String ¶
func (x *StartExecutionResponse) String() string
func (*StartExecutionResponse) Validate ¶
func (m *StartExecutionResponse) Validate() error
Validate checks the field values on StartExecutionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StartExecutionResponse) ValidateAll ¶
func (m *StartExecutionResponse) ValidateAll() error
ValidateAll checks the field values on StartExecutionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StartExecutionResponseMultiError, or nil if none found.
type StartExecutionResponseMultiError ¶
type StartExecutionResponseMultiError []error
StartExecutionResponseMultiError is an error wrapping multiple validation errors returned by StartExecutionResponse.ValidateAll() if the designated constraints aren't met.
func (StartExecutionResponseMultiError) AllErrors ¶
func (m StartExecutionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StartExecutionResponseMultiError) Error ¶
func (m StartExecutionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StartExecutionResponseValidationError ¶
type StartExecutionResponseValidationError struct {
// contains filtered or unexported fields
}
StartExecutionResponseValidationError is the validation error returned by StartExecutionResponse.Validate if the designated constraints aren't met.
func (StartExecutionResponseValidationError) Cause ¶
func (e StartExecutionResponseValidationError) Cause() error
Cause function returns cause value.
func (StartExecutionResponseValidationError) Error ¶
func (e StartExecutionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (StartExecutionResponseValidationError) ErrorName ¶
func (e StartExecutionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (StartExecutionResponseValidationError) Field ¶
func (e StartExecutionResponseValidationError) Field() string
Field function returns field value.
func (StartExecutionResponseValidationError) Key ¶
func (e StartExecutionResponseValidationError) Key() bool
Key function returns key value.
func (StartExecutionResponseValidationError) Reason ¶
func (e StartExecutionResponseValidationError) Reason() string
Reason function returns reason value.
type StateMachineInfo ¶
type StateMachineInfo struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
StatemachineUri string `protobuf:"bytes,3,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
Definition string `protobuf:"bytes,4,opt,name=definition,proto3" json:"definition,omitempty"`
// type : standard / express
Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
StateMachineInfo 状态机信息
func (*StateMachineInfo) Descriptor
deprecated
func (*StateMachineInfo) Descriptor() ([]byte, []int)
Deprecated: Use StateMachineInfo.ProtoReflect.Descriptor instead.
func (*StateMachineInfo) GetCreateTime ¶
func (x *StateMachineInfo) GetCreateTime() int64
func (*StateMachineInfo) GetDefinition ¶
func (x *StateMachineInfo) GetDefinition() string
func (*StateMachineInfo) GetDescription ¶
func (x *StateMachineInfo) GetDescription() string
func (*StateMachineInfo) GetName ¶
func (x *StateMachineInfo) GetName() string
func (*StateMachineInfo) GetStatemachineUri ¶
func (x *StateMachineInfo) GetStatemachineUri() string
func (*StateMachineInfo) GetType ¶
func (x *StateMachineInfo) GetType() string
func (*StateMachineInfo) GetUpdateTime ¶
func (x *StateMachineInfo) GetUpdateTime() int64
func (*StateMachineInfo) ProtoMessage ¶
func (*StateMachineInfo) ProtoMessage()
func (*StateMachineInfo) ProtoReflect ¶
func (x *StateMachineInfo) ProtoReflect() protoreflect.Message
func (*StateMachineInfo) Reset ¶
func (x *StateMachineInfo) Reset()
func (*StateMachineInfo) String ¶
func (x *StateMachineInfo) String() string
func (*StateMachineInfo) Validate ¶
func (m *StateMachineInfo) Validate() error
Validate checks the field values on StateMachineInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StateMachineInfo) ValidateAll ¶
func (m *StateMachineInfo) ValidateAll() error
ValidateAll checks the field values on StateMachineInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StateMachineInfoMultiError, or nil if none found.
type StateMachineInfoMultiError ¶
type StateMachineInfoMultiError []error
StateMachineInfoMultiError is an error wrapping multiple validation errors returned by StateMachineInfo.ValidateAll() if the designated constraints aren't met.
func (StateMachineInfoMultiError) AllErrors ¶
func (m StateMachineInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StateMachineInfoMultiError) Error ¶
func (m StateMachineInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StateMachineInfoValidationError ¶
type StateMachineInfoValidationError struct {
// contains filtered or unexported fields
}
StateMachineInfoValidationError is the validation error returned by StateMachineInfo.Validate if the designated constraints aren't met.
func (StateMachineInfoValidationError) Cause ¶
func (e StateMachineInfoValidationError) Cause() error
Cause function returns cause value.
func (StateMachineInfoValidationError) Error ¶
func (e StateMachineInfoValidationError) Error() string
Error satisfies the builtin error interface
func (StateMachineInfoValidationError) ErrorName ¶
func (e StateMachineInfoValidationError) ErrorName() string
ErrorName returns error name.
func (StateMachineInfoValidationError) Field ¶
func (e StateMachineInfoValidationError) Field() string
Field function returns field value.
func (StateMachineInfoValidationError) Key ¶
func (e StateMachineInfoValidationError) Key() bool
Key function returns key value.
func (StateMachineInfoValidationError) Reason ¶
func (e StateMachineInfoValidationError) Reason() string
Reason function returns reason value.
type StateMachineListItem ¶
type StateMachineListItem struct {
// name 状态机名字
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// description 状态机描述
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// statemachine_uri 状态机uri
StatemachineUri string `protobuf:"bytes,3,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
// create_time timestample
CreateTime int64 `protobuf:"varint,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
// update_time timestample
UpdateTime int64 `protobuf:"varint,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
// contains filtered or unexported fields
}
func (*StateMachineListItem) Descriptor
deprecated
func (*StateMachineListItem) Descriptor() ([]byte, []int)
Deprecated: Use StateMachineListItem.ProtoReflect.Descriptor instead.
func (*StateMachineListItem) GetCreateTime ¶
func (x *StateMachineListItem) GetCreateTime() int64
func (*StateMachineListItem) GetDescription ¶
func (x *StateMachineListItem) GetDescription() string
func (*StateMachineListItem) GetName ¶
func (x *StateMachineListItem) GetName() string
func (*StateMachineListItem) GetStatemachineUri ¶
func (x *StateMachineListItem) GetStatemachineUri() string
func (*StateMachineListItem) GetUpdateTime ¶
func (x *StateMachineListItem) GetUpdateTime() int64
func (*StateMachineListItem) ProtoMessage ¶
func (*StateMachineListItem) ProtoMessage()
func (*StateMachineListItem) ProtoReflect ¶
func (x *StateMachineListItem) ProtoReflect() protoreflect.Message
func (*StateMachineListItem) Reset ¶
func (x *StateMachineListItem) Reset()
func (*StateMachineListItem) String ¶
func (x *StateMachineListItem) String() string
func (*StateMachineListItem) Validate ¶
func (m *StateMachineListItem) Validate() error
Validate checks the field values on StateMachineListItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StateMachineListItem) ValidateAll ¶
func (m *StateMachineListItem) ValidateAll() error
ValidateAll checks the field values on StateMachineListItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StateMachineListItemMultiError, or nil if none found.
type StateMachineListItemMultiError ¶
type StateMachineListItemMultiError []error
StateMachineListItemMultiError is an error wrapping multiple validation errors returned by StateMachineListItem.ValidateAll() if the designated constraints aren't met.
func (StateMachineListItemMultiError) AllErrors ¶
func (m StateMachineListItemMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StateMachineListItemMultiError) Error ¶
func (m StateMachineListItemMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StateMachineListItemValidationError ¶
type StateMachineListItemValidationError struct {
// contains filtered or unexported fields
}
StateMachineListItemValidationError is the validation error returned by StateMachineListItem.Validate if the designated constraints aren't met.
func (StateMachineListItemValidationError) Cause ¶
func (e StateMachineListItemValidationError) Cause() error
Cause function returns cause value.
func (StateMachineListItemValidationError) Error ¶
func (e StateMachineListItemValidationError) Error() string
Error satisfies the builtin error interface
func (StateMachineListItemValidationError) ErrorName ¶
func (e StateMachineListItemValidationError) ErrorName() string
ErrorName returns error name.
func (StateMachineListItemValidationError) Field ¶
func (e StateMachineListItemValidationError) Field() string
Field function returns field value.
func (StateMachineListItemValidationError) Key ¶
func (e StateMachineListItemValidationError) Key() bool
Key function returns key value.
func (StateMachineListItemValidationError) Reason ¶
func (e StateMachineListItemValidationError) Reason() string
Reason function returns reason value.
type StepInfo ¶
type StepInfo struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
Definition string `protobuf:"bytes,4,opt,name=definition,proto3" json:"definition,omitempty"`
Input string `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
Output string `protobuf:"bytes,6,opt,name=output,proto3" json:"output,omitempty"`
CreateTime string `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
StartTime string `protobuf:"bytes,12,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
FinishTime string `protobuf:"bytes,13,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
// contains filtered or unexported fields
}
StepInfo 一个Step的状态描述
func (*StepInfo) Descriptor
deprecated
func (*StepInfo) GetCreateTime ¶
func (*StepInfo) GetDefinition ¶
func (*StepInfo) GetFinishTime ¶
func (*StepInfo) GetStartTime ¶
func (*StepInfo) ProtoMessage ¶
func (*StepInfo) ProtoMessage()
func (*StepInfo) ProtoReflect ¶
func (x *StepInfo) ProtoReflect() protoreflect.Message
func (*StepInfo) Validate ¶
Validate checks the field values on StepInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StepInfo) ValidateAll ¶
ValidateAll checks the field values on StepInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StepInfoMultiError, or nil if none found.
type StepInfoMultiError ¶
type StepInfoMultiError []error
StepInfoMultiError is an error wrapping multiple validation errors returned by StepInfo.ValidateAll() if the designated constraints aren't met.
func (StepInfoMultiError) AllErrors ¶
func (m StepInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StepInfoMultiError) Error ¶
func (m StepInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StepInfoValidationError ¶
type StepInfoValidationError struct {
// contains filtered or unexported fields
}
StepInfoValidationError is the validation error returned by StepInfo.Validate if the designated constraints aren't met.
func (StepInfoValidationError) Cause ¶
func (e StepInfoValidationError) Cause() error
Cause function returns cause value.
func (StepInfoValidationError) Error ¶
func (e StepInfoValidationError) Error() string
Error satisfies the builtin error interface
func (StepInfoValidationError) ErrorName ¶
func (e StepInfoValidationError) ErrorName() string
ErrorName returns error name.
func (StepInfoValidationError) Field ¶
func (e StepInfoValidationError) Field() string
Field function returns field value.
func (StepInfoValidationError) Key ¶
func (e StepInfoValidationError) Key() bool
Key function returns key value.
func (StepInfoValidationError) Reason ¶
func (e StepInfoValidationError) Reason() string
Reason function returns reason value.
type StopExecutionRequest ¶
type StopExecutionRequest struct {
// execution uuid, 必选
ExecutionUuid string `protobuf:"bytes,1,opt,name=execution_uuid,json=executionUuid,proto3" json:"execution_uuid,omitempty"`
// Error 错误类型,用来匹配异常, 必选
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
// cause, error的文本描述, 可选
Cause string `protobuf:"bytes,3,opt,name=cause,proto3" json:"cause,omitempty"`
// contains filtered or unexported fields
}
终止一个执行
func (*StopExecutionRequest) Descriptor
deprecated
func (*StopExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopExecutionRequest.ProtoReflect.Descriptor instead.
func (*StopExecutionRequest) GetCause ¶
func (x *StopExecutionRequest) GetCause() string
func (*StopExecutionRequest) GetError ¶
func (x *StopExecutionRequest) GetError() string
func (*StopExecutionRequest) GetExecutionUuid ¶
func (x *StopExecutionRequest) GetExecutionUuid() string
func (*StopExecutionRequest) ProtoMessage ¶
func (*StopExecutionRequest) ProtoMessage()
func (*StopExecutionRequest) ProtoReflect ¶
func (x *StopExecutionRequest) ProtoReflect() protoreflect.Message
func (*StopExecutionRequest) Reset ¶
func (x *StopExecutionRequest) Reset()
func (*StopExecutionRequest) String ¶
func (x *StopExecutionRequest) String() string
func (*StopExecutionRequest) Validate ¶
func (m *StopExecutionRequest) Validate() error
Validate checks the field values on StopExecutionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StopExecutionRequest) ValidateAll ¶
func (m *StopExecutionRequest) ValidateAll() error
ValidateAll checks the field values on StopExecutionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StopExecutionRequestMultiError, or nil if none found.
type StopExecutionRequestMultiError ¶
type StopExecutionRequestMultiError []error
StopExecutionRequestMultiError is an error wrapping multiple validation errors returned by StopExecutionRequest.ValidateAll() if the designated constraints aren't met.
func (StopExecutionRequestMultiError) AllErrors ¶
func (m StopExecutionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StopExecutionRequestMultiError) Error ¶
func (m StopExecutionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StopExecutionRequestValidationError ¶
type StopExecutionRequestValidationError struct {
// contains filtered or unexported fields
}
StopExecutionRequestValidationError is the validation error returned by StopExecutionRequest.Validate if the designated constraints aren't met.
func (StopExecutionRequestValidationError) Cause ¶
func (e StopExecutionRequestValidationError) Cause() error
Cause function returns cause value.
func (StopExecutionRequestValidationError) Error ¶
func (e StopExecutionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (StopExecutionRequestValidationError) ErrorName ¶
func (e StopExecutionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (StopExecutionRequestValidationError) Field ¶
func (e StopExecutionRequestValidationError) Field() string
Field function returns field value.
func (StopExecutionRequestValidationError) Key ¶
func (e StopExecutionRequestValidationError) Key() bool
Key function returns key value.
func (StopExecutionRequestValidationError) Reason ¶
func (e StopExecutionRequestValidationError) Reason() string
Reason function returns reason value.
type StoreTaskDataRequest ¶
type StoreTaskDataRequest struct {
// task token
TaskToken string `protobuf:"bytes,1,opt,name=task_token,json=taskToken,proto3" json:"task_token,omitempty"`
// task 临时数据
Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
StoreTaskDataRequest 存储task 临时数据
func (*StoreTaskDataRequest) Descriptor
deprecated
func (*StoreTaskDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use StoreTaskDataRequest.ProtoReflect.Descriptor instead.
func (*StoreTaskDataRequest) GetData ¶
func (x *StoreTaskDataRequest) GetData() string
func (*StoreTaskDataRequest) GetTaskToken ¶
func (x *StoreTaskDataRequest) GetTaskToken() string
func (*StoreTaskDataRequest) ProtoMessage ¶
func (*StoreTaskDataRequest) ProtoMessage()
func (*StoreTaskDataRequest) ProtoReflect ¶
func (x *StoreTaskDataRequest) ProtoReflect() protoreflect.Message
func (*StoreTaskDataRequest) Reset ¶
func (x *StoreTaskDataRequest) Reset()
func (*StoreTaskDataRequest) String ¶
func (x *StoreTaskDataRequest) String() string
func (*StoreTaskDataRequest) Validate ¶
func (m *StoreTaskDataRequest) Validate() error
Validate checks the field values on StoreTaskDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StoreTaskDataRequest) ValidateAll ¶
func (m *StoreTaskDataRequest) ValidateAll() error
ValidateAll checks the field values on StoreTaskDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StoreTaskDataRequestMultiError, or nil if none found.
type StoreTaskDataRequestMultiError ¶
type StoreTaskDataRequestMultiError []error
StoreTaskDataRequestMultiError is an error wrapping multiple validation errors returned by StoreTaskDataRequest.ValidateAll() if the designated constraints aren't met.
func (StoreTaskDataRequestMultiError) AllErrors ¶
func (m StoreTaskDataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StoreTaskDataRequestMultiError) Error ¶
func (m StoreTaskDataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StoreTaskDataRequestValidationError ¶
type StoreTaskDataRequestValidationError struct {
// contains filtered or unexported fields
}
StoreTaskDataRequestValidationError is the validation error returned by StoreTaskDataRequest.Validate if the designated constraints aren't met.
func (StoreTaskDataRequestValidationError) Cause ¶
func (e StoreTaskDataRequestValidationError) Cause() error
Cause function returns cause value.
func (StoreTaskDataRequestValidationError) Error ¶
func (e StoreTaskDataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (StoreTaskDataRequestValidationError) ErrorName ¶
func (e StoreTaskDataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (StoreTaskDataRequestValidationError) Field ¶
func (e StoreTaskDataRequestValidationError) Field() string
Field function returns field value.
func (StoreTaskDataRequestValidationError) Key ¶
func (e StoreTaskDataRequestValidationError) Key() bool
Key function returns key value.
func (StoreTaskDataRequestValidationError) Reason ¶
func (e StoreTaskDataRequestValidationError) Reason() string
Reason function returns reason value.
type UnblockTaskRequest ¶
type UnblockTaskRequest struct {
// Step id
StepId int64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
// contains filtered or unexported fields
}
UnblockTaskRequest 解除任务阻塞请求
func (*UnblockTaskRequest) Descriptor
deprecated
func (*UnblockTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnblockTaskRequest.ProtoReflect.Descriptor instead.
func (*UnblockTaskRequest) GetStepId ¶
func (x *UnblockTaskRequest) GetStepId() int64
func (*UnblockTaskRequest) ProtoMessage ¶
func (*UnblockTaskRequest) ProtoMessage()
func (*UnblockTaskRequest) ProtoReflect ¶
func (x *UnblockTaskRequest) ProtoReflect() protoreflect.Message
func (*UnblockTaskRequest) Reset ¶
func (x *UnblockTaskRequest) Reset()
func (*UnblockTaskRequest) String ¶
func (x *UnblockTaskRequest) String() string
func (*UnblockTaskRequest) Validate ¶
func (m *UnblockTaskRequest) Validate() error
Validate checks the field values on UnblockTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnblockTaskRequest) ValidateAll ¶
func (m *UnblockTaskRequest) ValidateAll() error
ValidateAll checks the field values on UnblockTaskRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnblockTaskRequestMultiError, or nil if none found.
type UnblockTaskRequestMultiError ¶
type UnblockTaskRequestMultiError []error
UnblockTaskRequestMultiError is an error wrapping multiple validation errors returned by UnblockTaskRequest.ValidateAll() if the designated constraints aren't met.
func (UnblockTaskRequestMultiError) AllErrors ¶
func (m UnblockTaskRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnblockTaskRequestMultiError) Error ¶
func (m UnblockTaskRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnblockTaskRequestValidationError ¶
type UnblockTaskRequestValidationError struct {
// contains filtered or unexported fields
}
UnblockTaskRequestValidationError is the validation error returned by UnblockTaskRequest.Validate if the designated constraints aren't met.
func (UnblockTaskRequestValidationError) Cause ¶
func (e UnblockTaskRequestValidationError) Cause() error
Cause function returns cause value.
func (UnblockTaskRequestValidationError) Error ¶
func (e UnblockTaskRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UnblockTaskRequestValidationError) ErrorName ¶
func (e UnblockTaskRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UnblockTaskRequestValidationError) Field ¶
func (e UnblockTaskRequestValidationError) Field() string
Field function returns field value.
func (UnblockTaskRequestValidationError) Key ¶
func (e UnblockTaskRequestValidationError) Key() bool
Key function returns key value.
func (UnblockTaskRequestValidationError) Reason ¶
func (e UnblockTaskRequestValidationError) Reason() string
Reason function returns reason value.
type UnimplementedCommonServiceServer ¶
type UnimplementedCommonServiceServer struct{}
UnimplementedCommonServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCommonServiceServer) HTTP ¶
func (UnimplementedCommonServiceServer) HTTP(context.Context, *emptypb.Empty) (*HTTPResponseMessage, error)
func (UnimplementedCommonServiceServer) Paging ¶
func (UnimplementedCommonServiceServer) Paging(context.Context, *PageRequest) (*PageResponse, error)
func (UnimplementedCommonServiceServer) Ping ¶
func (UnimplementedCommonServiceServer) Ping(context.Context, *emptypb.Empty) (*PingResponse, error)
type UnimplementedGreeterServer ¶
type UnimplementedGreeterServer struct{}
UnimplementedGreeterServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedGreeterServer) SayHello ¶
func (UnimplementedGreeterServer) SayHello(context.Context, *HelloRequest) (*HelloReply, error)
type UnimplementedSkyflowV1ServiceServer ¶
type UnimplementedSkyflowV1ServiceServer struct{}
UnimplementedSkyflowV1ServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedSkyflowV1ServiceServer) CreateActivity ¶
func (UnimplementedSkyflowV1ServiceServer) CreateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
func (UnimplementedSkyflowV1ServiceServer) CreateNamespace ¶
func (UnimplementedSkyflowV1ServiceServer) CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateActivity ¶
func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateActivity(context.Context, *CreateActivityRequest) (*CreateActivityResponse, error)
func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateNamespace ¶
func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateStateMachine ¶
func (UnimplementedSkyflowV1ServiceServer) CreateOrUpdateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
func (UnimplementedSkyflowV1ServiceServer) CreateStateMachine ¶
func (UnimplementedSkyflowV1ServiceServer) CreateStateMachine(context.Context, *CreateStateMachineRequest) (*CreateStateMachineResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DeleteActivity ¶
func (UnimplementedSkyflowV1ServiceServer) DeleteActivity(context.Context, *DeleteActivityRequest) (*DeleteActivityResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DeleteNamespace ¶
func (UnimplementedSkyflowV1ServiceServer) DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) DeleteStateMachine ¶
func (UnimplementedSkyflowV1ServiceServer) DeleteStateMachine(context.Context, *DeleteStateMachineRequest) (*DeleteStateMachineResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DescribeActivity ¶
func (UnimplementedSkyflowV1ServiceServer) DescribeActivity(context.Context, *DescribeActivityRequest) (*DescribeActivityResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DescribeExecution ¶
func (UnimplementedSkyflowV1ServiceServer) DescribeExecution(context.Context, *DescribeExecutionRequest) (*DescribeExecutionResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DescribeExecutionBone ¶
func (UnimplementedSkyflowV1ServiceServer) DescribeExecutionBone(context.Context, *DescribeExecutionBoneRequest) (*DescribeExecutionBoneResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DescribeStateMachine ¶
func (UnimplementedSkyflowV1ServiceServer) DescribeStateMachine(context.Context, *DescribeStateMachineRequest) (*DescribeStateMachineResponse, error)
func (UnimplementedSkyflowV1ServiceServer) DescribeStep ¶
func (UnimplementedSkyflowV1ServiceServer) DescribeStep(context.Context, *DescribeStepRequest) (*DescribeStepResponse, error)
func (UnimplementedSkyflowV1ServiceServer) GetActivityTask ¶
func (UnimplementedSkyflowV1ServiceServer) GetActivityTask(context.Context, *GetActivityTaskRequest) (*GetActivityTaskResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ListActivities ¶
func (UnimplementedSkyflowV1ServiceServer) ListActivities(context.Context, *ListActivitiesRequest) (*ListActivitiesResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ListExecutionEvents ¶
func (UnimplementedSkyflowV1ServiceServer) ListExecutionEvents(context.Context, *ListExecutionEventsRequest) (*ListExecutionEventsResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ListExecutions ¶
func (UnimplementedSkyflowV1ServiceServer) ListExecutions(context.Context, *ListExecutionsRequest) (*ListExecutionsResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ListNamespaces ¶
func (UnimplementedSkyflowV1ServiceServer) ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ListStateMachines ¶
func (UnimplementedSkyflowV1ServiceServer) ListStateMachines(context.Context, *ListStateMachinesRequest) (*ListStateMachinesResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ListStepEvents ¶
func (UnimplementedSkyflowV1ServiceServer) ListStepEvents(context.Context, *ListStepEventsRequest) (*ListExecutionEventsResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ParseStateMachine ¶
func (UnimplementedSkyflowV1ServiceServer) ParseStateMachine(context.Context, *ParseStateMachineRequest) (*ParseStateMachineResponse, error)
func (UnimplementedSkyflowV1ServiceServer) RedoStep ¶
func (UnimplementedSkyflowV1ServiceServer) RedoStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) ResumeSuspendingStep ¶
func (UnimplementedSkyflowV1ServiceServer) ResumeSuspendingStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) RetryFailedStep ¶
func (UnimplementedSkyflowV1ServiceServer) RetryFailedStep(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SendStepFailed ¶
func (UnimplementedSkyflowV1ServiceServer) SendStepFailed(context.Context, *DescribeStepRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SendTaskFailure ¶
func (UnimplementedSkyflowV1ServiceServer) SendTaskFailure(context.Context, *SendTaskFailureRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SendTaskHeartbeat ¶
func (UnimplementedSkyflowV1ServiceServer) SendTaskHeartbeat(context.Context, *SendTaskHeartbeatRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SendTaskReference ¶
func (UnimplementedSkyflowV1ServiceServer) SendTaskReference(context.Context, *SendTaskReferenceRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SendTaskSuccess ¶
func (UnimplementedSkyflowV1ServiceServer) SendTaskSuccess(context.Context, *SendTaskSuccessRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SkipBlockedTask ¶
func (UnimplementedSkyflowV1ServiceServer) SkipBlockedTask(context.Context, *SkipBlockedTaskRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) SkipFailedStep ¶
func (UnimplementedSkyflowV1ServiceServer) SkipFailedStep(context.Context, *SkipFailedStepRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) StartExecution ¶
func (UnimplementedSkyflowV1ServiceServer) StartExecution(context.Context, *StartExecutionRequest) (*StartExecutionResponse, error)
func (UnimplementedSkyflowV1ServiceServer) StopExecution ¶
func (UnimplementedSkyflowV1ServiceServer) StopExecution(context.Context, *StopExecutionRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) UnblockTask ¶
func (UnimplementedSkyflowV1ServiceServer) UnblockTask(context.Context, *UnblockTaskRequest) (*emptypb.Empty, error)
func (UnimplementedSkyflowV1ServiceServer) UpdateStateMachine ¶
func (UnimplementedSkyflowV1ServiceServer) UpdateStateMachine(context.Context, *UpdateStateMachineRequest) (*UpdateStateMachineResponse, error)
func (UnimplementedSkyflowV1ServiceServer) ValidateStateMachineDefinition ¶
func (UnimplementedSkyflowV1ServiceServer) ValidateStateMachineDefinition(context.Context, *ValidateStateMachineDefinitionRequest) (*ValidateStateMachineDefinitionResponse, error)
type UnsafeCommonServiceServer ¶
type UnsafeCommonServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCommonServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommonServiceServer will result in compilation errors.
type UnsafeGreeterServer ¶
type UnsafeGreeterServer interface {
// contains filtered or unexported methods
}
UnsafeGreeterServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GreeterServer will result in compilation errors.
type UnsafeSkyflowV1ServiceServer ¶
type UnsafeSkyflowV1ServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSkyflowV1ServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SkyflowV1ServiceServer will result in compilation errors.
type UpdateStateMachineRequest ¶
type UpdateStateMachineRequest struct {
StatemachineUri string `protobuf:"bytes,1,opt,name=statemachine_uri,json=statemachineUri,proto3" json:"statemachine_uri,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
Definition string `protobuf:"bytes,4,opt,name=definition,proto3" json:"definition,omitempty"`
// contains filtered or unexported fields
}
UpdateStateMachineRequest 更新一个状态机请求结构
func (*UpdateStateMachineRequest) Descriptor
deprecated
func (*UpdateStateMachineRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateStateMachineRequest.ProtoReflect.Descriptor instead.
func (*UpdateStateMachineRequest) GetDefinition ¶
func (x *UpdateStateMachineRequest) GetDefinition() string
func (*UpdateStateMachineRequest) GetDescription ¶
func (x *UpdateStateMachineRequest) GetDescription() string
func (*UpdateStateMachineRequest) GetName ¶
func (x *UpdateStateMachineRequest) GetName() string
func (*UpdateStateMachineRequest) GetStatemachineUri ¶
func (x *UpdateStateMachineRequest) GetStatemachineUri() string
func (*UpdateStateMachineRequest) ProtoMessage ¶
func (*UpdateStateMachineRequest) ProtoMessage()
func (*UpdateStateMachineRequest) ProtoReflect ¶
func (x *UpdateStateMachineRequest) ProtoReflect() protoreflect.Message
func (*UpdateStateMachineRequest) Reset ¶
func (x *UpdateStateMachineRequest) Reset()
func (*UpdateStateMachineRequest) String ¶
func (x *UpdateStateMachineRequest) String() string
func (*UpdateStateMachineRequest) Validate ¶
func (m *UpdateStateMachineRequest) Validate() error
Validate checks the field values on UpdateStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateStateMachineRequest) ValidateAll ¶
func (m *UpdateStateMachineRequest) ValidateAll() error
ValidateAll checks the field values on UpdateStateMachineRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateStateMachineRequestMultiError, or nil if none found.
type UpdateStateMachineRequestMultiError ¶
type UpdateStateMachineRequestMultiError []error
UpdateStateMachineRequestMultiError is an error wrapping multiple validation errors returned by UpdateStateMachineRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateStateMachineRequestMultiError) AllErrors ¶
func (m UpdateStateMachineRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateStateMachineRequestMultiError) Error ¶
func (m UpdateStateMachineRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateStateMachineRequestValidationError ¶
type UpdateStateMachineRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateStateMachineRequestValidationError is the validation error returned by UpdateStateMachineRequest.Validate if the designated constraints aren't met.
func (UpdateStateMachineRequestValidationError) Cause ¶
func (e UpdateStateMachineRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateStateMachineRequestValidationError) Error ¶
func (e UpdateStateMachineRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateStateMachineRequestValidationError) ErrorName ¶
func (e UpdateStateMachineRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateStateMachineRequestValidationError) Field ¶
func (e UpdateStateMachineRequestValidationError) Field() string
Field function returns field value.
func (UpdateStateMachineRequestValidationError) Key ¶
func (e UpdateStateMachineRequestValidationError) Key() bool
Key function returns key value.
func (UpdateStateMachineRequestValidationError) Reason ¶
func (e UpdateStateMachineRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateStateMachineResponse ¶
type UpdateStateMachineResponse struct {
// contains filtered or unexported fields
}
UpdateStateMachineResponse 更新一个状态机返回结构
func (*UpdateStateMachineResponse) Descriptor
deprecated
func (*UpdateStateMachineResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateStateMachineResponse.ProtoReflect.Descriptor instead.
func (*UpdateStateMachineResponse) ProtoMessage ¶
func (*UpdateStateMachineResponse) ProtoMessage()
func (*UpdateStateMachineResponse) ProtoReflect ¶
func (x *UpdateStateMachineResponse) ProtoReflect() protoreflect.Message
func (*UpdateStateMachineResponse) Reset ¶
func (x *UpdateStateMachineResponse) Reset()
func (*UpdateStateMachineResponse) String ¶
func (x *UpdateStateMachineResponse) String() string
func (*UpdateStateMachineResponse) Validate ¶
func (m *UpdateStateMachineResponse) Validate() error
Validate checks the field values on UpdateStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateStateMachineResponse) ValidateAll ¶
func (m *UpdateStateMachineResponse) ValidateAll() error
ValidateAll checks the field values on UpdateStateMachineResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateStateMachineResponseMultiError, or nil if none found.
type UpdateStateMachineResponseMultiError ¶
type UpdateStateMachineResponseMultiError []error
UpdateStateMachineResponseMultiError is an error wrapping multiple validation errors returned by UpdateStateMachineResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateStateMachineResponseMultiError) AllErrors ¶
func (m UpdateStateMachineResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateStateMachineResponseMultiError) Error ¶
func (m UpdateStateMachineResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateStateMachineResponseValidationError ¶
type UpdateStateMachineResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateStateMachineResponseValidationError is the validation error returned by UpdateStateMachineResponse.Validate if the designated constraints aren't met.
func (UpdateStateMachineResponseValidationError) Cause ¶
func (e UpdateStateMachineResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateStateMachineResponseValidationError) Error ¶
func (e UpdateStateMachineResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateStateMachineResponseValidationError) ErrorName ¶
func (e UpdateStateMachineResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateStateMachineResponseValidationError) Field ¶
func (e UpdateStateMachineResponseValidationError) Field() string
Field function returns field value.
func (UpdateStateMachineResponseValidationError) Key ¶
func (e UpdateStateMachineResponseValidationError) Key() bool
Key function returns key value.
func (UpdateStateMachineResponseValidationError) Reason ¶
func (e UpdateStateMachineResponseValidationError) Reason() string
Reason function returns reason value.
type ValidateStateMachineDefinitionDiagnostic ¶
type ValidateStateMachineDefinitionDiagnostic struct {
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Severity string `protobuf:"bytes,3,opt,name=severity,proto3" json:"severity,omitempty"`
Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
// contains filtered or unexported fields
}
ValidateStateMachineDefinitionDiagnostic 验证状态机定义返回的错误信息
func (*ValidateStateMachineDefinitionDiagnostic) Descriptor
deprecated
func (*ValidateStateMachineDefinitionDiagnostic) Descriptor() ([]byte, []int)
Deprecated: Use ValidateStateMachineDefinitionDiagnostic.ProtoReflect.Descriptor instead.
func (*ValidateStateMachineDefinitionDiagnostic) GetCode ¶
func (x *ValidateStateMachineDefinitionDiagnostic) GetCode() string
func (*ValidateStateMachineDefinitionDiagnostic) GetLocation ¶
func (x *ValidateStateMachineDefinitionDiagnostic) GetLocation() string
func (*ValidateStateMachineDefinitionDiagnostic) GetMessage ¶
func (x *ValidateStateMachineDefinitionDiagnostic) GetMessage() string
func (*ValidateStateMachineDefinitionDiagnostic) GetSeverity ¶
func (x *ValidateStateMachineDefinitionDiagnostic) GetSeverity() string
func (*ValidateStateMachineDefinitionDiagnostic) ProtoMessage ¶
func (*ValidateStateMachineDefinitionDiagnostic) ProtoMessage()
func (*ValidateStateMachineDefinitionDiagnostic) ProtoReflect ¶
func (x *ValidateStateMachineDefinitionDiagnostic) ProtoReflect() protoreflect.Message
func (*ValidateStateMachineDefinitionDiagnostic) Reset ¶
func (x *ValidateStateMachineDefinitionDiagnostic) Reset()
func (*ValidateStateMachineDefinitionDiagnostic) String ¶
func (x *ValidateStateMachineDefinitionDiagnostic) String() string
func (*ValidateStateMachineDefinitionDiagnostic) Validate ¶
func (m *ValidateStateMachineDefinitionDiagnostic) Validate() error
Validate checks the field values on ValidateStateMachineDefinitionDiagnostic with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ValidateStateMachineDefinitionDiagnostic) ValidateAll ¶
func (m *ValidateStateMachineDefinitionDiagnostic) ValidateAll() error
ValidateAll checks the field values on ValidateStateMachineDefinitionDiagnostic with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidateStateMachineDefinitionDiagnosticMultiError, or nil if none found.
type ValidateStateMachineDefinitionDiagnosticMultiError ¶
type ValidateStateMachineDefinitionDiagnosticMultiError []error
ValidateStateMachineDefinitionDiagnosticMultiError is an error wrapping multiple validation errors returned by ValidateStateMachineDefinitionDiagnostic.ValidateAll() if the designated constraints aren't met.
func (ValidateStateMachineDefinitionDiagnosticMultiError) AllErrors ¶
func (m ValidateStateMachineDefinitionDiagnosticMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidateStateMachineDefinitionDiagnosticMultiError) Error ¶
func (m ValidateStateMachineDefinitionDiagnosticMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidateStateMachineDefinitionDiagnosticValidationError ¶
type ValidateStateMachineDefinitionDiagnosticValidationError struct {
// contains filtered or unexported fields
}
ValidateStateMachineDefinitionDiagnosticValidationError is the validation error returned by ValidateStateMachineDefinitionDiagnostic.Validate if the designated constraints aren't met.
func (ValidateStateMachineDefinitionDiagnosticValidationError) Cause ¶
func (e ValidateStateMachineDefinitionDiagnosticValidationError) Cause() error
Cause function returns cause value.
func (ValidateStateMachineDefinitionDiagnosticValidationError) Error ¶
func (e ValidateStateMachineDefinitionDiagnosticValidationError) Error() string
Error satisfies the builtin error interface
func (ValidateStateMachineDefinitionDiagnosticValidationError) ErrorName ¶
func (e ValidateStateMachineDefinitionDiagnosticValidationError) ErrorName() string
ErrorName returns error name.
func (ValidateStateMachineDefinitionDiagnosticValidationError) Field ¶
func (e ValidateStateMachineDefinitionDiagnosticValidationError) Field() string
Field function returns field value.
func (ValidateStateMachineDefinitionDiagnosticValidationError) Key ¶
func (e ValidateStateMachineDefinitionDiagnosticValidationError) Key() bool
Key function returns key value.
func (ValidateStateMachineDefinitionDiagnosticValidationError) Reason ¶
func (e ValidateStateMachineDefinitionDiagnosticValidationError) Reason() string
Reason function returns reason value.
type ValidateStateMachineDefinitionRequest ¶
type ValidateStateMachineDefinitionRequest struct {
// statemachine definition
Definition string `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
MaxResults int32 `protobuf:"varint,2,opt,name=max_results,json=maxResults,proto3" json:"max_results,omitempty"`
Severity string `protobuf:"bytes,3,opt,name=severity,proto3" json:"severity,omitempty"`
Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
// contains filtered or unexported fields
}
ValidateStateMachineDefinitionRequest 验证状态机定义请求结构
func (*ValidateStateMachineDefinitionRequest) Descriptor
deprecated
func (*ValidateStateMachineDefinitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateStateMachineDefinitionRequest.ProtoReflect.Descriptor instead.
func (*ValidateStateMachineDefinitionRequest) GetDefinition ¶
func (x *ValidateStateMachineDefinitionRequest) GetDefinition() string
func (*ValidateStateMachineDefinitionRequest) GetMaxResults ¶
func (x *ValidateStateMachineDefinitionRequest) GetMaxResults() int32
func (*ValidateStateMachineDefinitionRequest) GetSeverity ¶
func (x *ValidateStateMachineDefinitionRequest) GetSeverity() string
func (*ValidateStateMachineDefinitionRequest) GetType ¶
func (x *ValidateStateMachineDefinitionRequest) GetType() string
func (*ValidateStateMachineDefinitionRequest) ProtoMessage ¶
func (*ValidateStateMachineDefinitionRequest) ProtoMessage()
func (*ValidateStateMachineDefinitionRequest) ProtoReflect ¶
func (x *ValidateStateMachineDefinitionRequest) ProtoReflect() protoreflect.Message
func (*ValidateStateMachineDefinitionRequest) Reset ¶
func (x *ValidateStateMachineDefinitionRequest) Reset()
func (*ValidateStateMachineDefinitionRequest) String ¶
func (x *ValidateStateMachineDefinitionRequest) String() string
func (*ValidateStateMachineDefinitionRequest) Validate ¶
func (m *ValidateStateMachineDefinitionRequest) Validate() error
Validate checks the field values on ValidateStateMachineDefinitionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ValidateStateMachineDefinitionRequest) ValidateAll ¶
func (m *ValidateStateMachineDefinitionRequest) ValidateAll() error
ValidateAll checks the field values on ValidateStateMachineDefinitionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidateStateMachineDefinitionRequestMultiError, or nil if none found.
type ValidateStateMachineDefinitionRequestMultiError ¶
type ValidateStateMachineDefinitionRequestMultiError []error
ValidateStateMachineDefinitionRequestMultiError is an error wrapping multiple validation errors returned by ValidateStateMachineDefinitionRequest.ValidateAll() if the designated constraints aren't met.
func (ValidateStateMachineDefinitionRequestMultiError) AllErrors ¶
func (m ValidateStateMachineDefinitionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidateStateMachineDefinitionRequestMultiError) Error ¶
func (m ValidateStateMachineDefinitionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidateStateMachineDefinitionRequestValidationError ¶
type ValidateStateMachineDefinitionRequestValidationError struct {
// contains filtered or unexported fields
}
ValidateStateMachineDefinitionRequestValidationError is the validation error returned by ValidateStateMachineDefinitionRequest.Validate if the designated constraints aren't met.
func (ValidateStateMachineDefinitionRequestValidationError) Cause ¶
func (e ValidateStateMachineDefinitionRequestValidationError) Cause() error
Cause function returns cause value.
func (ValidateStateMachineDefinitionRequestValidationError) Error ¶
func (e ValidateStateMachineDefinitionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ValidateStateMachineDefinitionRequestValidationError) ErrorName ¶
func (e ValidateStateMachineDefinitionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ValidateStateMachineDefinitionRequestValidationError) Field ¶
func (e ValidateStateMachineDefinitionRequestValidationError) Field() string
Field function returns field value.
func (ValidateStateMachineDefinitionRequestValidationError) Key ¶
func (e ValidateStateMachineDefinitionRequestValidationError) Key() bool
Key function returns key value.
func (ValidateStateMachineDefinitionRequestValidationError) Reason ¶
func (e ValidateStateMachineDefinitionRequestValidationError) Reason() string
Reason function returns reason value.
type ValidateStateMachineDefinitionResponse ¶
type ValidateStateMachineDefinitionResponse struct {
// 是否合法
Diagnostics []*ValidateStateMachineDefinitionDiagnostic `protobuf:"bytes,1,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
Truncated string `protobuf:"bytes,3,opt,name=truncated,proto3" json:"truncated,omitempty"`
// contains filtered or unexported fields
}
ValidateStateMachineDefinitionResponse 验证状态机定义返回结构
func (*ValidateStateMachineDefinitionResponse) Descriptor
deprecated
func (*ValidateStateMachineDefinitionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateStateMachineDefinitionResponse.ProtoReflect.Descriptor instead.
func (*ValidateStateMachineDefinitionResponse) GetDiagnostics ¶
func (x *ValidateStateMachineDefinitionResponse) GetDiagnostics() []*ValidateStateMachineDefinitionDiagnostic
func (*ValidateStateMachineDefinitionResponse) GetResult ¶
func (x *ValidateStateMachineDefinitionResponse) GetResult() string
func (*ValidateStateMachineDefinitionResponse) GetTruncated ¶
func (x *ValidateStateMachineDefinitionResponse) GetTruncated() string
func (*ValidateStateMachineDefinitionResponse) ProtoMessage ¶
func (*ValidateStateMachineDefinitionResponse) ProtoMessage()
func (*ValidateStateMachineDefinitionResponse) ProtoReflect ¶
func (x *ValidateStateMachineDefinitionResponse) ProtoReflect() protoreflect.Message
func (*ValidateStateMachineDefinitionResponse) Reset ¶
func (x *ValidateStateMachineDefinitionResponse) Reset()
func (*ValidateStateMachineDefinitionResponse) String ¶
func (x *ValidateStateMachineDefinitionResponse) String() string
func (*ValidateStateMachineDefinitionResponse) Validate ¶
func (m *ValidateStateMachineDefinitionResponse) Validate() error
Validate checks the field values on ValidateStateMachineDefinitionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ValidateStateMachineDefinitionResponse) ValidateAll ¶
func (m *ValidateStateMachineDefinitionResponse) ValidateAll() error
ValidateAll checks the field values on ValidateStateMachineDefinitionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidateStateMachineDefinitionResponseMultiError, or nil if none found.
type ValidateStateMachineDefinitionResponseMultiError ¶
type ValidateStateMachineDefinitionResponseMultiError []error
ValidateStateMachineDefinitionResponseMultiError is an error wrapping multiple validation errors returned by ValidateStateMachineDefinitionResponse.ValidateAll() if the designated constraints aren't met.
func (ValidateStateMachineDefinitionResponseMultiError) AllErrors ¶
func (m ValidateStateMachineDefinitionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidateStateMachineDefinitionResponseMultiError) Error ¶
func (m ValidateStateMachineDefinitionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidateStateMachineDefinitionResponseValidationError ¶
type ValidateStateMachineDefinitionResponseValidationError struct {
// contains filtered or unexported fields
}
ValidateStateMachineDefinitionResponseValidationError is the validation error returned by ValidateStateMachineDefinitionResponse.Validate if the designated constraints aren't met.
func (ValidateStateMachineDefinitionResponseValidationError) Cause ¶
func (e ValidateStateMachineDefinitionResponseValidationError) Cause() error
Cause function returns cause value.
func (ValidateStateMachineDefinitionResponseValidationError) Error ¶
func (e ValidateStateMachineDefinitionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ValidateStateMachineDefinitionResponseValidationError) ErrorName ¶
func (e ValidateStateMachineDefinitionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ValidateStateMachineDefinitionResponseValidationError) Field ¶
func (e ValidateStateMachineDefinitionResponseValidationError) Field() string
Field function returns field value.
func (ValidateStateMachineDefinitionResponseValidationError) Key ¶
func (e ValidateStateMachineDefinitionResponseValidationError) Key() bool
Key function returns key value.
func (ValidateStateMachineDefinitionResponseValidationError) Reason ¶
func (e ValidateStateMachineDefinitionResponseValidationError) Reason() string
Reason function returns reason value.