issue_grpc_service

package
v0.0.0-...-4088705 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2024 License: Apache-2.0 Imports: 10 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_issue_proto protoreflect.FileDescriptor
View Source
var IssueGrpcService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "issueGrpcService",
	HandlerType: (*IssueGrpcServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpsertIssue",
			Handler:    _IssueGrpcService_UpsertIssue_Handler,
		},
		{
			MethodName: "AddUserAssignee",
			Handler:    _IssueGrpcService_AddUserAssignee_Handler,
		},
		{
			MethodName: "RemoveUserAssignee",
			Handler:    _IssueGrpcService_RemoveUserAssignee_Handler,
		},
		{
			MethodName: "AddUserFollower",
			Handler:    _IssueGrpcService_AddUserFollower_Handler,
		},
		{
			MethodName: "RemoveUserFollower",
			Handler:    _IssueGrpcService_RemoveUserFollower_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "issue.proto",
}

IssueGrpcService_ServiceDesc is the grpc.ServiceDesc for IssueGrpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterIssueGrpcServiceServer

func RegisterIssueGrpcServiceServer(s grpc.ServiceRegistrar, srv IssueGrpcServiceServer)

Types

type AddUserAssigneeToIssueGrpcRequest

type AddUserAssigneeToIssueGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	IssueId        string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"`
	UserId         string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
	LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserAssigneeToIssueGrpcRequest) Descriptor deprecated

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

Deprecated: Use AddUserAssigneeToIssueGrpcRequest.ProtoReflect.Descriptor instead.

func (*AddUserAssigneeToIssueGrpcRequest) GetAppSource

func (x *AddUserAssigneeToIssueGrpcRequest) GetAppSource() string

func (*AddUserAssigneeToIssueGrpcRequest) GetIssueId

func (x *AddUserAssigneeToIssueGrpcRequest) GetIssueId() string

func (*AddUserAssigneeToIssueGrpcRequest) GetLoggedInUserId

func (x *AddUserAssigneeToIssueGrpcRequest) GetLoggedInUserId() string

func (*AddUserAssigneeToIssueGrpcRequest) GetTenant

func (*AddUserAssigneeToIssueGrpcRequest) GetUserId

func (*AddUserAssigneeToIssueGrpcRequest) ProtoMessage

func (*AddUserAssigneeToIssueGrpcRequest) ProtoMessage()

func (*AddUserAssigneeToIssueGrpcRequest) ProtoReflect

func (*AddUserAssigneeToIssueGrpcRequest) Reset

func (*AddUserAssigneeToIssueGrpcRequest) String

type AddUserFollowerToIssueGrpcRequest

type AddUserFollowerToIssueGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	IssueId        string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"`
	UserId         string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
	LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserFollowerToIssueGrpcRequest) Descriptor deprecated

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

Deprecated: Use AddUserFollowerToIssueGrpcRequest.ProtoReflect.Descriptor instead.

func (*AddUserFollowerToIssueGrpcRequest) GetAppSource

func (x *AddUserFollowerToIssueGrpcRequest) GetAppSource() string

func (*AddUserFollowerToIssueGrpcRequest) GetIssueId

func (x *AddUserFollowerToIssueGrpcRequest) GetIssueId() string

func (*AddUserFollowerToIssueGrpcRequest) GetLoggedInUserId

func (x *AddUserFollowerToIssueGrpcRequest) GetLoggedInUserId() string

func (*AddUserFollowerToIssueGrpcRequest) GetTenant

func (*AddUserFollowerToIssueGrpcRequest) GetUserId

func (*AddUserFollowerToIssueGrpcRequest) ProtoMessage

func (*AddUserFollowerToIssueGrpcRequest) ProtoMessage()

func (*AddUserFollowerToIssueGrpcRequest) ProtoReflect

func (*AddUserFollowerToIssueGrpcRequest) Reset

func (*AddUserFollowerToIssueGrpcRequest) String

type IssueGrpcServiceClient

IssueGrpcServiceClient is the client API for IssueGrpcService 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.

type IssueGrpcServiceServer

IssueGrpcServiceServer is the server API for IssueGrpcService service. All implementations should embed UnimplementedIssueGrpcServiceServer for forward compatibility

type IssueIdGrpcResponse

type IssueIdGrpcResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueIdGrpcResponse) Descriptor deprecated

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

Deprecated: Use IssueIdGrpcResponse.ProtoReflect.Descriptor instead.

func (*IssueIdGrpcResponse) GetId

func (x *IssueIdGrpcResponse) GetId() string

func (*IssueIdGrpcResponse) ProtoMessage

func (*IssueIdGrpcResponse) ProtoMessage()

func (*IssueIdGrpcResponse) ProtoReflect

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

func (*IssueIdGrpcResponse) Reset

func (x *IssueIdGrpcResponse) Reset()

func (*IssueIdGrpcResponse) String

func (x *IssueIdGrpcResponse) String() string

type RemoveUserAssigneeFromIssueGrpcRequest

type RemoveUserAssigneeFromIssueGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	IssueId        string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"`
	UserId         string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
	LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserAssigneeFromIssueGrpcRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserAssigneeFromIssueGrpcRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserAssigneeFromIssueGrpcRequest) GetAppSource

func (*RemoveUserAssigneeFromIssueGrpcRequest) GetIssueId

func (*RemoveUserAssigneeFromIssueGrpcRequest) GetLoggedInUserId

func (x *RemoveUserAssigneeFromIssueGrpcRequest) GetLoggedInUserId() string

func (*RemoveUserAssigneeFromIssueGrpcRequest) GetTenant

func (*RemoveUserAssigneeFromIssueGrpcRequest) GetUserId

func (*RemoveUserAssigneeFromIssueGrpcRequest) ProtoMessage

func (*RemoveUserAssigneeFromIssueGrpcRequest) ProtoReflect

func (*RemoveUserAssigneeFromIssueGrpcRequest) Reset

func (*RemoveUserAssigneeFromIssueGrpcRequest) String

type RemoveUserFollowerFromIssueGrpcRequest

type RemoveUserFollowerFromIssueGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	IssueId        string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"`
	UserId         string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
	LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserFollowerFromIssueGrpcRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserFollowerFromIssueGrpcRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserFollowerFromIssueGrpcRequest) GetAppSource

func (*RemoveUserFollowerFromIssueGrpcRequest) GetIssueId

func (*RemoveUserFollowerFromIssueGrpcRequest) GetLoggedInUserId

func (x *RemoveUserFollowerFromIssueGrpcRequest) GetLoggedInUserId() string

func (*RemoveUserFollowerFromIssueGrpcRequest) GetTenant

func (*RemoveUserFollowerFromIssueGrpcRequest) GetUserId

func (*RemoveUserFollowerFromIssueGrpcRequest) ProtoMessage

func (*RemoveUserFollowerFromIssueGrpcRequest) ProtoReflect

func (*RemoveUserFollowerFromIssueGrpcRequest) Reset

func (*RemoveUserFollowerFromIssueGrpcRequest) String

type UnimplementedIssueGrpcServiceServer

type UnimplementedIssueGrpcServiceServer struct {
}

UnimplementedIssueGrpcServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedIssueGrpcServiceServer) AddUserAssignee

func (UnimplementedIssueGrpcServiceServer) AddUserFollower

func (UnimplementedIssueGrpcServiceServer) UpsertIssue

type UnsafeIssueGrpcServiceServer

type UnsafeIssueGrpcServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeIssueGrpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IssueGrpcServiceServer will result in compilation errors.

type UpsertIssueGrpcRequest

type UpsertIssueGrpcRequest struct {
	Id                        string                       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant                    string                       `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId            string                       `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Subject                   string                       `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Description               string                       `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Status                    string                       `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
	Priority                  string                       `protobuf:"bytes,9,opt,name=priority,proto3" json:"priority,omitempty"`
	CreatedAt                 *timestamppb.Timestamp       `protobuf:"bytes,10,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt                 *timestamppb.Timestamp       `protobuf:"bytes,11,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	ReportedByOrganizationId  *string                      `protobuf:"bytes,12,opt,name=reportedByOrganizationId,proto3,oneof" json:"reportedByOrganizationId,omitempty"`
	SourceFields              *common.SourceFields         `protobuf:"bytes,13,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	ExternalSystemFields      *common.ExternalSystemFields `protobuf:"bytes,14,opt,name=externalSystemFields,proto3" json:"externalSystemFields,omitempty"`
	SubmittedByOrganizationId *string                      `protobuf:"bytes,15,opt,name=submittedByOrganizationId,proto3,oneof" json:"submittedByOrganizationId,omitempty"`
	SubmittedByUserId         *string                      `protobuf:"bytes,16,opt,name=submittedByUserId,proto3,oneof" json:"submittedByUserId,omitempty"`
	GroupId                   *string                      `protobuf:"bytes,17,opt,name=groupId,proto3,oneof" json:"groupId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertIssueGrpcRequest) Descriptor deprecated

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

Deprecated: Use UpsertIssueGrpcRequest.ProtoReflect.Descriptor instead.

func (*UpsertIssueGrpcRequest) GetCreatedAt

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

func (*UpsertIssueGrpcRequest) GetDescription

func (x *UpsertIssueGrpcRequest) GetDescription() string

func (*UpsertIssueGrpcRequest) GetExternalSystemFields

func (x *UpsertIssueGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields

func (*UpsertIssueGrpcRequest) GetGroupId

func (x *UpsertIssueGrpcRequest) GetGroupId() string

func (*UpsertIssueGrpcRequest) GetId

func (x *UpsertIssueGrpcRequest) GetId() string

func (*UpsertIssueGrpcRequest) GetLoggedInUserId

func (x *UpsertIssueGrpcRequest) GetLoggedInUserId() string

func (*UpsertIssueGrpcRequest) GetPriority

func (x *UpsertIssueGrpcRequest) GetPriority() string

func (*UpsertIssueGrpcRequest) GetReportedByOrganizationId

func (x *UpsertIssueGrpcRequest) GetReportedByOrganizationId() string

func (*UpsertIssueGrpcRequest) GetSourceFields

func (x *UpsertIssueGrpcRequest) GetSourceFields() *common.SourceFields

func (*UpsertIssueGrpcRequest) GetStatus

func (x *UpsertIssueGrpcRequest) GetStatus() string

func (*UpsertIssueGrpcRequest) GetSubject

func (x *UpsertIssueGrpcRequest) GetSubject() string

func (*UpsertIssueGrpcRequest) GetSubmittedByOrganizationId

func (x *UpsertIssueGrpcRequest) GetSubmittedByOrganizationId() string

func (*UpsertIssueGrpcRequest) GetSubmittedByUserId

func (x *UpsertIssueGrpcRequest) GetSubmittedByUserId() string

func (*UpsertIssueGrpcRequest) GetTenant

func (x *UpsertIssueGrpcRequest) GetTenant() string

func (*UpsertIssueGrpcRequest) GetUpdatedAt

func (x *UpsertIssueGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp

func (*UpsertIssueGrpcRequest) ProtoMessage

func (*UpsertIssueGrpcRequest) ProtoMessage()

func (*UpsertIssueGrpcRequest) ProtoReflect

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

func (*UpsertIssueGrpcRequest) Reset

func (x *UpsertIssueGrpcRequest) Reset()

func (*UpsertIssueGrpcRequest) String

func (x *UpsertIssueGrpcRequest) String() string

Jump to

Keyboard shortcuts

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