Documentation ¶
Overview ¶
Package wedo is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterWedoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterWedoServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WedoServiceClient) error
- func RegisterWedoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterWedoServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WedoServiceServer) error
- func RegisterWedoServiceServer(s grpc.ServiceRegistrar, srv WedoServiceServer)
- type DelegationState
- func (DelegationState) Descriptor() protoreflect.EnumDescriptor
- func (x DelegationState) Enum() *DelegationState
- func (DelegationState) EnumDescriptor() ([]byte, []int)deprecated
- func (x DelegationState) Number() protoreflect.EnumNumber
- func (x DelegationState) String() string
- func (DelegationState) Type() protoreflect.EnumType
- type DeploymentCreateRequest
- func (*DeploymentCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentCreateRequest) GetContent() []byte
- func (x *DeploymentCreateRequest) GetName() string
- func (x *DeploymentCreateRequest) GetNamespaceId() string
- func (*DeploymentCreateRequest) ProtoMessage()
- func (x *DeploymentCreateRequest) ProtoReflect() protoreflect.Message
- func (x *DeploymentCreateRequest) Reset()
- func (x *DeploymentCreateRequest) String() string
- type DeploymentCreateResponse
- func (*DeploymentCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentCreateResponse) GetContent() []byte
- func (x *DeploymentCreateResponse) GetId() string
- func (x *DeploymentCreateResponse) GetName() string
- func (x *DeploymentCreateResponse) GetNamespaceId() string
- func (x *DeploymentCreateResponse) GetProcessDefinitionId() string
- func (x *DeploymentCreateResponse) GetTimestamp() *timestamppb.Timestamp
- func (*DeploymentCreateResponse) ProtoMessage()
- func (x *DeploymentCreateResponse) ProtoReflect() protoreflect.Message
- func (x *DeploymentCreateResponse) Reset()
- func (x *DeploymentCreateResponse) String() string
- type DeploymentDeleteRequest
- func (*DeploymentDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentDeleteRequest) GetDeploymentId() string
- func (*DeploymentDeleteRequest) ProtoMessage()
- func (x *DeploymentDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *DeploymentDeleteRequest) Reset()
- func (x *DeploymentDeleteRequest) String() string
- type DeploymentDeleteResponse
- type DeploymentListRequest
- type DeploymentListResponse
- func (*DeploymentListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentListResponse) GetDeployments() []*DeploymentResponse
- func (*DeploymentListResponse) ProtoMessage()
- func (x *DeploymentListResponse) ProtoReflect() protoreflect.Message
- func (x *DeploymentListResponse) Reset()
- func (x *DeploymentListResponse) String() string
- type DeploymentRequest
- func (*DeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentRequest) GetDeploymentId() string
- func (*DeploymentRequest) ProtoMessage()
- func (x *DeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *DeploymentRequest) Reset()
- func (x *DeploymentRequest) String() string
- type DeploymentResponse
- func (*DeploymentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentResponse) GetContent() []byte
- func (x *DeploymentResponse) GetId() string
- func (x *DeploymentResponse) GetName() string
- func (x *DeploymentResponse) GetProcessDefinitionId() string
- func (x *DeploymentResponse) GetTimestamp() *timestamppb.Timestamp
- func (*DeploymentResponse) ProtoMessage()
- func (x *DeploymentResponse) ProtoReflect() protoreflect.Message
- func (x *DeploymentResponse) Reset()
- func (x *DeploymentResponse) String() string
- type GroupCreateRequest
- func (*GroupCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GroupCreateRequest) GetName() string
- func (x *GroupCreateRequest) GetNamespaceId() string
- func (x *GroupCreateRequest) GetType() string
- func (*GroupCreateRequest) ProtoMessage()
- func (x *GroupCreateRequest) ProtoReflect() protoreflect.Message
- func (x *GroupCreateRequest) Reset()
- func (x *GroupCreateRequest) String() string
- type GroupCreateResponse
- func (*GroupCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GroupCreateResponse) GetId() string
- func (x *GroupCreateResponse) GetName() string
- func (x *GroupCreateResponse) GetType() string
- func (*GroupCreateResponse) ProtoMessage()
- func (x *GroupCreateResponse) ProtoReflect() protoreflect.Message
- func (x *GroupCreateResponse) Reset()
- func (x *GroupCreateResponse) String() string
- type GroupDeleteRequest
- func (*GroupDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GroupDeleteRequest) GetGroupId() string
- func (*GroupDeleteRequest) ProtoMessage()
- func (x *GroupDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *GroupDeleteRequest) Reset()
- func (x *GroupDeleteRequest) String() string
- type GroupDeleteResponse
- type GroupListRequest
- func (*GroupListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GroupListRequest) GetLimit() int64
- func (x *GroupListRequest) GetNamespaceId() string
- func (x *GroupListRequest) GetOffset() int64
- func (x *GroupListRequest) GetType() string
- func (*GroupListRequest) ProtoMessage()
- func (x *GroupListRequest) ProtoReflect() protoreflect.Message
- func (x *GroupListRequest) Reset()
- func (x *GroupListRequest) String() string
- type GroupListResponse
- func (*GroupListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GroupListResponse) GetGroups() []*GroupResponse
- func (*GroupListResponse) ProtoMessage()
- func (x *GroupListResponse) ProtoReflect() protoreflect.Message
- func (x *GroupListResponse) Reset()
- func (x *GroupListResponse) String() string
- type GroupRequest
- type GroupResponse
- func (*GroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GroupResponse) GetId() string
- func (x *GroupResponse) GetName() string
- func (x *GroupResponse) GetNamespaceId() string
- func (x *GroupResponse) GetType() string
- func (*GroupResponse) ProtoMessage()
- func (x *GroupResponse) ProtoReflect() protoreflect.Message
- func (x *GroupResponse) Reset()
- func (x *GroupResponse) String() string
- type GroupUpdateRequest
- func (*GroupUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GroupUpdateRequest) GetGroupId() string
- func (x *GroupUpdateRequest) GetName() string
- func (x *GroupUpdateRequest) GetNamespaceId() string
- func (x *GroupUpdateRequest) GetType() string
- func (*GroupUpdateRequest) ProtoMessage()
- func (x *GroupUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *GroupUpdateRequest) Reset()
- func (x *GroupUpdateRequest) String() string
- type GroupUpdateResponse
- func (*GroupUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GroupUpdateResponse) GetId() string
- func (x *GroupUpdateResponse) GetName() string
- func (x *GroupUpdateResponse) GetNamespaceId() string
- func (x *GroupUpdateResponse) GetType() string
- func (*GroupUpdateResponse) ProtoMessage()
- func (x *GroupUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *GroupUpdateResponse) Reset()
- func (x *GroupUpdateResponse) String() string
- type NamespaceCreateRequest
- func (*NamespaceCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceCreateRequest) GetName() string
- func (*NamespaceCreateRequest) ProtoMessage()
- func (x *NamespaceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *NamespaceCreateRequest) Reset()
- func (x *NamespaceCreateRequest) String() string
- type NamespaceCreateResponse
- func (*NamespaceCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceCreateResponse) GetId() string
- func (x *NamespaceCreateResponse) GetName() string
- func (*NamespaceCreateResponse) ProtoMessage()
- func (x *NamespaceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceCreateResponse) Reset()
- func (x *NamespaceCreateResponse) String() string
- type NamespaceDeleteRequest
- func (*NamespaceDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceDeleteRequest) GetNamespaceId() string
- func (*NamespaceDeleteRequest) ProtoMessage()
- func (x *NamespaceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *NamespaceDeleteRequest) Reset()
- func (x *NamespaceDeleteRequest) String() string
- type NamespaceDeleteResponse
- type NamespaceListCountRequest
- type NamespaceListCountResponse
- func (*NamespaceListCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceListCountResponse) GetCount() int64
- func (*NamespaceListCountResponse) ProtoMessage()
- func (x *NamespaceListCountResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceListCountResponse) Reset()
- func (x *NamespaceListCountResponse) String() string
- type NamespaceListRequest
- type NamespaceListResponse
- func (*NamespaceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceListResponse) GetNamespaces() []*NamespaceResponse
- func (*NamespaceListResponse) ProtoMessage()
- func (x *NamespaceListResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceListResponse) Reset()
- func (x *NamespaceListResponse) String() string
- type NamespaceRequest
- type NamespaceResponse
- func (*NamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceResponse) GetId() string
- func (x *NamespaceResponse) GetName() string
- func (*NamespaceResponse) ProtoMessage()
- func (x *NamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *NamespaceResponse) Reset()
- func (x *NamespaceResponse) String() string
- type ProcessActivateSuspendRequest
- func (*ProcessActivateSuspendRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessActivateSuspendRequest) GetProcessInstanceId() string
- func (x *ProcessActivateSuspendRequest) GetSuspend() bool
- func (*ProcessActivateSuspendRequest) ProtoMessage()
- func (x *ProcessActivateSuspendRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessActivateSuspendRequest) Reset()
- func (x *ProcessActivateSuspendRequest) String() string
- type ProcessActivateSuspendResponse
- func (*ProcessActivateSuspendResponse) Descriptor() ([]byte, []int)deprecated
- func (*ProcessActivateSuspendResponse) ProtoMessage()
- func (x *ProcessActivateSuspendResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessActivateSuspendResponse) Reset()
- func (x *ProcessActivateSuspendResponse) String() string
- type ProcessDefinitionRequest
- func (*ProcessDefinitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessDefinitionRequest) GetId() string
- func (x *ProcessDefinitionRequest) GetNamespaceId() string
- func (x *ProcessDefinitionRequest) GetProcessDefinitionKey() string
- func (*ProcessDefinitionRequest) ProtoMessage()
- func (x *ProcessDefinitionRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessDefinitionRequest) Reset()
- func (x *ProcessDefinitionRequest) String() string
- type ProcessDefinitionResponse
- func (*ProcessDefinitionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessDefinitionResponse) GetId() string
- func (x *ProcessDefinitionResponse) GetNamespaceId() string
- func (x *ProcessDefinitionResponse) GetProcessDefinitionKey() string
- func (*ProcessDefinitionResponse) ProtoMessage()
- func (x *ProcessDefinitionResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessDefinitionResponse) Reset()
- func (x *ProcessDefinitionResponse) String() string
- type ProcessDefinitionStartRequest
- func (*ProcessDefinitionStartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessDefinitionStartRequest) GetId() string
- func (x *ProcessDefinitionStartRequest) GetNamespaceId() string
- func (x *ProcessDefinitionStartRequest) GetProcessDefinitionKey() string
- func (*ProcessDefinitionStartRequest) ProtoMessage()
- func (x *ProcessDefinitionStartRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessDefinitionStartRequest) Reset()
- func (x *ProcessDefinitionStartRequest) String() string
- type ProcessDefinitionStartResponse
- func (*ProcessDefinitionStartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessDefinitionStartResponse) GetProcessInstanceId() string
- func (*ProcessDefinitionStartResponse) ProtoMessage()
- func (x *ProcessDefinitionStartResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessDefinitionStartResponse) Reset()
- func (x *ProcessDefinitionStartResponse) String() string
- type ProcessInstanceRequest
- func (*ProcessInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessInstanceRequest) GetProcessInstanceId() string
- func (*ProcessInstanceRequest) ProtoMessage()
- func (x *ProcessInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessInstanceRequest) Reset()
- func (x *ProcessInstanceRequest) String() string
- type ProcessInstanceResponse
- func (*ProcessInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessInstanceResponse) GetNamespaceId() string
- func (x *ProcessInstanceResponse) GetProcessDefinitionKey() string
- func (x *ProcessInstanceResponse) GetProcessInstanceId() string
- func (x *ProcessInstanceResponse) GetState() ProcessInstanceState
- func (*ProcessInstanceResponse) ProtoMessage()
- func (x *ProcessInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessInstanceResponse) Reset()
- func (x *ProcessInstanceResponse) String() string
- type ProcessInstanceState
- func (ProcessInstanceState) Descriptor() protoreflect.EnumDescriptor
- func (x ProcessInstanceState) Enum() *ProcessInstanceState
- func (ProcessInstanceState) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProcessInstanceState) Number() protoreflect.EnumNumber
- func (x ProcessInstanceState) String() string
- func (ProcessInstanceState) Type() protoreflect.EnumType
- type ProcessModifyRequest
- func (*ProcessModifyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessModifyRequest) GetId() string
- func (x *ProcessModifyRequest) GetNamespaceId() string
- func (x *ProcessModifyRequest) GetProcessDefinitionKey() string
- func (x *ProcessModifyRequest) GetProcessInstanceId() string
- func (*ProcessModifyRequest) ProtoMessage()
- func (x *ProcessModifyRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessModifyRequest) Reset()
- func (x *ProcessModifyRequest) String() string
- type ProcessModifyResponse
- type TaskAssignRequest
- func (*TaskAssignRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskAssignRequest) GetTaskId() string
- func (x *TaskAssignRequest) GetUserId() string
- func (*TaskAssignRequest) ProtoMessage()
- func (x *TaskAssignRequest) ProtoReflect() protoreflect.Message
- func (x *TaskAssignRequest) Reset()
- func (x *TaskAssignRequest) String() string
- type TaskAssignResponse
- type TaskClaimRequest
- func (*TaskClaimRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskClaimRequest) GetTaskId() string
- func (x *TaskClaimRequest) GetUserId() string
- func (*TaskClaimRequest) ProtoMessage()
- func (x *TaskClaimRequest) ProtoReflect() protoreflect.Message
- func (x *TaskClaimRequest) Reset()
- func (x *TaskClaimRequest) String() string
- type TaskClaimResponse
- type TaskCompleteRequest
- func (*TaskCompleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskCompleteRequest) GetTaskId() string
- func (*TaskCompleteRequest) ProtoMessage()
- func (x *TaskCompleteRequest) ProtoReflect() protoreflect.Message
- func (x *TaskCompleteRequest) Reset()
- func (x *TaskCompleteRequest) String() string
- type TaskCompleteResponse
- type TaskCreateRequest
- func (*TaskCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskCreateRequest) GetAssignee() string
- func (x *TaskCreateRequest) GetDelegationState() string
- func (x *TaskCreateRequest) GetDescription() string
- func (x *TaskCreateRequest) GetDue() *timestamppb.Timestamp
- func (x *TaskCreateRequest) GetFollowUpDate() *timestamppb.Timestamp
- func (x *TaskCreateRequest) GetFormKey() string
- func (x *TaskCreateRequest) GetId() string
- func (x *TaskCreateRequest) GetName() string
- func (x *TaskCreateRequest) GetNamespaceId() string
- func (x *TaskCreateRequest) GetOwner() string
- func (x *TaskCreateRequest) GetParentTaskId() string
- func (x *TaskCreateRequest) GetPriority() string
- func (x *TaskCreateRequest) GetProcessInstanceId() string
- func (x *TaskCreateRequest) GetTaskDefinitionKey() string
- func (*TaskCreateRequest) ProtoMessage()
- func (x *TaskCreateRequest) ProtoReflect() protoreflect.Message
- func (x *TaskCreateRequest) Reset()
- func (x *TaskCreateRequest) String() string
- type TaskCreateResponse
- func (*TaskCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TaskCreateResponse) GetId() string
- func (x *TaskCreateResponse) GetName() string
- func (*TaskCreateResponse) ProtoMessage()
- func (x *TaskCreateResponse) ProtoReflect() protoreflect.Message
- func (x *TaskCreateResponse) Reset()
- func (x *TaskCreateResponse) String() string
- type TaskDelegateRequest
- func (*TaskDelegateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskDelegateRequest) GetTaskId() string
- func (x *TaskDelegateRequest) GetUserId() string
- func (*TaskDelegateRequest) ProtoMessage()
- func (x *TaskDelegateRequest) ProtoReflect() protoreflect.Message
- func (x *TaskDelegateRequest) Reset()
- func (x *TaskDelegateRequest) String() string
- type TaskDelegateResponse
- type TaskDeleteRequest
- type TaskDeleteResponse
- type TaskDeployedFormRequest
- func (*TaskDeployedFormRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskDeployedFormRequest) GetTaskId() string
- func (*TaskDeployedFormRequest) ProtoMessage()
- func (x *TaskDeployedFormRequest) ProtoReflect() protoreflect.Message
- func (x *TaskDeployedFormRequest) Reset()
- func (x *TaskDeployedFormRequest) String() string
- type TaskDeployedFormResponse
- func (*TaskDeployedFormResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TaskDeployedFormResponse) GetFormData() string
- func (x *TaskDeployedFormResponse) GetFormKey() string
- func (*TaskDeployedFormResponse) ProtoMessage()
- func (x *TaskDeployedFormResponse) ProtoReflect() protoreflect.Message
- func (x *TaskDeployedFormResponse) Reset()
- func (x *TaskDeployedFormResponse) String() string
- type TaskGetFormKeyRequest
- func (*TaskGetFormKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskGetFormKeyRequest) GetTaskId() string
- func (*TaskGetFormKeyRequest) ProtoMessage()
- func (x *TaskGetFormKeyRequest) ProtoReflect() protoreflect.Message
- func (x *TaskGetFormKeyRequest) Reset()
- func (x *TaskGetFormKeyRequest) String() string
- type TaskGetFormKeyResponse
- func (*TaskGetFormKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TaskGetFormKeyResponse) GetFormKey() string
- func (*TaskGetFormKeyResponse) ProtoMessage()
- func (x *TaskGetFormKeyResponse) ProtoReflect() protoreflect.Message
- func (x *TaskGetFormKeyResponse) Reset()
- func (x *TaskGetFormKeyResponse) String() string
- type TaskListRequest
- type TaskListResponse
- type TaskRequest
- type TaskResolveRequest
- func (*TaskResolveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskResolveRequest) GetTaskId() string
- func (*TaskResolveRequest) ProtoMessage()
- func (x *TaskResolveRequest) ProtoReflect() protoreflect.Message
- func (x *TaskResolveRequest) Reset()
- func (x *TaskResolveRequest) String() string
- type TaskResolveResponse
- type TaskResponse
- func (*TaskResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TaskResponse) GetAssignee() string
- func (x *TaskResponse) GetDelegationState() string
- func (x *TaskResponse) GetDescription() string
- func (x *TaskResponse) GetDue() *timestamppb.Timestamp
- func (x *TaskResponse) GetFollowUpDate() *timestamppb.Timestamp
- func (x *TaskResponse) GetFormKey() string
- func (x *TaskResponse) GetId() string
- func (x *TaskResponse) GetName() string
- func (x *TaskResponse) GetNamespaceId() string
- func (x *TaskResponse) GetOwner() string
- func (x *TaskResponse) GetParentTaskId() string
- func (x *TaskResponse) GetPriority() string
- func (x *TaskResponse) GetProcessInstanceId() string
- func (x *TaskResponse) GetTaskDefinitionKey() string
- func (*TaskResponse) ProtoMessage()
- func (x *TaskResponse) ProtoReflect() protoreflect.Message
- func (x *TaskResponse) Reset()
- func (x *TaskResponse) String() string
- type TaskSubmitFormRequest
- func (*TaskSubmitFormRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskSubmitFormRequest) GetFormData() string
- func (x *TaskSubmitFormRequest) GetFormKey() string
- func (x *TaskSubmitFormRequest) GetTaskId() string
- func (*TaskSubmitFormRequest) ProtoMessage()
- func (x *TaskSubmitFormRequest) ProtoReflect() protoreflect.Message
- func (x *TaskSubmitFormRequest) Reset()
- func (x *TaskSubmitFormRequest) String() string
- type TaskSubmitFormResponse
- type TaskUnclaimRequest
- func (*TaskUnclaimRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TaskUnclaimRequest) GetTaskId() string
- func (*TaskUnclaimRequest) ProtoMessage()
- func (x *TaskUnclaimRequest) ProtoReflect() protoreflect.Message
- func (x *TaskUnclaimRequest) Reset()
- func (x *TaskUnclaimRequest) String() string
- type TaskUnclaimResponse
- type UnimplementedWedoServiceServer
- func (UnimplementedWedoServiceServer) DeploymentCreate(context.Context, *DeploymentCreateRequest) (*DeploymentCreateResponse, error)
- func (UnimplementedWedoServiceServer) DeploymentDelete(context.Context, *DeploymentDeleteRequest) (*DeploymentDeleteResponse, error)
- func (UnimplementedWedoServiceServer) DeploymentGet(context.Context, *DeploymentRequest) (*DeploymentResponse, error)
- func (UnimplementedWedoServiceServer) DeploymentList(context.Context, *DeploymentListRequest) (*DeploymentListResponse, error)
- func (UnimplementedWedoServiceServer) GroupCreate(context.Context, *GroupCreateRequest) (*GroupCreateResponse, error)
- func (UnimplementedWedoServiceServer) GroupDelete(context.Context, *GroupDeleteRequest) (*GroupDeleteResponse, error)
- func (UnimplementedWedoServiceServer) GroupGet(context.Context, *GroupRequest) (*GroupResponse, error)
- func (UnimplementedWedoServiceServer) GroupList(context.Context, *GroupListRequest) (*GroupListResponse, error)
- func (UnimplementedWedoServiceServer) GroupUpdate(context.Context, *GroupUpdateRequest) (*GroupUpdateResponse, error)
- func (UnimplementedWedoServiceServer) NamespaceCreate(context.Context, *NamespaceCreateRequest) (*NamespaceCreateResponse, error)
- func (UnimplementedWedoServiceServer) NamespaceDelete(context.Context, *NamespaceDeleteRequest) (*NamespaceDeleteResponse, error)
- func (UnimplementedWedoServiceServer) NamespaceGet(context.Context, *NamespaceRequest) (*NamespaceResponse, error)
- func (UnimplementedWedoServiceServer) NamespaceList(context.Context, *NamespaceListRequest) (*NamespaceListResponse, error)
- func (UnimplementedWedoServiceServer) NamespaceListCount(context.Context, *NamespaceListCountRequest) (*NamespaceListCountResponse, error)
- func (UnimplementedWedoServiceServer) ProcessDefinitionGet(context.Context, *ProcessDefinitionRequest) (*ProcessDefinitionResponse, error)
- func (UnimplementedWedoServiceServer) ProcessDefinitionStart(context.Context, *ProcessDefinitionStartRequest) (*ProcessDefinitionStartResponse, error)
- func (UnimplementedWedoServiceServer) ProcessInstanceActivateSuspend(context.Context, *ProcessActivateSuspendRequest) (*ProcessActivateSuspendResponse, error)
- func (UnimplementedWedoServiceServer) ProcessInstanceGet(context.Context, *ProcessInstanceRequest) (*ProcessInstanceResponse, error)
- func (UnimplementedWedoServiceServer) ProcessInstanceModify(context.Context, *ProcessModifyRequest) (*ProcessModifyResponse, error)
- func (UnimplementedWedoServiceServer) TaskAssign(context.Context, *TaskAssignRequest) (*TaskAssignResponse, error)
- func (UnimplementedWedoServiceServer) TaskClaim(context.Context, *TaskClaimRequest) (*TaskClaimResponse, error)
- func (UnimplementedWedoServiceServer) TaskComplete(context.Context, *TaskCompleteRequest) (*TaskCompleteResponse, error)
- func (UnimplementedWedoServiceServer) TaskCreate(context.Context, *TaskCreateRequest) (*TaskCreateResponse, error)
- func (UnimplementedWedoServiceServer) TaskDelegate(context.Context, *TaskDelegateRequest) (*TaskDelegateResponse, error)
- func (UnimplementedWedoServiceServer) TaskDelete(context.Context, *TaskDeleteRequest) (*TaskDeleteResponse, error)
- func (UnimplementedWedoServiceServer) TaskDeployedForm(context.Context, *TaskDeployedFormRequest) (*TaskDeployedFormResponse, error)
- func (UnimplementedWedoServiceServer) TaskGet(context.Context, *TaskRequest) (*TaskResponse, error)
- func (UnimplementedWedoServiceServer) TaskGetFormKey(context.Context, *TaskGetFormKeyRequest) (*TaskGetFormKeyResponse, error)
- func (UnimplementedWedoServiceServer) TaskList(context.Context, *TaskListRequest) (*TaskListResponse, error)
- func (UnimplementedWedoServiceServer) TaskResolve(context.Context, *TaskResolveRequest) (*TaskResolveResponse, error)
- func (UnimplementedWedoServiceServer) TaskSubmitForm(context.Context, *TaskSubmitFormRequest) (*TaskSubmitFormResponse, error)
- func (UnimplementedWedoServiceServer) TaskUnclaim(context.Context, *TaskUnclaimRequest) (*TaskUnclaimResponse, error)
- func (UnimplementedWedoServiceServer) UserCreate(context.Context, *UserCreateRequest) (*UserCreateResponse, error)
- func (UnimplementedWedoServiceServer) UserDelete(context.Context, *UserDeleteRequest) (*UserDeleteResponse, error)
- func (UnimplementedWedoServiceServer) UserGet(context.Context, *UserRequest) (*UserResponse, error)
- func (UnimplementedWedoServiceServer) UserList(context.Context, *UserListRequest) (*UserListResponse, error)
- func (UnimplementedWedoServiceServer) UserListCount(context.Context, *UserListCountRequest) (*UserListCountResponse, error)
- func (UnimplementedWedoServiceServer) UserUpdate(context.Context, *UserUpdateRequest) (*UserUpdateResponse, error)
- type UnsafeWedoServiceServer
- type UserCreateRequest
- func (*UserCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCreateRequest) GetEmail() string
- func (x *UserCreateRequest) GetName() string
- func (x *UserCreateRequest) GetPassword() string
- func (*UserCreateRequest) ProtoMessage()
- func (x *UserCreateRequest) ProtoReflect() protoreflect.Message
- func (x *UserCreateRequest) Reset()
- func (x *UserCreateRequest) String() string
- type UserCreateResponse
- func (*UserCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCreateResponse) GetId() string
- func (x *UserCreateResponse) GetName() string
- func (*UserCreateResponse) ProtoMessage()
- func (x *UserCreateResponse) ProtoReflect() protoreflect.Message
- func (x *UserCreateResponse) Reset()
- func (x *UserCreateResponse) String() string
- type UserDeleteRequest
- type UserDeleteResponse
- type UserListCountRequest
- func (*UserListCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserListCountRequest) GetNamespaceId() string
- func (*UserListCountRequest) ProtoMessage()
- func (x *UserListCountRequest) ProtoReflect() protoreflect.Message
- func (x *UserListCountRequest) Reset()
- func (x *UserListCountRequest) String() string
- type UserListCountResponse
- func (*UserListCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserListCountResponse) GetCount() int64
- func (*UserListCountResponse) ProtoMessage()
- func (x *UserListCountResponse) ProtoReflect() protoreflect.Message
- func (x *UserListCountResponse) Reset()
- func (x *UserListCountResponse) String() string
- type UserListRequest
- func (*UserListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserListRequest) GetLimit() int64
- func (x *UserListRequest) GetNamespaceId() string
- func (x *UserListRequest) GetOffset() int64
- func (*UserListRequest) ProtoMessage()
- func (x *UserListRequest) ProtoReflect() protoreflect.Message
- func (x *UserListRequest) Reset()
- func (x *UserListRequest) String() string
- type UserListResponse
- type UserRequest
- type UserResponse
- func (*UserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserResponse) GetId() string
- func (x *UserResponse) GetName() string
- func (*UserResponse) ProtoMessage()
- func (x *UserResponse) ProtoReflect() protoreflect.Message
- func (x *UserResponse) Reset()
- func (x *UserResponse) String() string
- type UserUpdateRequest
- func (*UserUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserUpdateRequest) GetName() string
- func (x *UserUpdateRequest) GetUserId() string
- func (*UserUpdateRequest) ProtoMessage()
- func (x *UserUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *UserUpdateRequest) Reset()
- func (x *UserUpdateRequest) String() string
- type UserUpdateResponse
- func (*UserUpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserUpdateResponse) GetId() string
- func (x *UserUpdateResponse) GetName() string
- func (*UserUpdateResponse) ProtoMessage()
- func (x *UserUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *UserUpdateResponse) Reset()
- func (x *UserUpdateResponse) String() string
- type WedoServiceClient
- type WedoServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( ProcessInstanceState_name = map[int32]string{ 0: "INITIALIZED", 1: "STARTED", 2: "COMPLETED", 3: "ABORTED", 4: "FAILED", 5: "SUSPENDED", } ProcessInstanceState_value = map[string]int32{ "INITIALIZED": 0, "STARTED": 1, "COMPLETED": 2, "ABORTED": 3, "FAILED": 4, "SUSPENDED": 5, } )
Enum value maps for ProcessInstanceState.
var ( DelegationState_name = map[int32]string{ 0: "PENDING", 1: "RESOLVED", } DelegationState_value = map[string]int32{ "PENDING": 0, "RESOLVED": 1, } )
Enum value maps for DelegationState.
var File_api_api_proto protoreflect.FileDescriptor
var WedoService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "github.com.wedo_workflow.wedo.WedoService", HandlerType: (*WedoServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "UserCreate", Handler: _WedoService_UserCreate_Handler, }, { MethodName: "UserGet", Handler: _WedoService_UserGet_Handler, }, { MethodName: "UserDelete", Handler: _WedoService_UserDelete_Handler, }, { MethodName: "UserList", Handler: _WedoService_UserList_Handler, }, { MethodName: "UserUpdate", Handler: _WedoService_UserUpdate_Handler, }, { MethodName: "UserListCount", Handler: _WedoService_UserListCount_Handler, }, { MethodName: "GroupCreate", Handler: _WedoService_GroupCreate_Handler, }, { MethodName: "GroupGet", Handler: _WedoService_GroupGet_Handler, }, { MethodName: "GroupDelete", Handler: _WedoService_GroupDelete_Handler, }, { MethodName: "GroupList", Handler: _WedoService_GroupList_Handler, }, { MethodName: "GroupUpdate", Handler: _WedoService_GroupUpdate_Handler, }, { MethodName: "NamespaceCreate", Handler: _WedoService_NamespaceCreate_Handler, }, { MethodName: "NamespaceGet", Handler: _WedoService_NamespaceGet_Handler, }, { MethodName: "NamespaceDelete", Handler: _WedoService_NamespaceDelete_Handler, }, { MethodName: "NamespaceList", Handler: _WedoService_NamespaceList_Handler, }, { MethodName: "NamespaceListCount", Handler: _WedoService_NamespaceListCount_Handler, }, { MethodName: "DeploymentGet", Handler: _WedoService_DeploymentGet_Handler, }, { MethodName: "DeploymentCreate", Handler: _WedoService_DeploymentCreate_Handler, }, { MethodName: "DeploymentList", Handler: _WedoService_DeploymentList_Handler, }, { MethodName: "DeploymentDelete", Handler: _WedoService_DeploymentDelete_Handler, }, { MethodName: "ProcessDefinitionStart", Handler: _WedoService_ProcessDefinitionStart_Handler, }, { MethodName: "ProcessDefinitionGet", Handler: _WedoService_ProcessDefinitionGet_Handler, }, { MethodName: "ProcessInstanceGet", Handler: _WedoService_ProcessInstanceGet_Handler, }, { MethodName: "ProcessInstanceModify", Handler: _WedoService_ProcessInstanceModify_Handler, }, { MethodName: "ProcessInstanceActivateSuspend", Handler: _WedoService_ProcessInstanceActivateSuspend_Handler, }, { MethodName: "TaskCreate", Handler: _WedoService_TaskCreate_Handler, }, { MethodName: "TaskGet", Handler: _WedoService_TaskGet_Handler, }, { MethodName: "TaskDelete", Handler: _WedoService_TaskDelete_Handler, }, { MethodName: "TaskList", Handler: _WedoService_TaskList_Handler, }, { MethodName: "TaskClaim", Handler: _WedoService_TaskClaim_Handler, }, { MethodName: "TaskUnclaim", Handler: _WedoService_TaskUnclaim_Handler, }, { MethodName: "TaskDelegate", Handler: _WedoService_TaskDelegate_Handler, }, { MethodName: "TaskAssign", Handler: _WedoService_TaskAssign_Handler, }, { MethodName: "TaskComplete", Handler: _WedoService_TaskComplete_Handler, }, { MethodName: "TaskGetFormKey", Handler: _WedoService_TaskGetFormKey_Handler, }, { MethodName: "TaskSubmitForm", Handler: _WedoService_TaskSubmitForm_Handler, }, { MethodName: "TaskResolve", Handler: _WedoService_TaskResolve_Handler, }, { MethodName: "TaskDeployedForm", Handler: _WedoService_TaskDeployedForm_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/api.proto", }
WedoService_ServiceDesc is the grpc.ServiceDesc for WedoService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterWedoServiceHandler ¶
func RegisterWedoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterWedoServiceHandler registers the http handlers for service WedoService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterWedoServiceHandlerClient ¶
func RegisterWedoServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WedoServiceClient) error
RegisterWedoServiceHandlerClient registers the http handlers for service WedoService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WedoServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WedoServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WedoServiceClient" to call the correct interceptors.
func RegisterWedoServiceHandlerFromEndpoint ¶
func RegisterWedoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterWedoServiceHandlerFromEndpoint is same as RegisterWedoServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterWedoServiceHandlerServer ¶
func RegisterWedoServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WedoServiceServer) error
RegisterWedoServiceHandlerServer registers the http handlers for service WedoService to "mux". UnaryRPC :call WedoServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWedoServiceHandlerFromEndpoint instead.
func RegisterWedoServiceServer ¶
func RegisterWedoServiceServer(s grpc.ServiceRegistrar, srv WedoServiceServer)
Types ¶
type DelegationState ¶
type DelegationState int32
const ( DelegationState_PENDING DelegationState = 0 DelegationState_RESOLVED DelegationState = 1 )
func (DelegationState) Descriptor ¶
func (DelegationState) Descriptor() protoreflect.EnumDescriptor
func (DelegationState) Enum ¶
func (x DelegationState) Enum() *DelegationState
func (DelegationState) EnumDescriptor
deprecated
func (DelegationState) EnumDescriptor() ([]byte, []int)
Deprecated: Use DelegationState.Descriptor instead.
func (DelegationState) Number ¶
func (x DelegationState) Number() protoreflect.EnumNumber
func (DelegationState) String ¶
func (x DelegationState) String() string
func (DelegationState) Type ¶
func (DelegationState) Type() protoreflect.EnumType
type DeploymentCreateRequest ¶
type DeploymentCreateRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` NamespaceId string `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentCreateRequest) Descriptor
deprecated
func (*DeploymentCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentCreateRequest.ProtoReflect.Descriptor instead.
func (*DeploymentCreateRequest) GetContent ¶
func (x *DeploymentCreateRequest) GetContent() []byte
func (*DeploymentCreateRequest) GetName ¶
func (x *DeploymentCreateRequest) GetName() string
func (*DeploymentCreateRequest) GetNamespaceId ¶
func (x *DeploymentCreateRequest) GetNamespaceId() string
func (*DeploymentCreateRequest) ProtoMessage ¶
func (*DeploymentCreateRequest) ProtoMessage()
func (*DeploymentCreateRequest) ProtoReflect ¶
func (x *DeploymentCreateRequest) ProtoReflect() protoreflect.Message
func (*DeploymentCreateRequest) Reset ¶
func (x *DeploymentCreateRequest) Reset()
func (*DeploymentCreateRequest) String ¶
func (x *DeploymentCreateRequest) String() string
type DeploymentCreateResponse ¶
type DeploymentCreateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` NamespaceId string `protobuf:"bytes,5,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` ProcessDefinitionId string `protobuf:"bytes,6,opt,name=process_definition_id,json=processDefinitionId,proto3" json:"process_definition_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentCreateResponse) Descriptor
deprecated
func (*DeploymentCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentCreateResponse.ProtoReflect.Descriptor instead.
func (*DeploymentCreateResponse) GetContent ¶
func (x *DeploymentCreateResponse) GetContent() []byte
func (*DeploymentCreateResponse) GetId ¶
func (x *DeploymentCreateResponse) GetId() string
func (*DeploymentCreateResponse) GetName ¶
func (x *DeploymentCreateResponse) GetName() string
func (*DeploymentCreateResponse) GetNamespaceId ¶
func (x *DeploymentCreateResponse) GetNamespaceId() string
func (*DeploymentCreateResponse) GetProcessDefinitionId ¶
func (x *DeploymentCreateResponse) GetProcessDefinitionId() string
func (*DeploymentCreateResponse) GetTimestamp ¶
func (x *DeploymentCreateResponse) GetTimestamp() *timestamppb.Timestamp
func (*DeploymentCreateResponse) ProtoMessage ¶
func (*DeploymentCreateResponse) ProtoMessage()
func (*DeploymentCreateResponse) ProtoReflect ¶
func (x *DeploymentCreateResponse) ProtoReflect() protoreflect.Message
func (*DeploymentCreateResponse) Reset ¶
func (x *DeploymentCreateResponse) Reset()
func (*DeploymentCreateResponse) String ¶
func (x *DeploymentCreateResponse) String() string
type DeploymentDeleteRequest ¶
type DeploymentDeleteRequest struct { DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentDeleteRequest) Descriptor
deprecated
func (*DeploymentDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentDeleteRequest.ProtoReflect.Descriptor instead.
func (*DeploymentDeleteRequest) GetDeploymentId ¶
func (x *DeploymentDeleteRequest) GetDeploymentId() string
func (*DeploymentDeleteRequest) ProtoMessage ¶
func (*DeploymentDeleteRequest) ProtoMessage()
func (*DeploymentDeleteRequest) ProtoReflect ¶
func (x *DeploymentDeleteRequest) ProtoReflect() protoreflect.Message
func (*DeploymentDeleteRequest) Reset ¶
func (x *DeploymentDeleteRequest) Reset()
func (*DeploymentDeleteRequest) String ¶
func (x *DeploymentDeleteRequest) String() string
type DeploymentDeleteResponse ¶
type DeploymentDeleteResponse struct {
// contains filtered or unexported fields
}
func (*DeploymentDeleteResponse) Descriptor
deprecated
func (*DeploymentDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentDeleteResponse.ProtoReflect.Descriptor instead.
func (*DeploymentDeleteResponse) ProtoMessage ¶
func (*DeploymentDeleteResponse) ProtoMessage()
func (*DeploymentDeleteResponse) ProtoReflect ¶
func (x *DeploymentDeleteResponse) ProtoReflect() protoreflect.Message
func (*DeploymentDeleteResponse) Reset ¶
func (x *DeploymentDeleteResponse) Reset()
func (*DeploymentDeleteResponse) String ¶
func (x *DeploymentDeleteResponse) String() string
type DeploymentListRequest ¶
type DeploymentListRequest struct {
// contains filtered or unexported fields
}
func (*DeploymentListRequest) Descriptor
deprecated
func (*DeploymentListRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentListRequest.ProtoReflect.Descriptor instead.
func (*DeploymentListRequest) ProtoMessage ¶
func (*DeploymentListRequest) ProtoMessage()
func (*DeploymentListRequest) ProtoReflect ¶
func (x *DeploymentListRequest) ProtoReflect() protoreflect.Message
func (*DeploymentListRequest) Reset ¶
func (x *DeploymentListRequest) Reset()
func (*DeploymentListRequest) String ¶
func (x *DeploymentListRequest) String() string
type DeploymentListResponse ¶
type DeploymentListResponse struct { Deployments []*DeploymentResponse `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"` // contains filtered or unexported fields }
func (*DeploymentListResponse) Descriptor
deprecated
func (*DeploymentListResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentListResponse.ProtoReflect.Descriptor instead.
func (*DeploymentListResponse) GetDeployments ¶
func (x *DeploymentListResponse) GetDeployments() []*DeploymentResponse
func (*DeploymentListResponse) ProtoMessage ¶
func (*DeploymentListResponse) ProtoMessage()
func (*DeploymentListResponse) ProtoReflect ¶
func (x *DeploymentListResponse) ProtoReflect() protoreflect.Message
func (*DeploymentListResponse) Reset ¶
func (x *DeploymentListResponse) Reset()
func (*DeploymentListResponse) String ¶
func (x *DeploymentListResponse) String() string
type DeploymentRequest ¶
type DeploymentRequest struct { DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentRequest) Descriptor
deprecated
func (*DeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentRequest.ProtoReflect.Descriptor instead.
func (*DeploymentRequest) GetDeploymentId ¶
func (x *DeploymentRequest) GetDeploymentId() string
func (*DeploymentRequest) ProtoMessage ¶
func (*DeploymentRequest) ProtoMessage()
func (*DeploymentRequest) ProtoReflect ¶
func (x *DeploymentRequest) ProtoReflect() protoreflect.Message
func (*DeploymentRequest) Reset ¶
func (x *DeploymentRequest) Reset()
func (*DeploymentRequest) String ¶
func (x *DeploymentRequest) String() string
type DeploymentResponse ¶
type DeploymentResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` ProcessDefinitionId string `protobuf:"bytes,5,opt,name=process_definition_id,json=processDefinitionId,proto3" json:"process_definition_id,omitempty"` // contains filtered or unexported fields }
func (*DeploymentResponse) Descriptor
deprecated
func (*DeploymentResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentResponse.ProtoReflect.Descriptor instead.
func (*DeploymentResponse) GetContent ¶
func (x *DeploymentResponse) GetContent() []byte
func (*DeploymentResponse) GetId ¶
func (x *DeploymentResponse) GetId() string
func (*DeploymentResponse) GetName ¶
func (x *DeploymentResponse) GetName() string
func (*DeploymentResponse) GetProcessDefinitionId ¶
func (x *DeploymentResponse) GetProcessDefinitionId() string
func (*DeploymentResponse) GetTimestamp ¶
func (x *DeploymentResponse) GetTimestamp() *timestamppb.Timestamp
func (*DeploymentResponse) ProtoMessage ¶
func (*DeploymentResponse) ProtoMessage()
func (*DeploymentResponse) ProtoReflect ¶
func (x *DeploymentResponse) ProtoReflect() protoreflect.Message
func (*DeploymentResponse) Reset ¶
func (x *DeploymentResponse) Reset()
func (*DeploymentResponse) String ¶
func (x *DeploymentResponse) String() string
type GroupCreateRequest ¶
type GroupCreateRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` NamespaceId string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*GroupCreateRequest) Descriptor
deprecated
func (*GroupCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GroupCreateRequest.ProtoReflect.Descriptor instead.
func (*GroupCreateRequest) GetName ¶
func (x *GroupCreateRequest) GetName() string
func (*GroupCreateRequest) GetNamespaceId ¶
func (x *GroupCreateRequest) GetNamespaceId() string
func (*GroupCreateRequest) GetType ¶
func (x *GroupCreateRequest) GetType() string
func (*GroupCreateRequest) ProtoMessage ¶
func (*GroupCreateRequest) ProtoMessage()
func (*GroupCreateRequest) ProtoReflect ¶
func (x *GroupCreateRequest) ProtoReflect() protoreflect.Message
func (*GroupCreateRequest) Reset ¶
func (x *GroupCreateRequest) Reset()
func (*GroupCreateRequest) String ¶
func (x *GroupCreateRequest) String() string
type GroupCreateResponse ¶
type GroupCreateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*GroupCreateResponse) Descriptor
deprecated
func (*GroupCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GroupCreateResponse.ProtoReflect.Descriptor instead.
func (*GroupCreateResponse) GetId ¶
func (x *GroupCreateResponse) GetId() string
func (*GroupCreateResponse) GetName ¶
func (x *GroupCreateResponse) GetName() string
func (*GroupCreateResponse) GetType ¶
func (x *GroupCreateResponse) GetType() string
func (*GroupCreateResponse) ProtoMessage ¶
func (*GroupCreateResponse) ProtoMessage()
func (*GroupCreateResponse) ProtoReflect ¶
func (x *GroupCreateResponse) ProtoReflect() protoreflect.Message
func (*GroupCreateResponse) Reset ¶
func (x *GroupCreateResponse) Reset()
func (*GroupCreateResponse) String ¶
func (x *GroupCreateResponse) String() string
type GroupDeleteRequest ¶
type GroupDeleteRequest struct { GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*GroupDeleteRequest) Descriptor
deprecated
func (*GroupDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use GroupDeleteRequest.ProtoReflect.Descriptor instead.
func (*GroupDeleteRequest) GetGroupId ¶
func (x *GroupDeleteRequest) GetGroupId() string
func (*GroupDeleteRequest) ProtoMessage ¶
func (*GroupDeleteRequest) ProtoMessage()
func (*GroupDeleteRequest) ProtoReflect ¶
func (x *GroupDeleteRequest) ProtoReflect() protoreflect.Message
func (*GroupDeleteRequest) Reset ¶
func (x *GroupDeleteRequest) Reset()
func (*GroupDeleteRequest) String ¶
func (x *GroupDeleteRequest) String() string
type GroupDeleteResponse ¶
type GroupDeleteResponse struct {
// contains filtered or unexported fields
}
func (*GroupDeleteResponse) Descriptor
deprecated
func (*GroupDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use GroupDeleteResponse.ProtoReflect.Descriptor instead.
func (*GroupDeleteResponse) ProtoMessage ¶
func (*GroupDeleteResponse) ProtoMessage()
func (*GroupDeleteResponse) ProtoReflect ¶
func (x *GroupDeleteResponse) ProtoReflect() protoreflect.Message
func (*GroupDeleteResponse) Reset ¶
func (x *GroupDeleteResponse) Reset()
func (*GroupDeleteResponse) String ¶
func (x *GroupDeleteResponse) String() string
type GroupListRequest ¶
type GroupListRequest struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Offset int64 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` Limit int64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GroupListRequest) Descriptor
deprecated
func (*GroupListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GroupListRequest.ProtoReflect.Descriptor instead.
func (*GroupListRequest) GetLimit ¶
func (x *GroupListRequest) GetLimit() int64
func (*GroupListRequest) GetNamespaceId ¶
func (x *GroupListRequest) GetNamespaceId() string
func (*GroupListRequest) GetOffset ¶
func (x *GroupListRequest) GetOffset() int64
func (*GroupListRequest) GetType ¶
func (x *GroupListRequest) GetType() string
func (*GroupListRequest) ProtoMessage ¶
func (*GroupListRequest) ProtoMessage()
func (*GroupListRequest) ProtoReflect ¶
func (x *GroupListRequest) ProtoReflect() protoreflect.Message
func (*GroupListRequest) Reset ¶
func (x *GroupListRequest) Reset()
func (*GroupListRequest) String ¶
func (x *GroupListRequest) String() string
type GroupListResponse ¶
type GroupListResponse struct { Groups []*GroupResponse `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` // contains filtered or unexported fields }
func (*GroupListResponse) Descriptor
deprecated
func (*GroupListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GroupListResponse.ProtoReflect.Descriptor instead.
func (*GroupListResponse) GetGroups ¶
func (x *GroupListResponse) GetGroups() []*GroupResponse
func (*GroupListResponse) ProtoMessage ¶
func (*GroupListResponse) ProtoMessage()
func (*GroupListResponse) ProtoReflect ¶
func (x *GroupListResponse) ProtoReflect() protoreflect.Message
func (*GroupListResponse) Reset ¶
func (x *GroupListResponse) Reset()
func (*GroupListResponse) String ¶
func (x *GroupListResponse) String() string
type GroupRequest ¶
type GroupRequest struct { GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*GroupRequest) Descriptor
deprecated
func (*GroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GroupRequest.ProtoReflect.Descriptor instead.
func (*GroupRequest) GetGroupId ¶
func (x *GroupRequest) GetGroupId() string
func (*GroupRequest) ProtoMessage ¶
func (*GroupRequest) ProtoMessage()
func (*GroupRequest) ProtoReflect ¶
func (x *GroupRequest) ProtoReflect() protoreflect.Message
func (*GroupRequest) Reset ¶
func (x *GroupRequest) Reset()
func (*GroupRequest) String ¶
func (x *GroupRequest) String() string
type GroupResponse ¶
type GroupResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` NamespaceId string `protobuf:"bytes,4,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*GroupResponse) Descriptor
deprecated
func (*GroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use GroupResponse.ProtoReflect.Descriptor instead.
func (*GroupResponse) GetId ¶
func (x *GroupResponse) GetId() string
func (*GroupResponse) GetName ¶
func (x *GroupResponse) GetName() string
func (*GroupResponse) GetNamespaceId ¶
func (x *GroupResponse) GetNamespaceId() string
func (*GroupResponse) GetType ¶
func (x *GroupResponse) GetType() string
func (*GroupResponse) ProtoMessage ¶
func (*GroupResponse) ProtoMessage()
func (*GroupResponse) ProtoReflect ¶
func (x *GroupResponse) ProtoReflect() protoreflect.Message
func (*GroupResponse) Reset ¶
func (x *GroupResponse) Reset()
func (*GroupResponse) String ¶
func (x *GroupResponse) String() string
type GroupUpdateRequest ¶
type GroupUpdateRequest struct { GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` NamespaceId string `protobuf:"bytes,4,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*GroupUpdateRequest) Descriptor
deprecated
func (*GroupUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GroupUpdateRequest.ProtoReflect.Descriptor instead.
func (*GroupUpdateRequest) GetGroupId ¶
func (x *GroupUpdateRequest) GetGroupId() string
func (*GroupUpdateRequest) GetName ¶
func (x *GroupUpdateRequest) GetName() string
func (*GroupUpdateRequest) GetNamespaceId ¶
func (x *GroupUpdateRequest) GetNamespaceId() string
func (*GroupUpdateRequest) GetType ¶
func (x *GroupUpdateRequest) GetType() string
func (*GroupUpdateRequest) ProtoMessage ¶
func (*GroupUpdateRequest) ProtoMessage()
func (*GroupUpdateRequest) ProtoReflect ¶
func (x *GroupUpdateRequest) ProtoReflect() protoreflect.Message
func (*GroupUpdateRequest) Reset ¶
func (x *GroupUpdateRequest) Reset()
func (*GroupUpdateRequest) String ¶
func (x *GroupUpdateRequest) String() string
type GroupUpdateResponse ¶
type GroupUpdateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` NamespaceId string `protobuf:"bytes,4,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*GroupUpdateResponse) Descriptor
deprecated
func (*GroupUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GroupUpdateResponse.ProtoReflect.Descriptor instead.
func (*GroupUpdateResponse) GetId ¶
func (x *GroupUpdateResponse) GetId() string
func (*GroupUpdateResponse) GetName ¶
func (x *GroupUpdateResponse) GetName() string
func (*GroupUpdateResponse) GetNamespaceId ¶
func (x *GroupUpdateResponse) GetNamespaceId() string
func (*GroupUpdateResponse) GetType ¶
func (x *GroupUpdateResponse) GetType() string
func (*GroupUpdateResponse) ProtoMessage ¶
func (*GroupUpdateResponse) ProtoMessage()
func (*GroupUpdateResponse) ProtoReflect ¶
func (x *GroupUpdateResponse) ProtoReflect() protoreflect.Message
func (*GroupUpdateResponse) Reset ¶
func (x *GroupUpdateResponse) Reset()
func (*GroupUpdateResponse) String ¶
func (x *GroupUpdateResponse) String() string
type NamespaceCreateRequest ¶
type NamespaceCreateRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamespaceCreateRequest) Descriptor
deprecated
func (*NamespaceCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceCreateRequest.ProtoReflect.Descriptor instead.
func (*NamespaceCreateRequest) GetName ¶
func (x *NamespaceCreateRequest) GetName() string
func (*NamespaceCreateRequest) ProtoMessage ¶
func (*NamespaceCreateRequest) ProtoMessage()
func (*NamespaceCreateRequest) ProtoReflect ¶
func (x *NamespaceCreateRequest) ProtoReflect() protoreflect.Message
func (*NamespaceCreateRequest) Reset ¶
func (x *NamespaceCreateRequest) Reset()
func (*NamespaceCreateRequest) String ¶
func (x *NamespaceCreateRequest) String() string
type NamespaceCreateResponse ¶
type NamespaceCreateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamespaceCreateResponse) Descriptor
deprecated
func (*NamespaceCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceCreateResponse.ProtoReflect.Descriptor instead.
func (*NamespaceCreateResponse) GetId ¶
func (x *NamespaceCreateResponse) GetId() string
func (*NamespaceCreateResponse) GetName ¶
func (x *NamespaceCreateResponse) GetName() string
func (*NamespaceCreateResponse) ProtoMessage ¶
func (*NamespaceCreateResponse) ProtoMessage()
func (*NamespaceCreateResponse) ProtoReflect ¶
func (x *NamespaceCreateResponse) ProtoReflect() protoreflect.Message
func (*NamespaceCreateResponse) Reset ¶
func (x *NamespaceCreateResponse) Reset()
func (*NamespaceCreateResponse) String ¶
func (x *NamespaceCreateResponse) String() string
type NamespaceDeleteRequest ¶
type NamespaceDeleteRequest struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*NamespaceDeleteRequest) Descriptor
deprecated
func (*NamespaceDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceDeleteRequest.ProtoReflect.Descriptor instead.
func (*NamespaceDeleteRequest) GetNamespaceId ¶
func (x *NamespaceDeleteRequest) GetNamespaceId() string
func (*NamespaceDeleteRequest) ProtoMessage ¶
func (*NamespaceDeleteRequest) ProtoMessage()
func (*NamespaceDeleteRequest) ProtoReflect ¶
func (x *NamespaceDeleteRequest) ProtoReflect() protoreflect.Message
func (*NamespaceDeleteRequest) Reset ¶
func (x *NamespaceDeleteRequest) Reset()
func (*NamespaceDeleteRequest) String ¶
func (x *NamespaceDeleteRequest) String() string
type NamespaceDeleteResponse ¶
type NamespaceDeleteResponse struct {
// contains filtered or unexported fields
}
func (*NamespaceDeleteResponse) Descriptor
deprecated
func (*NamespaceDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceDeleteResponse.ProtoReflect.Descriptor instead.
func (*NamespaceDeleteResponse) ProtoMessage ¶
func (*NamespaceDeleteResponse) ProtoMessage()
func (*NamespaceDeleteResponse) ProtoReflect ¶
func (x *NamespaceDeleteResponse) ProtoReflect() protoreflect.Message
func (*NamespaceDeleteResponse) Reset ¶
func (x *NamespaceDeleteResponse) Reset()
func (*NamespaceDeleteResponse) String ¶
func (x *NamespaceDeleteResponse) String() string
type NamespaceListCountRequest ¶
type NamespaceListCountRequest struct {
// contains filtered or unexported fields
}
func (*NamespaceListCountRequest) Descriptor
deprecated
func (*NamespaceListCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceListCountRequest.ProtoReflect.Descriptor instead.
func (*NamespaceListCountRequest) ProtoMessage ¶
func (*NamespaceListCountRequest) ProtoMessage()
func (*NamespaceListCountRequest) ProtoReflect ¶
func (x *NamespaceListCountRequest) ProtoReflect() protoreflect.Message
func (*NamespaceListCountRequest) Reset ¶
func (x *NamespaceListCountRequest) Reset()
func (*NamespaceListCountRequest) String ¶
func (x *NamespaceListCountRequest) String() string
type NamespaceListCountResponse ¶
type NamespaceListCountResponse struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*NamespaceListCountResponse) Descriptor
deprecated
func (*NamespaceListCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceListCountResponse.ProtoReflect.Descriptor instead.
func (*NamespaceListCountResponse) GetCount ¶
func (x *NamespaceListCountResponse) GetCount() int64
func (*NamespaceListCountResponse) ProtoMessage ¶
func (*NamespaceListCountResponse) ProtoMessage()
func (*NamespaceListCountResponse) ProtoReflect ¶
func (x *NamespaceListCountResponse) ProtoReflect() protoreflect.Message
func (*NamespaceListCountResponse) Reset ¶
func (x *NamespaceListCountResponse) Reset()
func (*NamespaceListCountResponse) String ¶
func (x *NamespaceListCountResponse) String() string
type NamespaceListRequest ¶
type NamespaceListRequest struct {
// contains filtered or unexported fields
}
func (*NamespaceListRequest) Descriptor
deprecated
func (*NamespaceListRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceListRequest.ProtoReflect.Descriptor instead.
func (*NamespaceListRequest) ProtoMessage ¶
func (*NamespaceListRequest) ProtoMessage()
func (*NamespaceListRequest) ProtoReflect ¶
func (x *NamespaceListRequest) ProtoReflect() protoreflect.Message
func (*NamespaceListRequest) Reset ¶
func (x *NamespaceListRequest) Reset()
func (*NamespaceListRequest) String ¶
func (x *NamespaceListRequest) String() string
type NamespaceListResponse ¶
type NamespaceListResponse struct { Namespaces []*NamespaceResponse `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"` // contains filtered or unexported fields }
func (*NamespaceListResponse) Descriptor
deprecated
func (*NamespaceListResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceListResponse.ProtoReflect.Descriptor instead.
func (*NamespaceListResponse) GetNamespaces ¶
func (x *NamespaceListResponse) GetNamespaces() []*NamespaceResponse
func (*NamespaceListResponse) ProtoMessage ¶
func (*NamespaceListResponse) ProtoMessage()
func (*NamespaceListResponse) ProtoReflect ¶
func (x *NamespaceListResponse) ProtoReflect() protoreflect.Message
func (*NamespaceListResponse) Reset ¶
func (x *NamespaceListResponse) Reset()
func (*NamespaceListResponse) String ¶
func (x *NamespaceListResponse) String() string
type NamespaceRequest ¶
type NamespaceRequest struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*NamespaceRequest) Descriptor
deprecated
func (*NamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceRequest.ProtoReflect.Descriptor instead.
func (*NamespaceRequest) GetNamespaceId ¶
func (x *NamespaceRequest) GetNamespaceId() string
func (*NamespaceRequest) ProtoMessage ¶
func (*NamespaceRequest) ProtoMessage()
func (*NamespaceRequest) ProtoReflect ¶
func (x *NamespaceRequest) ProtoReflect() protoreflect.Message
func (*NamespaceRequest) Reset ¶
func (x *NamespaceRequest) Reset()
func (*NamespaceRequest) String ¶
func (x *NamespaceRequest) String() string
type NamespaceResponse ¶
type NamespaceResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamespaceResponse) Descriptor
deprecated
func (*NamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceResponse.ProtoReflect.Descriptor instead.
func (*NamespaceResponse) GetId ¶
func (x *NamespaceResponse) GetId() string
func (*NamespaceResponse) GetName ¶
func (x *NamespaceResponse) GetName() string
func (*NamespaceResponse) ProtoMessage ¶
func (*NamespaceResponse) ProtoMessage()
func (*NamespaceResponse) ProtoReflect ¶
func (x *NamespaceResponse) ProtoReflect() protoreflect.Message
func (*NamespaceResponse) Reset ¶
func (x *NamespaceResponse) Reset()
func (*NamespaceResponse) String ¶
func (x *NamespaceResponse) String() string
type ProcessActivateSuspendRequest ¶
type ProcessActivateSuspendRequest struct { ProcessInstanceId string `protobuf:"bytes,1,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` Suspend bool `protobuf:"varint,2,opt,name=suspend,proto3" json:"suspend,omitempty"` // contains filtered or unexported fields }
func (*ProcessActivateSuspendRequest) Descriptor
deprecated
func (*ProcessActivateSuspendRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessActivateSuspendRequest.ProtoReflect.Descriptor instead.
func (*ProcessActivateSuspendRequest) GetProcessInstanceId ¶
func (x *ProcessActivateSuspendRequest) GetProcessInstanceId() string
func (*ProcessActivateSuspendRequest) GetSuspend ¶
func (x *ProcessActivateSuspendRequest) GetSuspend() bool
func (*ProcessActivateSuspendRequest) ProtoMessage ¶
func (*ProcessActivateSuspendRequest) ProtoMessage()
func (*ProcessActivateSuspendRequest) ProtoReflect ¶
func (x *ProcessActivateSuspendRequest) ProtoReflect() protoreflect.Message
func (*ProcessActivateSuspendRequest) Reset ¶
func (x *ProcessActivateSuspendRequest) Reset()
func (*ProcessActivateSuspendRequest) String ¶
func (x *ProcessActivateSuspendRequest) String() string
type ProcessActivateSuspendResponse ¶
type ProcessActivateSuspendResponse struct {
// contains filtered or unexported fields
}
func (*ProcessActivateSuspendResponse) Descriptor
deprecated
func (*ProcessActivateSuspendResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessActivateSuspendResponse.ProtoReflect.Descriptor instead.
func (*ProcessActivateSuspendResponse) ProtoMessage ¶
func (*ProcessActivateSuspendResponse) ProtoMessage()
func (*ProcessActivateSuspendResponse) ProtoReflect ¶
func (x *ProcessActivateSuspendResponse) ProtoReflect() protoreflect.Message
func (*ProcessActivateSuspendResponse) Reset ¶
func (x *ProcessActivateSuspendResponse) Reset()
func (*ProcessActivateSuspendResponse) String ¶
func (x *ProcessActivateSuspendResponse) String() string
type ProcessDefinitionRequest ¶
type ProcessDefinitionRequest struct { ProcessDefinitionKey string `protobuf:"bytes,1,opt,name=process_definition_key,json=processDefinitionKey,proto3" json:"process_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ProcessDefinitionRequest) Descriptor
deprecated
func (*ProcessDefinitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessDefinitionRequest.ProtoReflect.Descriptor instead.
func (*ProcessDefinitionRequest) GetId ¶
func (x *ProcessDefinitionRequest) GetId() string
func (*ProcessDefinitionRequest) GetNamespaceId ¶
func (x *ProcessDefinitionRequest) GetNamespaceId() string
func (*ProcessDefinitionRequest) GetProcessDefinitionKey ¶
func (x *ProcessDefinitionRequest) GetProcessDefinitionKey() string
func (*ProcessDefinitionRequest) ProtoMessage ¶
func (*ProcessDefinitionRequest) ProtoMessage()
func (*ProcessDefinitionRequest) ProtoReflect ¶
func (x *ProcessDefinitionRequest) ProtoReflect() protoreflect.Message
func (*ProcessDefinitionRequest) Reset ¶
func (x *ProcessDefinitionRequest) Reset()
func (*ProcessDefinitionRequest) String ¶
func (x *ProcessDefinitionRequest) String() string
type ProcessDefinitionResponse ¶
type ProcessDefinitionResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ProcessDefinitionKey string `protobuf:"bytes,2,opt,name=process_definition_key,json=processDefinitionKey,proto3" json:"process_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*ProcessDefinitionResponse) Descriptor
deprecated
func (*ProcessDefinitionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessDefinitionResponse.ProtoReflect.Descriptor instead.
func (*ProcessDefinitionResponse) GetId ¶
func (x *ProcessDefinitionResponse) GetId() string
func (*ProcessDefinitionResponse) GetNamespaceId ¶
func (x *ProcessDefinitionResponse) GetNamespaceId() string
func (*ProcessDefinitionResponse) GetProcessDefinitionKey ¶
func (x *ProcessDefinitionResponse) GetProcessDefinitionKey() string
func (*ProcessDefinitionResponse) ProtoMessage ¶
func (*ProcessDefinitionResponse) ProtoMessage()
func (*ProcessDefinitionResponse) ProtoReflect ¶
func (x *ProcessDefinitionResponse) ProtoReflect() protoreflect.Message
func (*ProcessDefinitionResponse) Reset ¶
func (x *ProcessDefinitionResponse) Reset()
func (*ProcessDefinitionResponse) String ¶
func (x *ProcessDefinitionResponse) String() string
type ProcessDefinitionStartRequest ¶
type ProcessDefinitionStartRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ProcessDefinitionKey string `protobuf:"bytes,2,opt,name=process_definition_key,json=processDefinitionKey,proto3" json:"process_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*ProcessDefinitionStartRequest) Descriptor
deprecated
func (*ProcessDefinitionStartRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessDefinitionStartRequest.ProtoReflect.Descriptor instead.
func (*ProcessDefinitionStartRequest) GetId ¶
func (x *ProcessDefinitionStartRequest) GetId() string
func (*ProcessDefinitionStartRequest) GetNamespaceId ¶
func (x *ProcessDefinitionStartRequest) GetNamespaceId() string
func (*ProcessDefinitionStartRequest) GetProcessDefinitionKey ¶
func (x *ProcessDefinitionStartRequest) GetProcessDefinitionKey() string
func (*ProcessDefinitionStartRequest) ProtoMessage ¶
func (*ProcessDefinitionStartRequest) ProtoMessage()
func (*ProcessDefinitionStartRequest) ProtoReflect ¶
func (x *ProcessDefinitionStartRequest) ProtoReflect() protoreflect.Message
func (*ProcessDefinitionStartRequest) Reset ¶
func (x *ProcessDefinitionStartRequest) Reset()
func (*ProcessDefinitionStartRequest) String ¶
func (x *ProcessDefinitionStartRequest) String() string
type ProcessDefinitionStartResponse ¶
type ProcessDefinitionStartResponse struct { ProcessInstanceId string `protobuf:"bytes,1,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` // contains filtered or unexported fields }
func (*ProcessDefinitionStartResponse) Descriptor
deprecated
func (*ProcessDefinitionStartResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessDefinitionStartResponse.ProtoReflect.Descriptor instead.
func (*ProcessDefinitionStartResponse) GetProcessInstanceId ¶
func (x *ProcessDefinitionStartResponse) GetProcessInstanceId() string
func (*ProcessDefinitionStartResponse) ProtoMessage ¶
func (*ProcessDefinitionStartResponse) ProtoMessage()
func (*ProcessDefinitionStartResponse) ProtoReflect ¶
func (x *ProcessDefinitionStartResponse) ProtoReflect() protoreflect.Message
func (*ProcessDefinitionStartResponse) Reset ¶
func (x *ProcessDefinitionStartResponse) Reset()
func (*ProcessDefinitionStartResponse) String ¶
func (x *ProcessDefinitionStartResponse) String() string
type ProcessInstanceRequest ¶
type ProcessInstanceRequest struct { ProcessInstanceId string `protobuf:"bytes,1,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` // contains filtered or unexported fields }
func (*ProcessInstanceRequest) Descriptor
deprecated
func (*ProcessInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessInstanceRequest.ProtoReflect.Descriptor instead.
func (*ProcessInstanceRequest) GetProcessInstanceId ¶
func (x *ProcessInstanceRequest) GetProcessInstanceId() string
func (*ProcessInstanceRequest) ProtoMessage ¶
func (*ProcessInstanceRequest) ProtoMessage()
func (*ProcessInstanceRequest) ProtoReflect ¶
func (x *ProcessInstanceRequest) ProtoReflect() protoreflect.Message
func (*ProcessInstanceRequest) Reset ¶
func (x *ProcessInstanceRequest) Reset()
func (*ProcessInstanceRequest) String ¶
func (x *ProcessInstanceRequest) String() string
type ProcessInstanceResponse ¶
type ProcessInstanceResponse struct { ProcessInstanceId string `protobuf:"bytes,1,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` ProcessDefinitionKey string `protobuf:"bytes,2,opt,name=process_definition_key,json=processDefinitionKey,proto3" json:"process_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` State ProcessInstanceState `protobuf:"varint,4,opt,name=state,proto3,enum=github.com.wedo_workflow.wedo.ProcessInstanceState" json:"state,omitempty"` // contains filtered or unexported fields }
func (*ProcessInstanceResponse) Descriptor
deprecated
func (*ProcessInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessInstanceResponse.ProtoReflect.Descriptor instead.
func (*ProcessInstanceResponse) GetNamespaceId ¶
func (x *ProcessInstanceResponse) GetNamespaceId() string
func (*ProcessInstanceResponse) GetProcessDefinitionKey ¶
func (x *ProcessInstanceResponse) GetProcessDefinitionKey() string
func (*ProcessInstanceResponse) GetProcessInstanceId ¶
func (x *ProcessInstanceResponse) GetProcessInstanceId() string
func (*ProcessInstanceResponse) GetState ¶
func (x *ProcessInstanceResponse) GetState() ProcessInstanceState
func (*ProcessInstanceResponse) ProtoMessage ¶
func (*ProcessInstanceResponse) ProtoMessage()
func (*ProcessInstanceResponse) ProtoReflect ¶
func (x *ProcessInstanceResponse) ProtoReflect() protoreflect.Message
func (*ProcessInstanceResponse) Reset ¶
func (x *ProcessInstanceResponse) Reset()
func (*ProcessInstanceResponse) String ¶
func (x *ProcessInstanceResponse) String() string
type ProcessInstanceState ¶
type ProcessInstanceState int32
const ( ProcessInstanceState_INITIALIZED ProcessInstanceState = 0 ProcessInstanceState_STARTED ProcessInstanceState = 1 ProcessInstanceState_COMPLETED ProcessInstanceState = 2 ProcessInstanceState_ABORTED ProcessInstanceState = 3 ProcessInstanceState_FAILED ProcessInstanceState = 4 ProcessInstanceState_SUSPENDED ProcessInstanceState = 5 )
func (ProcessInstanceState) Descriptor ¶
func (ProcessInstanceState) Descriptor() protoreflect.EnumDescriptor
func (ProcessInstanceState) Enum ¶
func (x ProcessInstanceState) Enum() *ProcessInstanceState
func (ProcessInstanceState) EnumDescriptor
deprecated
func (ProcessInstanceState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProcessInstanceState.Descriptor instead.
func (ProcessInstanceState) Number ¶
func (x ProcessInstanceState) Number() protoreflect.EnumNumber
func (ProcessInstanceState) String ¶
func (x ProcessInstanceState) String() string
func (ProcessInstanceState) Type ¶
func (ProcessInstanceState) Type() protoreflect.EnumType
type ProcessModifyRequest ¶
type ProcessModifyRequest struct { ProcessInstanceId string `protobuf:"bytes,1,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` ProcessDefinitionKey string `protobuf:"bytes,2,opt,name=process_definition_key,json=processDefinitionKey,proto3" json:"process_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,3,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ProcessModifyRequest) Descriptor
deprecated
func (*ProcessModifyRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessModifyRequest.ProtoReflect.Descriptor instead.
func (*ProcessModifyRequest) GetId ¶
func (x *ProcessModifyRequest) GetId() string
func (*ProcessModifyRequest) GetNamespaceId ¶
func (x *ProcessModifyRequest) GetNamespaceId() string
func (*ProcessModifyRequest) GetProcessDefinitionKey ¶
func (x *ProcessModifyRequest) GetProcessDefinitionKey() string
func (*ProcessModifyRequest) GetProcessInstanceId ¶
func (x *ProcessModifyRequest) GetProcessInstanceId() string
func (*ProcessModifyRequest) ProtoMessage ¶
func (*ProcessModifyRequest) ProtoMessage()
func (*ProcessModifyRequest) ProtoReflect ¶
func (x *ProcessModifyRequest) ProtoReflect() protoreflect.Message
func (*ProcessModifyRequest) Reset ¶
func (x *ProcessModifyRequest) Reset()
func (*ProcessModifyRequest) String ¶
func (x *ProcessModifyRequest) String() string
type ProcessModifyResponse ¶
type ProcessModifyResponse struct {
// contains filtered or unexported fields
}
func (*ProcessModifyResponse) Descriptor
deprecated
func (*ProcessModifyResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessModifyResponse.ProtoReflect.Descriptor instead.
func (*ProcessModifyResponse) ProtoMessage ¶
func (*ProcessModifyResponse) ProtoMessage()
func (*ProcessModifyResponse) ProtoReflect ¶
func (x *ProcessModifyResponse) ProtoReflect() protoreflect.Message
func (*ProcessModifyResponse) Reset ¶
func (x *ProcessModifyResponse) Reset()
func (*ProcessModifyResponse) String ¶
func (x *ProcessModifyResponse) String() string
type TaskAssignRequest ¶
type TaskAssignRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*TaskAssignRequest) Descriptor
deprecated
func (*TaskAssignRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskAssignRequest.ProtoReflect.Descriptor instead.
func (*TaskAssignRequest) GetTaskId ¶
func (x *TaskAssignRequest) GetTaskId() string
func (*TaskAssignRequest) GetUserId ¶
func (x *TaskAssignRequest) GetUserId() string
func (*TaskAssignRequest) ProtoMessage ¶
func (*TaskAssignRequest) ProtoMessage()
func (*TaskAssignRequest) ProtoReflect ¶
func (x *TaskAssignRequest) ProtoReflect() protoreflect.Message
func (*TaskAssignRequest) Reset ¶
func (x *TaskAssignRequest) Reset()
func (*TaskAssignRequest) String ¶
func (x *TaskAssignRequest) String() string
type TaskAssignResponse ¶
type TaskAssignResponse struct {
// contains filtered or unexported fields
}
func (*TaskAssignResponse) Descriptor
deprecated
func (*TaskAssignResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskAssignResponse.ProtoReflect.Descriptor instead.
func (*TaskAssignResponse) ProtoMessage ¶
func (*TaskAssignResponse) ProtoMessage()
func (*TaskAssignResponse) ProtoReflect ¶
func (x *TaskAssignResponse) ProtoReflect() protoreflect.Message
func (*TaskAssignResponse) Reset ¶
func (x *TaskAssignResponse) Reset()
func (*TaskAssignResponse) String ¶
func (x *TaskAssignResponse) String() string
type TaskClaimRequest ¶
type TaskClaimRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*TaskClaimRequest) Descriptor
deprecated
func (*TaskClaimRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskClaimRequest.ProtoReflect.Descriptor instead.
func (*TaskClaimRequest) GetTaskId ¶
func (x *TaskClaimRequest) GetTaskId() string
func (*TaskClaimRequest) GetUserId ¶
func (x *TaskClaimRequest) GetUserId() string
func (*TaskClaimRequest) ProtoMessage ¶
func (*TaskClaimRequest) ProtoMessage()
func (*TaskClaimRequest) ProtoReflect ¶
func (x *TaskClaimRequest) ProtoReflect() protoreflect.Message
func (*TaskClaimRequest) Reset ¶
func (x *TaskClaimRequest) Reset()
func (*TaskClaimRequest) String ¶
func (x *TaskClaimRequest) String() string
type TaskClaimResponse ¶
type TaskClaimResponse struct {
// contains filtered or unexported fields
}
func (*TaskClaimResponse) Descriptor
deprecated
func (*TaskClaimResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskClaimResponse.ProtoReflect.Descriptor instead.
func (*TaskClaimResponse) ProtoMessage ¶
func (*TaskClaimResponse) ProtoMessage()
func (*TaskClaimResponse) ProtoReflect ¶
func (x *TaskClaimResponse) ProtoReflect() protoreflect.Message
func (*TaskClaimResponse) Reset ¶
func (x *TaskClaimResponse) Reset()
func (*TaskClaimResponse) String ¶
func (x *TaskClaimResponse) String() string
type TaskCompleteRequest ¶
type TaskCompleteRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskCompleteRequest) Descriptor
deprecated
func (*TaskCompleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskCompleteRequest.ProtoReflect.Descriptor instead.
func (*TaskCompleteRequest) GetTaskId ¶
func (x *TaskCompleteRequest) GetTaskId() string
func (*TaskCompleteRequest) ProtoMessage ¶
func (*TaskCompleteRequest) ProtoMessage()
func (*TaskCompleteRequest) ProtoReflect ¶
func (x *TaskCompleteRequest) ProtoReflect() protoreflect.Message
func (*TaskCompleteRequest) Reset ¶
func (x *TaskCompleteRequest) Reset()
func (*TaskCompleteRequest) String ¶
func (x *TaskCompleteRequest) String() string
type TaskCompleteResponse ¶
type TaskCompleteResponse struct {
// contains filtered or unexported fields
}
func (*TaskCompleteResponse) Descriptor
deprecated
func (*TaskCompleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskCompleteResponse.ProtoReflect.Descriptor instead.
func (*TaskCompleteResponse) ProtoMessage ¶
func (*TaskCompleteResponse) ProtoMessage()
func (*TaskCompleteResponse) ProtoReflect ¶
func (x *TaskCompleteResponse) ProtoReflect() protoreflect.Message
func (*TaskCompleteResponse) Reset ¶
func (x *TaskCompleteResponse) Reset()
func (*TaskCompleteResponse) String ¶
func (x *TaskCompleteResponse) String() string
type TaskCreateRequest ¶
type TaskCreateRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,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"` Assignee string `protobuf:"bytes,4,opt,name=assignee,proto3" json:"assignee,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` DelegationState string `protobuf:"bytes,6,opt,name=delegation_state,json=delegationState,proto3" json:"delegation_state,omitempty"` Due *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=due,proto3" json:"due,omitempty"` Priority string `protobuf:"bytes,8,opt,name=priority,proto3" json:"priority,omitempty"` ParentTaskId string `protobuf:"bytes,9,opt,name=parent_task_id,json=parentTaskId,proto3" json:"parent_task_id,omitempty"` ProcessInstanceId string `protobuf:"bytes,10,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` TaskDefinitionKey string `protobuf:"bytes,11,opt,name=task_definition_key,json=taskDefinitionKey,proto3" json:"task_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,13,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` FormKey string `protobuf:"bytes,14,opt,name=form_key,json=formKey,proto3" json:"form_key,omitempty"` FollowUpDate *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=follow_up_date,json=followUpDate,proto3" json:"follow_up_date,omitempty"` // contains filtered or unexported fields }
func (*TaskCreateRequest) Descriptor
deprecated
func (*TaskCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskCreateRequest.ProtoReflect.Descriptor instead.
func (*TaskCreateRequest) GetAssignee ¶
func (x *TaskCreateRequest) GetAssignee() string
func (*TaskCreateRequest) GetDelegationState ¶
func (x *TaskCreateRequest) GetDelegationState() string
func (*TaskCreateRequest) GetDescription ¶
func (x *TaskCreateRequest) GetDescription() string
func (*TaskCreateRequest) GetDue ¶
func (x *TaskCreateRequest) GetDue() *timestamppb.Timestamp
func (*TaskCreateRequest) GetFollowUpDate ¶
func (x *TaskCreateRequest) GetFollowUpDate() *timestamppb.Timestamp
func (*TaskCreateRequest) GetFormKey ¶
func (x *TaskCreateRequest) GetFormKey() string
func (*TaskCreateRequest) GetId ¶
func (x *TaskCreateRequest) GetId() string
func (*TaskCreateRequest) GetName ¶
func (x *TaskCreateRequest) GetName() string
func (*TaskCreateRequest) GetNamespaceId ¶
func (x *TaskCreateRequest) GetNamespaceId() string
func (*TaskCreateRequest) GetOwner ¶
func (x *TaskCreateRequest) GetOwner() string
func (*TaskCreateRequest) GetParentTaskId ¶
func (x *TaskCreateRequest) GetParentTaskId() string
func (*TaskCreateRequest) GetPriority ¶
func (x *TaskCreateRequest) GetPriority() string
func (*TaskCreateRequest) GetProcessInstanceId ¶
func (x *TaskCreateRequest) GetProcessInstanceId() string
func (*TaskCreateRequest) GetTaskDefinitionKey ¶
func (x *TaskCreateRequest) GetTaskDefinitionKey() string
func (*TaskCreateRequest) ProtoMessage ¶
func (*TaskCreateRequest) ProtoMessage()
func (*TaskCreateRequest) ProtoReflect ¶
func (x *TaskCreateRequest) ProtoReflect() protoreflect.Message
func (*TaskCreateRequest) Reset ¶
func (x *TaskCreateRequest) Reset()
func (*TaskCreateRequest) String ¶
func (x *TaskCreateRequest) String() string
type TaskCreateResponse ¶
type TaskCreateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*TaskCreateResponse) Descriptor
deprecated
func (*TaskCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskCreateResponse.ProtoReflect.Descriptor instead.
func (*TaskCreateResponse) GetId ¶
func (x *TaskCreateResponse) GetId() string
func (*TaskCreateResponse) GetName ¶
func (x *TaskCreateResponse) GetName() string
func (*TaskCreateResponse) ProtoMessage ¶
func (*TaskCreateResponse) ProtoMessage()
func (*TaskCreateResponse) ProtoReflect ¶
func (x *TaskCreateResponse) ProtoReflect() protoreflect.Message
func (*TaskCreateResponse) Reset ¶
func (x *TaskCreateResponse) Reset()
func (*TaskCreateResponse) String ¶
func (x *TaskCreateResponse) String() string
type TaskDelegateRequest ¶
type TaskDelegateRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*TaskDelegateRequest) Descriptor
deprecated
func (*TaskDelegateRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskDelegateRequest.ProtoReflect.Descriptor instead.
func (*TaskDelegateRequest) GetTaskId ¶
func (x *TaskDelegateRequest) GetTaskId() string
func (*TaskDelegateRequest) GetUserId ¶
func (x *TaskDelegateRequest) GetUserId() string
func (*TaskDelegateRequest) ProtoMessage ¶
func (*TaskDelegateRequest) ProtoMessage()
func (*TaskDelegateRequest) ProtoReflect ¶
func (x *TaskDelegateRequest) ProtoReflect() protoreflect.Message
func (*TaskDelegateRequest) Reset ¶
func (x *TaskDelegateRequest) Reset()
func (*TaskDelegateRequest) String ¶
func (x *TaskDelegateRequest) String() string
type TaskDelegateResponse ¶
type TaskDelegateResponse struct {
// contains filtered or unexported fields
}
func (*TaskDelegateResponse) Descriptor
deprecated
func (*TaskDelegateResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskDelegateResponse.ProtoReflect.Descriptor instead.
func (*TaskDelegateResponse) ProtoMessage ¶
func (*TaskDelegateResponse) ProtoMessage()
func (*TaskDelegateResponse) ProtoReflect ¶
func (x *TaskDelegateResponse) ProtoReflect() protoreflect.Message
func (*TaskDelegateResponse) Reset ¶
func (x *TaskDelegateResponse) Reset()
func (*TaskDelegateResponse) String ¶
func (x *TaskDelegateResponse) String() string
type TaskDeleteRequest ¶
type TaskDeleteRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskDeleteRequest) Descriptor
deprecated
func (*TaskDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskDeleteRequest.ProtoReflect.Descriptor instead.
func (*TaskDeleteRequest) GetTaskId ¶
func (x *TaskDeleteRequest) GetTaskId() string
func (*TaskDeleteRequest) ProtoMessage ¶
func (*TaskDeleteRequest) ProtoMessage()
func (*TaskDeleteRequest) ProtoReflect ¶
func (x *TaskDeleteRequest) ProtoReflect() protoreflect.Message
func (*TaskDeleteRequest) Reset ¶
func (x *TaskDeleteRequest) Reset()
func (*TaskDeleteRequest) String ¶
func (x *TaskDeleteRequest) String() string
type TaskDeleteResponse ¶
type TaskDeleteResponse struct {
// contains filtered or unexported fields
}
func (*TaskDeleteResponse) Descriptor
deprecated
func (*TaskDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskDeleteResponse.ProtoReflect.Descriptor instead.
func (*TaskDeleteResponse) ProtoMessage ¶
func (*TaskDeleteResponse) ProtoMessage()
func (*TaskDeleteResponse) ProtoReflect ¶
func (x *TaskDeleteResponse) ProtoReflect() protoreflect.Message
func (*TaskDeleteResponse) Reset ¶
func (x *TaskDeleteResponse) Reset()
func (*TaskDeleteResponse) String ¶
func (x *TaskDeleteResponse) String() string
type TaskDeployedFormRequest ¶
type TaskDeployedFormRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskDeployedFormRequest) Descriptor
deprecated
func (*TaskDeployedFormRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskDeployedFormRequest.ProtoReflect.Descriptor instead.
func (*TaskDeployedFormRequest) GetTaskId ¶
func (x *TaskDeployedFormRequest) GetTaskId() string
func (*TaskDeployedFormRequest) ProtoMessage ¶
func (*TaskDeployedFormRequest) ProtoMessage()
func (*TaskDeployedFormRequest) ProtoReflect ¶
func (x *TaskDeployedFormRequest) ProtoReflect() protoreflect.Message
func (*TaskDeployedFormRequest) Reset ¶
func (x *TaskDeployedFormRequest) Reset()
func (*TaskDeployedFormRequest) String ¶
func (x *TaskDeployedFormRequest) String() string
type TaskDeployedFormResponse ¶
type TaskDeployedFormResponse struct { FormKey string `protobuf:"bytes,1,opt,name=form_key,json=formKey,proto3" json:"form_key,omitempty"` FormData string `protobuf:"bytes,2,opt,name=form_data,json=formData,proto3" json:"form_data,omitempty"` // contains filtered or unexported fields }
func (*TaskDeployedFormResponse) Descriptor
deprecated
func (*TaskDeployedFormResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskDeployedFormResponse.ProtoReflect.Descriptor instead.
func (*TaskDeployedFormResponse) GetFormData ¶
func (x *TaskDeployedFormResponse) GetFormData() string
func (*TaskDeployedFormResponse) GetFormKey ¶
func (x *TaskDeployedFormResponse) GetFormKey() string
func (*TaskDeployedFormResponse) ProtoMessage ¶
func (*TaskDeployedFormResponse) ProtoMessage()
func (*TaskDeployedFormResponse) ProtoReflect ¶
func (x *TaskDeployedFormResponse) ProtoReflect() protoreflect.Message
func (*TaskDeployedFormResponse) Reset ¶
func (x *TaskDeployedFormResponse) Reset()
func (*TaskDeployedFormResponse) String ¶
func (x *TaskDeployedFormResponse) String() string
type TaskGetFormKeyRequest ¶
type TaskGetFormKeyRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskGetFormKeyRequest) Descriptor
deprecated
func (*TaskGetFormKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskGetFormKeyRequest.ProtoReflect.Descriptor instead.
func (*TaskGetFormKeyRequest) GetTaskId ¶
func (x *TaskGetFormKeyRequest) GetTaskId() string
func (*TaskGetFormKeyRequest) ProtoMessage ¶
func (*TaskGetFormKeyRequest) ProtoMessage()
func (*TaskGetFormKeyRequest) ProtoReflect ¶
func (x *TaskGetFormKeyRequest) ProtoReflect() protoreflect.Message
func (*TaskGetFormKeyRequest) Reset ¶
func (x *TaskGetFormKeyRequest) Reset()
func (*TaskGetFormKeyRequest) String ¶
func (x *TaskGetFormKeyRequest) String() string
type TaskGetFormKeyResponse ¶
type TaskGetFormKeyResponse struct { FormKey string `protobuf:"bytes,1,opt,name=form_key,json=formKey,proto3" json:"form_key,omitempty"` // contains filtered or unexported fields }
func (*TaskGetFormKeyResponse) Descriptor
deprecated
func (*TaskGetFormKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskGetFormKeyResponse.ProtoReflect.Descriptor instead.
func (*TaskGetFormKeyResponse) GetFormKey ¶
func (x *TaskGetFormKeyResponse) GetFormKey() string
func (*TaskGetFormKeyResponse) ProtoMessage ¶
func (*TaskGetFormKeyResponse) ProtoMessage()
func (*TaskGetFormKeyResponse) ProtoReflect ¶
func (x *TaskGetFormKeyResponse) ProtoReflect() protoreflect.Message
func (*TaskGetFormKeyResponse) Reset ¶
func (x *TaskGetFormKeyResponse) Reset()
func (*TaskGetFormKeyResponse) String ¶
func (x *TaskGetFormKeyResponse) String() string
type TaskListRequest ¶
type TaskListRequest struct { ProcessInstanceId string `protobuf:"bytes,1,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` // contains filtered or unexported fields }
func (*TaskListRequest) Descriptor
deprecated
func (*TaskListRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskListRequest.ProtoReflect.Descriptor instead.
func (*TaskListRequest) GetProcessInstanceId ¶
func (x *TaskListRequest) GetProcessInstanceId() string
func (*TaskListRequest) ProtoMessage ¶
func (*TaskListRequest) ProtoMessage()
func (*TaskListRequest) ProtoReflect ¶
func (x *TaskListRequest) ProtoReflect() protoreflect.Message
func (*TaskListRequest) Reset ¶
func (x *TaskListRequest) Reset()
func (*TaskListRequest) String ¶
func (x *TaskListRequest) String() string
type TaskListResponse ¶
type TaskListResponse struct { Tasks []*TaskResponse `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"` // contains filtered or unexported fields }
func (*TaskListResponse) Descriptor
deprecated
func (*TaskListResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskListResponse.ProtoReflect.Descriptor instead.
func (*TaskListResponse) GetTasks ¶
func (x *TaskListResponse) GetTasks() []*TaskResponse
func (*TaskListResponse) ProtoMessage ¶
func (*TaskListResponse) ProtoMessage()
func (*TaskListResponse) ProtoReflect ¶
func (x *TaskListResponse) ProtoReflect() protoreflect.Message
func (*TaskListResponse) Reset ¶
func (x *TaskListResponse) Reset()
func (*TaskListResponse) String ¶
func (x *TaskListResponse) String() string
type TaskRequest ¶
type TaskRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskRequest) Descriptor
deprecated
func (*TaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskRequest.ProtoReflect.Descriptor instead.
func (*TaskRequest) GetTaskId ¶
func (x *TaskRequest) GetTaskId() string
func (*TaskRequest) ProtoMessage ¶
func (*TaskRequest) ProtoMessage()
func (*TaskRequest) ProtoReflect ¶
func (x *TaskRequest) ProtoReflect() protoreflect.Message
func (*TaskRequest) Reset ¶
func (x *TaskRequest) Reset()
func (*TaskRequest) String ¶
func (x *TaskRequest) String() string
type TaskResolveRequest ¶
type TaskResolveRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskResolveRequest) Descriptor
deprecated
func (*TaskResolveRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskResolveRequest.ProtoReflect.Descriptor instead.
func (*TaskResolveRequest) GetTaskId ¶
func (x *TaskResolveRequest) GetTaskId() string
func (*TaskResolveRequest) ProtoMessage ¶
func (*TaskResolveRequest) ProtoMessage()
func (*TaskResolveRequest) ProtoReflect ¶
func (x *TaskResolveRequest) ProtoReflect() protoreflect.Message
func (*TaskResolveRequest) Reset ¶
func (x *TaskResolveRequest) Reset()
func (*TaskResolveRequest) String ¶
func (x *TaskResolveRequest) String() string
type TaskResolveResponse ¶
type TaskResolveResponse struct {
// contains filtered or unexported fields
}
func (*TaskResolveResponse) Descriptor
deprecated
func (*TaskResolveResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskResolveResponse.ProtoReflect.Descriptor instead.
func (*TaskResolveResponse) ProtoMessage ¶
func (*TaskResolveResponse) ProtoMessage()
func (*TaskResolveResponse) ProtoReflect ¶
func (x *TaskResolveResponse) ProtoReflect() protoreflect.Message
func (*TaskResolveResponse) Reset ¶
func (x *TaskResolveResponse) Reset()
func (*TaskResolveResponse) String ¶
func (x *TaskResolveResponse) String() string
type TaskResponse ¶
type TaskResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,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"` Assignee string `protobuf:"bytes,4,opt,name=assignee,proto3" json:"assignee,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` DelegationState string `protobuf:"bytes,6,opt,name=delegation_state,json=delegationState,proto3" json:"delegation_state,omitempty"` Due *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=due,proto3" json:"due,omitempty"` Priority string `protobuf:"bytes,8,opt,name=priority,proto3" json:"priority,omitempty"` ParentTaskId string `protobuf:"bytes,9,opt,name=parent_task_id,json=parentTaskId,proto3" json:"parent_task_id,omitempty"` ProcessInstanceId string `protobuf:"bytes,10,opt,name=process_instance_id,json=processInstanceId,proto3" json:"process_instance_id,omitempty"` TaskDefinitionKey string `protobuf:"bytes,11,opt,name=task_definition_key,json=taskDefinitionKey,proto3" json:"task_definition_key,omitempty"` NamespaceId string `protobuf:"bytes,13,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` FormKey string `protobuf:"bytes,14,opt,name=form_key,json=formKey,proto3" json:"form_key,omitempty"` FollowUpDate *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=follow_up_date,json=followUpDate,proto3" json:"follow_up_date,omitempty"` // contains filtered or unexported fields }
func (*TaskResponse) Descriptor
deprecated
func (*TaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskResponse.ProtoReflect.Descriptor instead.
func (*TaskResponse) GetAssignee ¶
func (x *TaskResponse) GetAssignee() string
func (*TaskResponse) GetDelegationState ¶
func (x *TaskResponse) GetDelegationState() string
func (*TaskResponse) GetDescription ¶
func (x *TaskResponse) GetDescription() string
func (*TaskResponse) GetDue ¶
func (x *TaskResponse) GetDue() *timestamppb.Timestamp
func (*TaskResponse) GetFollowUpDate ¶
func (x *TaskResponse) GetFollowUpDate() *timestamppb.Timestamp
func (*TaskResponse) GetFormKey ¶
func (x *TaskResponse) GetFormKey() string
func (*TaskResponse) GetId ¶
func (x *TaskResponse) GetId() string
func (*TaskResponse) GetName ¶
func (x *TaskResponse) GetName() string
func (*TaskResponse) GetNamespaceId ¶
func (x *TaskResponse) GetNamespaceId() string
func (*TaskResponse) GetOwner ¶
func (x *TaskResponse) GetOwner() string
func (*TaskResponse) GetParentTaskId ¶
func (x *TaskResponse) GetParentTaskId() string
func (*TaskResponse) GetPriority ¶
func (x *TaskResponse) GetPriority() string
func (*TaskResponse) GetProcessInstanceId ¶
func (x *TaskResponse) GetProcessInstanceId() string
func (*TaskResponse) GetTaskDefinitionKey ¶
func (x *TaskResponse) GetTaskDefinitionKey() string
func (*TaskResponse) ProtoMessage ¶
func (*TaskResponse) ProtoMessage()
func (*TaskResponse) ProtoReflect ¶
func (x *TaskResponse) ProtoReflect() protoreflect.Message
func (*TaskResponse) Reset ¶
func (x *TaskResponse) Reset()
func (*TaskResponse) String ¶
func (x *TaskResponse) String() string
type TaskSubmitFormRequest ¶
type TaskSubmitFormRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` FormKey string `protobuf:"bytes,2,opt,name=form_key,json=formKey,proto3" json:"form_key,omitempty"` FormData string `protobuf:"bytes,3,opt,name=form_data,json=formData,proto3" json:"form_data,omitempty"` // contains filtered or unexported fields }
func (*TaskSubmitFormRequest) Descriptor
deprecated
func (*TaskSubmitFormRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskSubmitFormRequest.ProtoReflect.Descriptor instead.
func (*TaskSubmitFormRequest) GetFormData ¶
func (x *TaskSubmitFormRequest) GetFormData() string
func (*TaskSubmitFormRequest) GetFormKey ¶
func (x *TaskSubmitFormRequest) GetFormKey() string
func (*TaskSubmitFormRequest) GetTaskId ¶
func (x *TaskSubmitFormRequest) GetTaskId() string
func (*TaskSubmitFormRequest) ProtoMessage ¶
func (*TaskSubmitFormRequest) ProtoMessage()
func (*TaskSubmitFormRequest) ProtoReflect ¶
func (x *TaskSubmitFormRequest) ProtoReflect() protoreflect.Message
func (*TaskSubmitFormRequest) Reset ¶
func (x *TaskSubmitFormRequest) Reset()
func (*TaskSubmitFormRequest) String ¶
func (x *TaskSubmitFormRequest) String() string
type TaskSubmitFormResponse ¶
type TaskSubmitFormResponse struct {
// contains filtered or unexported fields
}
func (*TaskSubmitFormResponse) Descriptor
deprecated
func (*TaskSubmitFormResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskSubmitFormResponse.ProtoReflect.Descriptor instead.
func (*TaskSubmitFormResponse) ProtoMessage ¶
func (*TaskSubmitFormResponse) ProtoMessage()
func (*TaskSubmitFormResponse) ProtoReflect ¶
func (x *TaskSubmitFormResponse) ProtoReflect() protoreflect.Message
func (*TaskSubmitFormResponse) Reset ¶
func (x *TaskSubmitFormResponse) Reset()
func (*TaskSubmitFormResponse) String ¶
func (x *TaskSubmitFormResponse) String() string
type TaskUnclaimRequest ¶
type TaskUnclaimRequest struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*TaskUnclaimRequest) Descriptor
deprecated
func (*TaskUnclaimRequest) Descriptor() ([]byte, []int)
Deprecated: Use TaskUnclaimRequest.ProtoReflect.Descriptor instead.
func (*TaskUnclaimRequest) GetTaskId ¶
func (x *TaskUnclaimRequest) GetTaskId() string
func (*TaskUnclaimRequest) ProtoMessage ¶
func (*TaskUnclaimRequest) ProtoMessage()
func (*TaskUnclaimRequest) ProtoReflect ¶
func (x *TaskUnclaimRequest) ProtoReflect() protoreflect.Message
func (*TaskUnclaimRequest) Reset ¶
func (x *TaskUnclaimRequest) Reset()
func (*TaskUnclaimRequest) String ¶
func (x *TaskUnclaimRequest) String() string
type TaskUnclaimResponse ¶
type TaskUnclaimResponse struct {
// contains filtered or unexported fields
}
func (*TaskUnclaimResponse) Descriptor
deprecated
func (*TaskUnclaimResponse) Descriptor() ([]byte, []int)
Deprecated: Use TaskUnclaimResponse.ProtoReflect.Descriptor instead.
func (*TaskUnclaimResponse) ProtoMessage ¶
func (*TaskUnclaimResponse) ProtoMessage()
func (*TaskUnclaimResponse) ProtoReflect ¶
func (x *TaskUnclaimResponse) ProtoReflect() protoreflect.Message
func (*TaskUnclaimResponse) Reset ¶
func (x *TaskUnclaimResponse) Reset()
func (*TaskUnclaimResponse) String ¶
func (x *TaskUnclaimResponse) String() string
type UnimplementedWedoServiceServer ¶
type UnimplementedWedoServiceServer struct { }
UnimplementedWedoServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedWedoServiceServer) DeploymentCreate ¶
func (UnimplementedWedoServiceServer) DeploymentCreate(context.Context, *DeploymentCreateRequest) (*DeploymentCreateResponse, error)
func (UnimplementedWedoServiceServer) DeploymentDelete ¶
func (UnimplementedWedoServiceServer) DeploymentDelete(context.Context, *DeploymentDeleteRequest) (*DeploymentDeleteResponse, error)
func (UnimplementedWedoServiceServer) DeploymentGet ¶
func (UnimplementedWedoServiceServer) DeploymentGet(context.Context, *DeploymentRequest) (*DeploymentResponse, error)
func (UnimplementedWedoServiceServer) DeploymentList ¶
func (UnimplementedWedoServiceServer) DeploymentList(context.Context, *DeploymentListRequest) (*DeploymentListResponse, error)
func (UnimplementedWedoServiceServer) GroupCreate ¶
func (UnimplementedWedoServiceServer) GroupCreate(context.Context, *GroupCreateRequest) (*GroupCreateResponse, error)
func (UnimplementedWedoServiceServer) GroupDelete ¶
func (UnimplementedWedoServiceServer) GroupDelete(context.Context, *GroupDeleteRequest) (*GroupDeleteResponse, error)
func (UnimplementedWedoServiceServer) GroupGet ¶
func (UnimplementedWedoServiceServer) GroupGet(context.Context, *GroupRequest) (*GroupResponse, error)
func (UnimplementedWedoServiceServer) GroupList ¶
func (UnimplementedWedoServiceServer) GroupList(context.Context, *GroupListRequest) (*GroupListResponse, error)
func (UnimplementedWedoServiceServer) GroupUpdate ¶
func (UnimplementedWedoServiceServer) GroupUpdate(context.Context, *GroupUpdateRequest) (*GroupUpdateResponse, error)
func (UnimplementedWedoServiceServer) NamespaceCreate ¶
func (UnimplementedWedoServiceServer) NamespaceCreate(context.Context, *NamespaceCreateRequest) (*NamespaceCreateResponse, error)
func (UnimplementedWedoServiceServer) NamespaceDelete ¶
func (UnimplementedWedoServiceServer) NamespaceDelete(context.Context, *NamespaceDeleteRequest) (*NamespaceDeleteResponse, error)
func (UnimplementedWedoServiceServer) NamespaceGet ¶
func (UnimplementedWedoServiceServer) NamespaceGet(context.Context, *NamespaceRequest) (*NamespaceResponse, error)
func (UnimplementedWedoServiceServer) NamespaceList ¶
func (UnimplementedWedoServiceServer) NamespaceList(context.Context, *NamespaceListRequest) (*NamespaceListResponse, error)
func (UnimplementedWedoServiceServer) NamespaceListCount ¶
func (UnimplementedWedoServiceServer) NamespaceListCount(context.Context, *NamespaceListCountRequest) (*NamespaceListCountResponse, error)
func (UnimplementedWedoServiceServer) ProcessDefinitionGet ¶
func (UnimplementedWedoServiceServer) ProcessDefinitionGet(context.Context, *ProcessDefinitionRequest) (*ProcessDefinitionResponse, error)
func (UnimplementedWedoServiceServer) ProcessDefinitionStart ¶
func (UnimplementedWedoServiceServer) ProcessDefinitionStart(context.Context, *ProcessDefinitionStartRequest) (*ProcessDefinitionStartResponse, error)
func (UnimplementedWedoServiceServer) ProcessInstanceActivateSuspend ¶
func (UnimplementedWedoServiceServer) ProcessInstanceActivateSuspend(context.Context, *ProcessActivateSuspendRequest) (*ProcessActivateSuspendResponse, error)
func (UnimplementedWedoServiceServer) ProcessInstanceGet ¶
func (UnimplementedWedoServiceServer) ProcessInstanceGet(context.Context, *ProcessInstanceRequest) (*ProcessInstanceResponse, error)
func (UnimplementedWedoServiceServer) ProcessInstanceModify ¶
func (UnimplementedWedoServiceServer) ProcessInstanceModify(context.Context, *ProcessModifyRequest) (*ProcessModifyResponse, error)
func (UnimplementedWedoServiceServer) TaskAssign ¶
func (UnimplementedWedoServiceServer) TaskAssign(context.Context, *TaskAssignRequest) (*TaskAssignResponse, error)
func (UnimplementedWedoServiceServer) TaskClaim ¶
func (UnimplementedWedoServiceServer) TaskClaim(context.Context, *TaskClaimRequest) (*TaskClaimResponse, error)
func (UnimplementedWedoServiceServer) TaskComplete ¶
func (UnimplementedWedoServiceServer) TaskComplete(context.Context, *TaskCompleteRequest) (*TaskCompleteResponse, error)
func (UnimplementedWedoServiceServer) TaskCreate ¶
func (UnimplementedWedoServiceServer) TaskCreate(context.Context, *TaskCreateRequest) (*TaskCreateResponse, error)
func (UnimplementedWedoServiceServer) TaskDelegate ¶
func (UnimplementedWedoServiceServer) TaskDelegate(context.Context, *TaskDelegateRequest) (*TaskDelegateResponse, error)
func (UnimplementedWedoServiceServer) TaskDelete ¶
func (UnimplementedWedoServiceServer) TaskDelete(context.Context, *TaskDeleteRequest) (*TaskDeleteResponse, error)
func (UnimplementedWedoServiceServer) TaskDeployedForm ¶
func (UnimplementedWedoServiceServer) TaskDeployedForm(context.Context, *TaskDeployedFormRequest) (*TaskDeployedFormResponse, error)
func (UnimplementedWedoServiceServer) TaskGet ¶
func (UnimplementedWedoServiceServer) TaskGet(context.Context, *TaskRequest) (*TaskResponse, error)
func (UnimplementedWedoServiceServer) TaskGetFormKey ¶
func (UnimplementedWedoServiceServer) TaskGetFormKey(context.Context, *TaskGetFormKeyRequest) (*TaskGetFormKeyResponse, error)
func (UnimplementedWedoServiceServer) TaskList ¶
func (UnimplementedWedoServiceServer) TaskList(context.Context, *TaskListRequest) (*TaskListResponse, error)
func (UnimplementedWedoServiceServer) TaskResolve ¶
func (UnimplementedWedoServiceServer) TaskResolve(context.Context, *TaskResolveRequest) (*TaskResolveResponse, error)
func (UnimplementedWedoServiceServer) TaskSubmitForm ¶
func (UnimplementedWedoServiceServer) TaskSubmitForm(context.Context, *TaskSubmitFormRequest) (*TaskSubmitFormResponse, error)
func (UnimplementedWedoServiceServer) TaskUnclaim ¶
func (UnimplementedWedoServiceServer) TaskUnclaim(context.Context, *TaskUnclaimRequest) (*TaskUnclaimResponse, error)
func (UnimplementedWedoServiceServer) UserCreate ¶
func (UnimplementedWedoServiceServer) UserCreate(context.Context, *UserCreateRequest) (*UserCreateResponse, error)
func (UnimplementedWedoServiceServer) UserDelete ¶
func (UnimplementedWedoServiceServer) UserDelete(context.Context, *UserDeleteRequest) (*UserDeleteResponse, error)
func (UnimplementedWedoServiceServer) UserGet ¶
func (UnimplementedWedoServiceServer) UserGet(context.Context, *UserRequest) (*UserResponse, error)
func (UnimplementedWedoServiceServer) UserList ¶
func (UnimplementedWedoServiceServer) UserList(context.Context, *UserListRequest) (*UserListResponse, error)
func (UnimplementedWedoServiceServer) UserListCount ¶
func (UnimplementedWedoServiceServer) UserListCount(context.Context, *UserListCountRequest) (*UserListCountResponse, error)
func (UnimplementedWedoServiceServer) UserUpdate ¶
func (UnimplementedWedoServiceServer) UserUpdate(context.Context, *UserUpdateRequest) (*UserUpdateResponse, error)
type UnsafeWedoServiceServer ¶
type UnsafeWedoServiceServer interface {
// contains filtered or unexported methods
}
UnsafeWedoServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WedoServiceServer will result in compilation errors.
type UserCreateRequest ¶
type UserCreateRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*UserCreateRequest) Descriptor
deprecated
func (*UserCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCreateRequest.ProtoReflect.Descriptor instead.
func (*UserCreateRequest) GetEmail ¶
func (x *UserCreateRequest) GetEmail() string
func (*UserCreateRequest) GetName ¶
func (x *UserCreateRequest) GetName() string
func (*UserCreateRequest) GetPassword ¶
func (x *UserCreateRequest) GetPassword() string
func (*UserCreateRequest) ProtoMessage ¶
func (*UserCreateRequest) ProtoMessage()
func (*UserCreateRequest) ProtoReflect ¶
func (x *UserCreateRequest) ProtoReflect() protoreflect.Message
func (*UserCreateRequest) Reset ¶
func (x *UserCreateRequest) Reset()
func (*UserCreateRequest) String ¶
func (x *UserCreateRequest) String() string
type UserCreateResponse ¶
type UserCreateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCreateResponse) Descriptor
deprecated
func (*UserCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCreateResponse.ProtoReflect.Descriptor instead.
func (*UserCreateResponse) GetId ¶
func (x *UserCreateResponse) GetId() string
func (*UserCreateResponse) GetName ¶
func (x *UserCreateResponse) GetName() string
func (*UserCreateResponse) ProtoMessage ¶
func (*UserCreateResponse) ProtoMessage()
func (*UserCreateResponse) ProtoReflect ¶
func (x *UserCreateResponse) ProtoReflect() protoreflect.Message
func (*UserCreateResponse) Reset ¶
func (x *UserCreateResponse) Reset()
func (*UserCreateResponse) String ¶
func (x *UserCreateResponse) String() string
type UserDeleteRequest ¶
type UserDeleteRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserDeleteRequest) Descriptor
deprecated
func (*UserDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserDeleteRequest.ProtoReflect.Descriptor instead.
func (*UserDeleteRequest) GetUserId ¶
func (x *UserDeleteRequest) GetUserId() string
func (*UserDeleteRequest) ProtoMessage ¶
func (*UserDeleteRequest) ProtoMessage()
func (*UserDeleteRequest) ProtoReflect ¶
func (x *UserDeleteRequest) ProtoReflect() protoreflect.Message
func (*UserDeleteRequest) Reset ¶
func (x *UserDeleteRequest) Reset()
func (*UserDeleteRequest) String ¶
func (x *UserDeleteRequest) String() string
type UserDeleteResponse ¶
type UserDeleteResponse struct {
// contains filtered or unexported fields
}
func (*UserDeleteResponse) Descriptor
deprecated
func (*UserDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserDeleteResponse.ProtoReflect.Descriptor instead.
func (*UserDeleteResponse) ProtoMessage ¶
func (*UserDeleteResponse) ProtoMessage()
func (*UserDeleteResponse) ProtoReflect ¶
func (x *UserDeleteResponse) ProtoReflect() protoreflect.Message
func (*UserDeleteResponse) Reset ¶
func (x *UserDeleteResponse) Reset()
func (*UserDeleteResponse) String ¶
func (x *UserDeleteResponse) String() string
type UserListCountRequest ¶
type UserListCountRequest struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
func (*UserListCountRequest) Descriptor
deprecated
func (*UserListCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserListCountRequest.ProtoReflect.Descriptor instead.
func (*UserListCountRequest) GetNamespaceId ¶
func (x *UserListCountRequest) GetNamespaceId() string
func (*UserListCountRequest) ProtoMessage ¶
func (*UserListCountRequest) ProtoMessage()
func (*UserListCountRequest) ProtoReflect ¶
func (x *UserListCountRequest) ProtoReflect() protoreflect.Message
func (*UserListCountRequest) Reset ¶
func (x *UserListCountRequest) Reset()
func (*UserListCountRequest) String ¶
func (x *UserListCountRequest) String() string
type UserListCountResponse ¶
type UserListCountResponse struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*UserListCountResponse) Descriptor
deprecated
func (*UserListCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserListCountResponse.ProtoReflect.Descriptor instead.
func (*UserListCountResponse) GetCount ¶
func (x *UserListCountResponse) GetCount() int64
func (*UserListCountResponse) ProtoMessage ¶
func (*UserListCountResponse) ProtoMessage()
func (*UserListCountResponse) ProtoReflect ¶
func (x *UserListCountResponse) ProtoReflect() protoreflect.Message
func (*UserListCountResponse) Reset ¶
func (x *UserListCountResponse) Reset()
func (*UserListCountResponse) String ¶
func (x *UserListCountResponse) String() string
type UserListRequest ¶
type UserListRequest struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*UserListRequest) Descriptor
deprecated
func (*UserListRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserListRequest.ProtoReflect.Descriptor instead.
func (*UserListRequest) GetLimit ¶
func (x *UserListRequest) GetLimit() int64
func (*UserListRequest) GetNamespaceId ¶
func (x *UserListRequest) GetNamespaceId() string
func (*UserListRequest) GetOffset ¶
func (x *UserListRequest) GetOffset() int64
func (*UserListRequest) ProtoMessage ¶
func (*UserListRequest) ProtoMessage()
func (*UserListRequest) ProtoReflect ¶
func (x *UserListRequest) ProtoReflect() protoreflect.Message
func (*UserListRequest) Reset ¶
func (x *UserListRequest) Reset()
func (*UserListRequest) String ¶
func (x *UserListRequest) String() string
type UserListResponse ¶
type UserListResponse struct { Users []*UserResponse `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
func (*UserListResponse) Descriptor
deprecated
func (*UserListResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserListResponse.ProtoReflect.Descriptor instead.
func (*UserListResponse) GetUsers ¶
func (x *UserListResponse) GetUsers() []*UserResponse
func (*UserListResponse) ProtoMessage ¶
func (*UserListResponse) ProtoMessage()
func (*UserListResponse) ProtoReflect ¶
func (x *UserListResponse) ProtoReflect() protoreflect.Message
func (*UserListResponse) Reset ¶
func (x *UserListResponse) Reset()
func (*UserListResponse) String ¶
func (x *UserListResponse) String() string
type UserRequest ¶
type UserRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserRequest) Descriptor
deprecated
func (*UserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserRequest.ProtoReflect.Descriptor instead.
func (*UserRequest) GetUserId ¶
func (x *UserRequest) GetUserId() string
func (*UserRequest) ProtoMessage ¶
func (*UserRequest) ProtoMessage()
func (*UserRequest) ProtoReflect ¶
func (x *UserRequest) ProtoReflect() protoreflect.Message
func (*UserRequest) Reset ¶
func (x *UserRequest) Reset()
func (*UserRequest) String ¶
func (x *UserRequest) String() string
type UserResponse ¶
type UserResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserResponse) Descriptor
deprecated
func (*UserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserResponse.ProtoReflect.Descriptor instead.
func (*UserResponse) GetId ¶
func (x *UserResponse) GetId() string
func (*UserResponse) GetName ¶
func (x *UserResponse) GetName() string
func (*UserResponse) ProtoMessage ¶
func (*UserResponse) ProtoMessage()
func (*UserResponse) ProtoReflect ¶
func (x *UserResponse) ProtoReflect() protoreflect.Message
func (*UserResponse) Reset ¶
func (x *UserResponse) Reset()
func (*UserResponse) String ¶
func (x *UserResponse) String() string
type UserUpdateRequest ¶
type UserUpdateRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserUpdateRequest) Descriptor
deprecated
func (*UserUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserUpdateRequest.ProtoReflect.Descriptor instead.
func (*UserUpdateRequest) GetName ¶
func (x *UserUpdateRequest) GetName() string
func (*UserUpdateRequest) GetUserId ¶
func (x *UserUpdateRequest) GetUserId() string
func (*UserUpdateRequest) ProtoMessage ¶
func (*UserUpdateRequest) ProtoMessage()
func (*UserUpdateRequest) ProtoReflect ¶
func (x *UserUpdateRequest) ProtoReflect() protoreflect.Message
func (*UserUpdateRequest) Reset ¶
func (x *UserUpdateRequest) Reset()
func (*UserUpdateRequest) String ¶
func (x *UserUpdateRequest) String() string
type UserUpdateResponse ¶
type UserUpdateResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserUpdateResponse) Descriptor
deprecated
func (*UserUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserUpdateResponse.ProtoReflect.Descriptor instead.
func (*UserUpdateResponse) GetId ¶
func (x *UserUpdateResponse) GetId() string
func (*UserUpdateResponse) GetName ¶
func (x *UserUpdateResponse) GetName() string
func (*UserUpdateResponse) ProtoMessage ¶
func (*UserUpdateResponse) ProtoMessage()
func (*UserUpdateResponse) ProtoReflect ¶
func (x *UserUpdateResponse) ProtoReflect() protoreflect.Message
func (*UserUpdateResponse) Reset ¶
func (x *UserUpdateResponse) Reset()
func (*UserUpdateResponse) String ¶
func (x *UserUpdateResponse) String() string
type WedoServiceClient ¶
type WedoServiceClient interface { // Create a User. UserCreate(ctx context.Context, in *UserCreateRequest, opts ...grpc.CallOption) (*UserCreateResponse, error) // Get a User. UserGet(ctx context.Context, in *UserRequest, opts ...grpc.CallOption) (*UserResponse, error) // Delete a User. UserDelete(ctx context.Context, in *UserDeleteRequest, opts ...grpc.CallOption) (*UserDeleteResponse, error) // List all Users. UserList(ctx context.Context, in *UserListRequest, opts ...grpc.CallOption) (*UserListResponse, error) // Update a User. UserUpdate(ctx context.Context, in *UserUpdateRequest, opts ...grpc.CallOption) (*UserUpdateResponse, error) UserListCount(ctx context.Context, in *UserListCountRequest, opts ...grpc.CallOption) (*UserListCountResponse, error) // todo GroupCreate(ctx context.Context, in *GroupCreateRequest, opts ...grpc.CallOption) (*GroupCreateResponse, error) // todo GroupGet(ctx context.Context, in *GroupRequest, opts ...grpc.CallOption) (*GroupResponse, error) // todo GroupDelete(ctx context.Context, in *GroupDeleteRequest, opts ...grpc.CallOption) (*GroupDeleteResponse, error) // todo GroupList(ctx context.Context, in *GroupListRequest, opts ...grpc.CallOption) (*GroupListResponse, error) // todo GroupUpdate(ctx context.Context, in *GroupUpdateRequest, opts ...grpc.CallOption) (*GroupUpdateResponse, error) // Create a Namespace. NamespaceCreate(ctx context.Context, in *NamespaceCreateRequest, opts ...grpc.CallOption) (*NamespaceCreateResponse, error) // Get a Namespace. NamespaceGet(ctx context.Context, in *NamespaceRequest, opts ...grpc.CallOption) (*NamespaceResponse, error) // Delete a Namespace. NamespaceDelete(ctx context.Context, in *NamespaceDeleteRequest, opts ...grpc.CallOption) (*NamespaceDeleteResponse, error) // List all Namespaces. NamespaceList(ctx context.Context, in *NamespaceListRequest, opts ...grpc.CallOption) (*NamespaceListResponse, error) // Count all Namespaces. NamespaceListCount(ctx context.Context, in *NamespaceListCountRequest, opts ...grpc.CallOption) (*NamespaceListCountResponse, error) // Get a deployment. DeploymentGet(ctx context.Context, in *DeploymentRequest, opts ...grpc.CallOption) (*DeploymentResponse, error) // Creates a deployment. DeploymentCreate(ctx context.Context, in *DeploymentCreateRequest, opts ...grpc.CallOption) (*DeploymentCreateResponse, error) // Updates a deployment. DeploymentList(ctx context.Context, in *DeploymentListRequest, opts ...grpc.CallOption) (*DeploymentListResponse, error) // Delete a deployment. DeploymentDelete(ctx context.Context, in *DeploymentDeleteRequest, opts ...grpc.CallOption) (*DeploymentDeleteResponse, error) // ProcessDefinitionStart Process Definition Start and return Process Instance ID ProcessDefinitionStart(ctx context.Context, in *ProcessDefinitionStartRequest, opts ...grpc.CallOption) (*ProcessDefinitionStartResponse, error) // ProcessDefinitionGet get a process definition by business key and namespace id. ProcessDefinitionGet(ctx context.Context, in *ProcessDefinitionRequest, opts ...grpc.CallOption) (*ProcessDefinitionResponse, error) // ProcessInstanceGet get a process instance by id. ProcessInstanceGet(ctx context.Context, in *ProcessInstanceRequest, opts ...grpc.CallOption) (*ProcessInstanceResponse, error) // todo ProcessModify modify a process instance. ProcessInstanceModify(ctx context.Context, in *ProcessModifyRequest, opts ...grpc.CallOption) (*ProcessModifyResponse, error) // Process Instance Activate/Suspend a process instance. ProcessInstanceActivateSuspend(ctx context.Context, in *ProcessActivateSuspendRequest, opts ...grpc.CallOption) (*ProcessActivateSuspendResponse, error) // TaskCreate create a task. TaskCreate(ctx context.Context, in *TaskCreateRequest, opts ...grpc.CallOption) (*TaskCreateResponse, error) // TaskGet get a task by id. TaskGet(ctx context.Context, in *TaskRequest, opts ...grpc.CallOption) (*TaskResponse, error) // TaskDelete delete a task. TaskDelete(ctx context.Context, in *TaskDeleteRequest, opts ...grpc.CallOption) (*TaskDeleteResponse, error) // TaskList list all tasks By Process Instance ID. TaskList(ctx context.Context, in *TaskListRequest, opts ...grpc.CallOption) (*TaskListResponse, error) // todo TaskClaim claim a task. TaskClaim(ctx context.Context, in *TaskClaimRequest, opts ...grpc.CallOption) (*TaskClaimResponse, error) // todo TaskUnclaim unclaim a task. TaskUnclaim(ctx context.Context, in *TaskUnclaimRequest, opts ...grpc.CallOption) (*TaskUnclaimResponse, error) // todo TaskDelegate delegate a task. TaskDelegate(ctx context.Context, in *TaskDelegateRequest, opts ...grpc.CallOption) (*TaskDelegateResponse, error) // todo TaskAssign assign a task. TaskAssign(ctx context.Context, in *TaskAssignRequest, opts ...grpc.CallOption) (*TaskAssignResponse, error) // todo TaskComplete complete a task. TaskComplete(ctx context.Context, in *TaskCompleteRequest, opts ...grpc.CallOption) (*TaskCompleteResponse, error) // todo TaskGetFormKey get a form key from a task. TaskGetFormKey(ctx context.Context, in *TaskGetFormKeyRequest, opts ...grpc.CallOption) (*TaskGetFormKeyResponse, error) // todo TaskSubmitForm submit a form to a task. TaskSubmitForm(ctx context.Context, in *TaskSubmitFormRequest, opts ...grpc.CallOption) (*TaskSubmitFormResponse, error) // todo TaskResolve resolve a task. TaskResolve(ctx context.Context, in *TaskResolveRequest, opts ...grpc.CallOption) (*TaskResolveResponse, error) // todo TaskDeployedForm get task's deployed form. TaskDeployedForm(ctx context.Context, in *TaskDeployedFormRequest, opts ...grpc.CallOption) (*TaskDeployedFormResponse, error) }
WedoServiceClient is the client API for WedoService 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.
func NewWedoServiceClient ¶
func NewWedoServiceClient(cc grpc.ClientConnInterface) WedoServiceClient
type WedoServiceServer ¶
type WedoServiceServer interface { // Create a User. UserCreate(context.Context, *UserCreateRequest) (*UserCreateResponse, error) // Get a User. UserGet(context.Context, *UserRequest) (*UserResponse, error) // Delete a User. UserDelete(context.Context, *UserDeleteRequest) (*UserDeleteResponse, error) // List all Users. UserList(context.Context, *UserListRequest) (*UserListResponse, error) // Update a User. UserUpdate(context.Context, *UserUpdateRequest) (*UserUpdateResponse, error) UserListCount(context.Context, *UserListCountRequest) (*UserListCountResponse, error) // todo GroupCreate(context.Context, *GroupCreateRequest) (*GroupCreateResponse, error) // todo GroupGet(context.Context, *GroupRequest) (*GroupResponse, error) // todo GroupDelete(context.Context, *GroupDeleteRequest) (*GroupDeleteResponse, error) // todo GroupList(context.Context, *GroupListRequest) (*GroupListResponse, error) // todo GroupUpdate(context.Context, *GroupUpdateRequest) (*GroupUpdateResponse, error) // Create a Namespace. NamespaceCreate(context.Context, *NamespaceCreateRequest) (*NamespaceCreateResponse, error) // Get a Namespace. NamespaceGet(context.Context, *NamespaceRequest) (*NamespaceResponse, error) // Delete a Namespace. NamespaceDelete(context.Context, *NamespaceDeleteRequest) (*NamespaceDeleteResponse, error) // List all Namespaces. NamespaceList(context.Context, *NamespaceListRequest) (*NamespaceListResponse, error) // Count all Namespaces. NamespaceListCount(context.Context, *NamespaceListCountRequest) (*NamespaceListCountResponse, error) // Get a deployment. DeploymentGet(context.Context, *DeploymentRequest) (*DeploymentResponse, error) // Creates a deployment. DeploymentCreate(context.Context, *DeploymentCreateRequest) (*DeploymentCreateResponse, error) // Updates a deployment. DeploymentList(context.Context, *DeploymentListRequest) (*DeploymentListResponse, error) // Delete a deployment. DeploymentDelete(context.Context, *DeploymentDeleteRequest) (*DeploymentDeleteResponse, error) // ProcessDefinitionStart Process Definition Start and return Process Instance ID ProcessDefinitionStart(context.Context, *ProcessDefinitionStartRequest) (*ProcessDefinitionStartResponse, error) // ProcessDefinitionGet get a process definition by business key and namespace id. ProcessDefinitionGet(context.Context, *ProcessDefinitionRequest) (*ProcessDefinitionResponse, error) // ProcessInstanceGet get a process instance by id. ProcessInstanceGet(context.Context, *ProcessInstanceRequest) (*ProcessInstanceResponse, error) // todo ProcessModify modify a process instance. ProcessInstanceModify(context.Context, *ProcessModifyRequest) (*ProcessModifyResponse, error) // Process Instance Activate/Suspend a process instance. ProcessInstanceActivateSuspend(context.Context, *ProcessActivateSuspendRequest) (*ProcessActivateSuspendResponse, error) // TaskCreate create a task. TaskCreate(context.Context, *TaskCreateRequest) (*TaskCreateResponse, error) // TaskGet get a task by id. TaskGet(context.Context, *TaskRequest) (*TaskResponse, error) // TaskDelete delete a task. TaskDelete(context.Context, *TaskDeleteRequest) (*TaskDeleteResponse, error) // TaskList list all tasks By Process Instance ID. TaskList(context.Context, *TaskListRequest) (*TaskListResponse, error) // todo TaskClaim claim a task. TaskClaim(context.Context, *TaskClaimRequest) (*TaskClaimResponse, error) // todo TaskUnclaim unclaim a task. TaskUnclaim(context.Context, *TaskUnclaimRequest) (*TaskUnclaimResponse, error) // todo TaskDelegate delegate a task. TaskDelegate(context.Context, *TaskDelegateRequest) (*TaskDelegateResponse, error) // todo TaskAssign assign a task. TaskAssign(context.Context, *TaskAssignRequest) (*TaskAssignResponse, error) // todo TaskComplete complete a task. TaskComplete(context.Context, *TaskCompleteRequest) (*TaskCompleteResponse, error) // todo TaskGetFormKey get a form key from a task. TaskGetFormKey(context.Context, *TaskGetFormKeyRequest) (*TaskGetFormKeyResponse, error) // todo TaskSubmitForm submit a form to a task. TaskSubmitForm(context.Context, *TaskSubmitFormRequest) (*TaskSubmitFormResponse, error) // todo TaskResolve resolve a task. TaskResolve(context.Context, *TaskResolveRequest) (*TaskResolveResponse, error) // todo TaskDeployedForm get task's deployed form. TaskDeployedForm(context.Context, *TaskDeployedFormRequest) (*TaskDeployedFormResponse, error) }
WedoServiceServer is the server API for WedoService service. All implementations should embed UnimplementedWedoServiceServer for forward compatibility