job

package
v0.0.0-...-6346009 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pb_job_job_proto protoreflect.FileDescriptor
View Source
var JobService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "job.JobService",
	HandlerType: (*JobServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "PostJob",
			Handler:    _JobService_PostJob_Handler,
		},
		{
			MethodName: "EditJob",
			Handler:    _JobService_EditJob_Handler,
		},
		{
			MethodName: "SendProposal",
			Handler:    _JobService_SendProposal_Handler,
		},
		{
			MethodName: "SendOffer",
			Handler:    _JobService_SendOffer_Handler,
		},
		{
			MethodName: "AcceptOffer",
			Handler:    _JobService_AcceptOffer_Handler,
		},
		{
			MethodName: "ViewContract",
			Handler:    _JobService_ViewContract_Handler,
		},
		{
			MethodName: "AddCategory",
			Handler:    _JobService_AddCategory_Handler,
		},
		{
			MethodName: "GetCategory",
			Handler:    _JobService_GetCategory_Handler,
		},
		{
			MethodName: "GetMyJobs",
			Handler:    _JobService_GetMyJobs_Handler,
		},
		{
			MethodName: "GetJob",
			Handler:    _JobService_GetJob_Handler,
		},
		{
			MethodName: "GetJobs",
			Handler:    _JobService_GetJobs_Handler,
		},
		{
			MethodName: "SendWeeklyInvoice",
			Handler:    _JobService_SendWeeklyInvoice_Handler,
		},
		{
			MethodName: "GetJobProposals",
			Handler:    _JobService_GetJobProposals_Handler,
		},
		{
			MethodName: "GetOfferByClient",
			Handler:    _JobService_GetOfferByClient_Handler,
		},
		{
			MethodName: "SearchJobs",
			Handler:    _JobService_SearchJobs_Handler,
		},
		{
			MethodName: "GetJobOffersForFreelancer",
			Handler:    _JobService_GetJobOffersForFreelancer_Handler,
		},
		{
			MethodName: "ExecutePaymentContract",
			Handler:    _JobService_ExecutePaymentContract_Handler,
		},
		{
			MethodName: "CapturePaymentContract",
			Handler:    _JobService_CapturePaymentContract_Handler,
		},
		{
			MethodName: "GetAllContractsForClient",
			Handler:    _JobService_GetAllContractsForClient_Handler,
		},
		{
			MethodName: "GetOneContractForClient",
			Handler:    _JobService_GetOneContractForClient_Handler,
		},
		{
			MethodName: "GetInvoiceContract",
			Handler:    _JobService_GetInvoiceContract_Handler,
		},
		{
			MethodName: "AddAttachmentToContract",
			Handler:    _JobService_AddAttachmentToContract_Handler,
		},
		{
			MethodName: "GetAttachments",
			Handler:    _JobService_GetAttachments_Handler,
		},
		{
			MethodName: "CheckInvoiceStatus",
			Handler:    _JobService_CheckInvoiceStatus_Handler,
		},
		{
			MethodName: "AdminContractDashboard",
			Handler:    _JobService_AdminContractDashboard_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pb/job/job.proto",
}

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

Functions

func RegisterJobServiceServer

func RegisterJobServiceServer(s grpc.ServiceRegistrar, srv JobServiceServer)

Types

type ACDReq

type ACDReq struct {
	// contains filtered or unexported fields
}

func (*ACDReq) Descriptor deprecated

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

Deprecated: Use ACDReq.ProtoReflect.Descriptor instead.

func (*ACDReq) ProtoMessage

func (*ACDReq) ProtoMessage()

func (*ACDReq) ProtoReflect

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

func (*ACDReq) Reset

func (x *ACDReq) Reset()

func (*ACDReq) String

func (x *ACDReq) String() string

type ACDRes

type ACDRes struct {
	TotalHourlyContracts int32   `protobuf:"varint,1,opt,name=TotalHourlyContracts,proto3" json:"TotalHourlyContracts,omitempty"`
	TotalFixedContracts  int32   `protobuf:"varint,2,opt,name=TotalFixedContracts,proto3" json:"TotalFixedContracts,omitempty"`
	TotalMarketPlaceFee  float32 `protobuf:"fixed32,3,opt,name=TotalMarketPlaceFee,proto3" json:"TotalMarketPlaceFee,omitempty"`
	Error                string  `protobuf:"bytes,4,opt,name=Error,proto3" json:"Error,omitempty"`
	Status               int32   `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ACDRes) Descriptor deprecated

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

Deprecated: Use ACDRes.ProtoReflect.Descriptor instead.

func (*ACDRes) GetError

func (x *ACDRes) GetError() string

func (*ACDRes) GetStatus

func (x *ACDRes) GetStatus() int32

func (*ACDRes) GetTotalFixedContracts

func (x *ACDRes) GetTotalFixedContracts() int32

func (*ACDRes) GetTotalHourlyContracts

func (x *ACDRes) GetTotalHourlyContracts() int32

func (*ACDRes) GetTotalMarketPlaceFee

func (x *ACDRes) GetTotalMarketPlaceFee() float32

func (*ACDRes) ProtoMessage

func (*ACDRes) ProtoMessage()

func (*ACDRes) ProtoReflect

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

func (*ACDRes) Reset

func (x *ACDRes) Reset()

func (*ACDRes) String

func (x *ACDRes) String() string

type AcceptOfferReq

type AcceptOfferReq struct {
	OfferID string `protobuf:"bytes,1,opt,name=offerID,proto3" json:"offerID,omitempty"`
	UserId  string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptOfferReq) Descriptor deprecated

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

Deprecated: Use AcceptOfferReq.ProtoReflect.Descriptor instead.

func (*AcceptOfferReq) GetOfferID

func (x *AcceptOfferReq) GetOfferID() string

func (*AcceptOfferReq) GetUserId

func (x *AcceptOfferReq) GetUserId() string

func (*AcceptOfferReq) ProtoMessage

func (*AcceptOfferReq) ProtoMessage()

func (*AcceptOfferReq) ProtoReflect

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

func (*AcceptOfferReq) Reset

func (x *AcceptOfferReq) Reset()

func (*AcceptOfferReq) String

func (x *AcceptOfferReq) String() string

type AcceptOfferRes

type AcceptOfferRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptOfferRes) Descriptor deprecated

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

Deprecated: Use AcceptOfferRes.ProtoReflect.Descriptor instead.

func (*AcceptOfferRes) GetError

func (x *AcceptOfferRes) GetError() string

func (*AcceptOfferRes) GetResponse

func (x *AcceptOfferRes) GetResponse() string

func (*AcceptOfferRes) GetStatus

func (x *AcceptOfferRes) GetStatus() int64

func (*AcceptOfferRes) ProtoMessage

func (*AcceptOfferRes) ProtoMessage()

func (*AcceptOfferRes) ProtoReflect

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

func (*AcceptOfferRes) Reset

func (x *AcceptOfferRes) Reset()

func (*AcceptOfferRes) String

func (x *AcceptOfferRes) String() string

type AddAttachmentReq

type AddAttachmentReq struct {
	Attachment  []byte `protobuf:"bytes,1,opt,name=attachment,proto3" json:"attachment,omitempty"`
	Filename    string `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	ContractID  string `protobuf:"bytes,3,opt,name=contractID,proto3" json:"contractID,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	UserID      string `protobuf:"bytes,5,opt,name=userID,proto3" json:"userID,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAttachmentReq) Descriptor deprecated

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

Deprecated: Use AddAttachmentReq.ProtoReflect.Descriptor instead.

func (*AddAttachmentReq) GetAttachment

func (x *AddAttachmentReq) GetAttachment() []byte

func (*AddAttachmentReq) GetContractID

func (x *AddAttachmentReq) GetContractID() string

func (*AddAttachmentReq) GetDescription

func (x *AddAttachmentReq) GetDescription() string

func (*AddAttachmentReq) GetFilename

func (x *AddAttachmentReq) GetFilename() string

func (*AddAttachmentReq) GetUserID

func (x *AddAttachmentReq) GetUserID() string

func (*AddAttachmentReq) ProtoMessage

func (*AddAttachmentReq) ProtoMessage()

func (*AddAttachmentReq) ProtoReflect

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

func (*AddAttachmentReq) Reset

func (x *AddAttachmentReq) Reset()

func (*AddAttachmentReq) String

func (x *AddAttachmentReq) String() string

type AddAttachmentRes

type AddAttachmentRes struct {
	Status   int32  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAttachmentRes) Descriptor deprecated

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

Deprecated: Use AddAttachmentRes.ProtoReflect.Descriptor instead.

func (*AddAttachmentRes) GetError

func (x *AddAttachmentRes) GetError() string

func (*AddAttachmentRes) GetResponse

func (x *AddAttachmentRes) GetResponse() string

func (*AddAttachmentRes) GetStatus

func (x *AddAttachmentRes) GetStatus() int32

func (*AddAttachmentRes) ProtoMessage

func (*AddAttachmentRes) ProtoMessage()

func (*AddAttachmentRes) ProtoReflect

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

func (*AddAttachmentRes) Reset

func (x *AddAttachmentRes) Reset()

func (*AddAttachmentRes) String

func (x *AddAttachmentRes) String() string

type AddCategoryReq

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

func (*AddCategoryReq) Descriptor deprecated

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

Deprecated: Use AddCategoryReq.ProtoReflect.Descriptor instead.

func (*AddCategoryReq) GetCategory

func (x *AddCategoryReq) GetCategory() string

func (*AddCategoryReq) ProtoMessage

func (*AddCategoryReq) ProtoMessage()

func (*AddCategoryReq) ProtoReflect

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

func (*AddCategoryReq) Reset

func (x *AddCategoryReq) Reset()

func (*AddCategoryReq) String

func (x *AddCategoryReq) String() string

type AddCategoryRes

type AddCategoryRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCategoryRes) Descriptor deprecated

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

Deprecated: Use AddCategoryRes.ProtoReflect.Descriptor instead.

func (*AddCategoryRes) GetError

func (x *AddCategoryRes) GetError() string

func (*AddCategoryRes) GetResponse

func (x *AddCategoryRes) GetResponse() string

func (*AddCategoryRes) GetStatus

func (x *AddCategoryRes) GetStatus() int64

func (*AddCategoryRes) ProtoMessage

func (*AddCategoryRes) ProtoMessage()

func (*AddCategoryRes) ProtoReflect

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

func (*AddCategoryRes) Reset

func (x *AddCategoryRes) Reset()

func (*AddCategoryRes) String

func (x *AddCategoryRes) String() string

type Attachment

type Attachment struct {
	ContractID    int32  `protobuf:"varint,1,opt,name=contractID,proto3" json:"contractID,omitempty"`
	AttachmentUrl string `protobuf:"bytes,2,opt,name=AttachmentUrl,proto3" json:"AttachmentUrl,omitempty"`
	Description   string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	PostedDate    string `protobuf:"bytes,4,opt,name=postedDate,proto3" json:"postedDate,omitempty"`
	// contains filtered or unexported fields
}

func (*Attachment) Descriptor deprecated

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

Deprecated: Use Attachment.ProtoReflect.Descriptor instead.

func (*Attachment) GetAttachmentUrl

func (x *Attachment) GetAttachmentUrl() string

func (*Attachment) GetContractID

func (x *Attachment) GetContractID() int32

func (*Attachment) GetDescription

func (x *Attachment) GetDescription() string

func (*Attachment) GetPostedDate

func (x *Attachment) GetPostedDate() string

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) ProtoReflect

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

func (*Attachment) Reset

func (x *Attachment) Reset()

func (*Attachment) String

func (x *Attachment) String() string

type CapturePaymentReq

type CapturePaymentReq struct {
	PaymentID string `protobuf:"bytes,1,opt,name=paymentID,proto3" json:"paymentID,omitempty"`
	InvoiceID string `protobuf:"bytes,2,opt,name=invoiceID,proto3" json:"invoiceID,omitempty"`
	// contains filtered or unexported fields
}

func (*CapturePaymentReq) Descriptor deprecated

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

Deprecated: Use CapturePaymentReq.ProtoReflect.Descriptor instead.

func (*CapturePaymentReq) GetInvoiceID

func (x *CapturePaymentReq) GetInvoiceID() string

func (*CapturePaymentReq) GetPaymentID

func (x *CapturePaymentReq) GetPaymentID() string

func (*CapturePaymentReq) ProtoMessage

func (*CapturePaymentReq) ProtoMessage()

func (*CapturePaymentReq) ProtoReflect

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

func (*CapturePaymentReq) Reset

func (x *CapturePaymentReq) Reset()

func (*CapturePaymentReq) String

func (x *CapturePaymentReq) String() string

type CapturePaymentRes

type CapturePaymentRes struct {
	Status   int32  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	UserName string `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName,omitempty"`
	// contains filtered or unexported fields
}

func (*CapturePaymentRes) Descriptor deprecated

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

Deprecated: Use CapturePaymentRes.ProtoReflect.Descriptor instead.

func (*CapturePaymentRes) GetError

func (x *CapturePaymentRes) GetError() string

func (*CapturePaymentRes) GetStatus

func (x *CapturePaymentRes) GetStatus() int32

func (*CapturePaymentRes) GetUserName

func (x *CapturePaymentRes) GetUserName() string

func (*CapturePaymentRes) ProtoMessage

func (*CapturePaymentRes) ProtoMessage()

func (*CapturePaymentRes) ProtoReflect

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

func (*CapturePaymentRes) Reset

func (x *CapturePaymentRes) Reset()

func (*CapturePaymentRes) String

func (x *CapturePaymentRes) String() string

type Category

type Category struct {
	ID       int64  `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Category string `protobuf:"bytes,2,opt,name=Category,proto3" json:"Category,omitempty"`
	// contains filtered or unexported fields
}

func (*Category) Descriptor deprecated

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

Deprecated: Use Category.ProtoReflect.Descriptor instead.

func (*Category) GetCategory

func (x *Category) GetCategory() string

func (*Category) GetID

func (x *Category) GetID() int64

func (*Category) ProtoMessage

func (*Category) ProtoMessage()

func (*Category) ProtoReflect

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

func (*Category) Reset

func (x *Category) Reset()

func (*Category) String

func (x *Category) String() string

type CheckInvoiceStatusReq

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

func (*CheckInvoiceStatusReq) Descriptor deprecated

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

Deprecated: Use CheckInvoiceStatusReq.ProtoReflect.Descriptor instead.

func (*CheckInvoiceStatusReq) GetInvoiceID

func (x *CheckInvoiceStatusReq) GetInvoiceID() string

func (*CheckInvoiceStatusReq) ProtoMessage

func (*CheckInvoiceStatusReq) ProtoMessage()

func (*CheckInvoiceStatusReq) ProtoReflect

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

func (*CheckInvoiceStatusReq) Reset

func (x *CheckInvoiceStatusReq) Reset()

func (*CheckInvoiceStatusReq) String

func (x *CheckInvoiceStatusReq) String() string

type CheckInvoiceStatusRes

type CheckInvoiceStatusRes struct {
	Error        string `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	Status       int32  `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	PaymenStatus string `protobuf:"bytes,3,opt,name=PaymenStatus,proto3" json:"PaymenStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckInvoiceStatusRes) Descriptor deprecated

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

Deprecated: Use CheckInvoiceStatusRes.ProtoReflect.Descriptor instead.

func (*CheckInvoiceStatusRes) GetError

func (x *CheckInvoiceStatusRes) GetError() string

func (*CheckInvoiceStatusRes) GetPaymenStatus

func (x *CheckInvoiceStatusRes) GetPaymenStatus() string

func (*CheckInvoiceStatusRes) GetStatus

func (x *CheckInvoiceStatusRes) GetStatus() int32

func (*CheckInvoiceStatusRes) ProtoMessage

func (*CheckInvoiceStatusRes) ProtoMessage()

func (*CheckInvoiceStatusRes) ProtoReflect

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

func (*CheckInvoiceStatusRes) Reset

func (x *CheckInvoiceStatusRes) Reset()

func (*CheckInvoiceStatusRes) String

func (x *CheckInvoiceStatusRes) String() string

type ContractReq

type ContractReq struct {
	// contains filtered or unexported fields
}

func (*ContractReq) Descriptor deprecated

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

Deprecated: Use ContractReq.ProtoReflect.Descriptor instead.

func (*ContractReq) ProtoMessage

func (*ContractReq) ProtoMessage()

func (*ContractReq) ProtoReflect

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

func (*ContractReq) Reset

func (x *ContractReq) Reset()

func (*ContractReq) String

func (x *ContractReq) String() string

type Contracts

type Contracts struct {
	ContractId     int32   `protobuf:"varint,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	FreelancerId   int32   `protobuf:"varint,2,opt,name=Freelancer_id,json=FreelancerId,proto3" json:"Freelancer_id,omitempty"`
	ClientId       int32   `protobuf:"varint,3,opt,name=Client_id,json=ClientId,proto3" json:"Client_id,omitempty"`
	PaymentType    string  `protobuf:"bytes,4,opt,name=payment_type,json=paymentType,proto3" json:"payment_type,omitempty"`
	TotalAmount    float32 `protobuf:"fixed32,5,opt,name=Total_amount,json=TotalAmount,proto3" json:"Total_amount,omitempty"`
	PaidAmount     float32 `protobuf:"fixed32,6,opt,name=paid_amount,json=paidAmount,proto3" json:"paid_amount,omitempty"`
	PendingAmount  float32 `protobuf:"fixed32,7,opt,name=pending_amount,json=pendingAmount,proto3" json:"pending_amount,omitempty"`
	ContractStatus string  `protobuf:"bytes,8,opt,name=contract_status,json=contractStatus,proto3" json:"contract_status,omitempty"`
	AttachmentUrl  string  `protobuf:"bytes,9,opt,name=AttachmentUrl,proto3" json:"AttachmentUrl,omitempty"`
	JobTitle       string  `protobuf:"bytes,10,opt,name=Job_title,json=JobTitle,proto3" json:"Job_title,omitempty"`
	JobDescription string  `protobuf:"bytes,11,opt,name=Job_description,json=JobDescription,proto3" json:"Job_description,omitempty"`
	StartDate      string  `protobuf:"bytes,12,opt,name=Start_date,json=StartDate,proto3" json:"Start_date,omitempty"`
	// contains filtered or unexported fields
}

func (*Contracts) Descriptor deprecated

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

Deprecated: Use Contracts.ProtoReflect.Descriptor instead.

func (*Contracts) GetAttachmentUrl

func (x *Contracts) GetAttachmentUrl() string

func (*Contracts) GetClientId

func (x *Contracts) GetClientId() int32

func (*Contracts) GetContractId

func (x *Contracts) GetContractId() int32

func (*Contracts) GetContractStatus

func (x *Contracts) GetContractStatus() string

func (*Contracts) GetFreelancerId

func (x *Contracts) GetFreelancerId() int32

func (*Contracts) GetJobDescription

func (x *Contracts) GetJobDescription() string

func (*Contracts) GetJobTitle

func (x *Contracts) GetJobTitle() string

func (*Contracts) GetPaidAmount

func (x *Contracts) GetPaidAmount() float32

func (*Contracts) GetPaymentType

func (x *Contracts) GetPaymentType() string

func (*Contracts) GetPendingAmount

func (x *Contracts) GetPendingAmount() float32

func (*Contracts) GetStartDate

func (x *Contracts) GetStartDate() string

func (*Contracts) GetTotalAmount

func (x *Contracts) GetTotalAmount() float32

func (*Contracts) ProtoMessage

func (*Contracts) ProtoMessage()

func (*Contracts) ProtoReflect

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

func (*Contracts) Reset

func (x *Contracts) Reset()

func (*Contracts) String

func (x *Contracts) String() string

type EditjobReq

type EditjobReq struct {
	Title       string  `protobuf:"bytes,1,opt,name=Title,proto3" json:"Title,omitempty"`
	Description string  `protobuf:"bytes,2,opt,name=Description,proto3" json:"Description,omitempty"`
	Category    int64   `protobuf:"varint,3,opt,name=category,proto3" json:"category,omitempty"`
	Skills      []int64 `protobuf:"varint,4,rep,packed,name=skills,proto3" json:"skills,omitempty"`
	TimePeriod  string  `protobuf:"bytes,5,opt,name=timePeriod,proto3" json:"timePeriod,omitempty"`
	Type        string  `protobuf:"bytes,6,opt,name=Type,proto3" json:"Type,omitempty"`
	Budget      float32 `protobuf:"fixed32,7,opt,name=budget,proto3" json:"budget,omitempty"`
	UserId      int64   `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobID       string  `protobuf:"bytes,9,opt,name=jobID,proto3" json:"jobID,omitempty"`
	// contains filtered or unexported fields
}

func (*EditjobReq) Descriptor deprecated

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

Deprecated: Use EditjobReq.ProtoReflect.Descriptor instead.

func (*EditjobReq) GetBudget

func (x *EditjobReq) GetBudget() float32

func (*EditjobReq) GetCategory

func (x *EditjobReq) GetCategory() int64

func (*EditjobReq) GetDescription

func (x *EditjobReq) GetDescription() string

func (*EditjobReq) GetJobID

func (x *EditjobReq) GetJobID() string

func (*EditjobReq) GetSkills

func (x *EditjobReq) GetSkills() []int64

func (*EditjobReq) GetTimePeriod

func (x *EditjobReq) GetTimePeriod() string

func (*EditjobReq) GetTitle

func (x *EditjobReq) GetTitle() string

func (*EditjobReq) GetType

func (x *EditjobReq) GetType() string

func (*EditjobReq) GetUserId

func (x *EditjobReq) GetUserId() int64

func (*EditjobReq) ProtoMessage

func (*EditjobReq) ProtoMessage()

func (*EditjobReq) ProtoReflect

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

func (*EditjobReq) Reset

func (x *EditjobReq) Reset()

func (*EditjobReq) String

func (x *EditjobReq) String() string

type EditjobRes

type EditjobRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*EditjobRes) Descriptor deprecated

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

Deprecated: Use EditjobRes.ProtoReflect.Descriptor instead.

func (*EditjobRes) GetError

func (x *EditjobRes) GetError() string

func (*EditjobRes) GetResponse

func (x *EditjobRes) GetResponse() string

func (*EditjobRes) GetStatus

func (x *EditjobRes) GetStatus() int64

func (*EditjobRes) ProtoMessage

func (*EditjobRes) ProtoMessage()

func (*EditjobRes) ProtoReflect

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

func (*EditjobRes) Reset

func (x *EditjobRes) Reset()

func (*EditjobRes) String

func (x *EditjobRes) String() string

type ExecutePaymentReq

type ExecutePaymentReq struct {
	InvoiceId string `protobuf:"bytes,2,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutePaymentReq) Descriptor deprecated

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

Deprecated: Use ExecutePaymentReq.ProtoReflect.Descriptor instead.

func (*ExecutePaymentReq) GetInvoiceId

func (x *ExecutePaymentReq) GetInvoiceId() string

func (*ExecutePaymentReq) ProtoMessage

func (*ExecutePaymentReq) ProtoMessage()

func (*ExecutePaymentReq) ProtoReflect

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

func (*ExecutePaymentReq) Reset

func (x *ExecutePaymentReq) Reset()

func (*ExecutePaymentReq) String

func (x *ExecutePaymentReq) String() string

type ExecutePaymentRes

type ExecutePaymentRes struct {
	Status     int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error      string   `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	PaymentID  string   `protobuf:"bytes,3,opt,name=PaymentID,proto3" json:"PaymentID,omitempty"`
	MerchantID []string `protobuf:"bytes,4,rep,name=merchantID,proto3" json:"merchantID,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutePaymentRes) Descriptor deprecated

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

Deprecated: Use ExecutePaymentRes.ProtoReflect.Descriptor instead.

func (*ExecutePaymentRes) GetError

func (x *ExecutePaymentRes) GetError() string

func (*ExecutePaymentRes) GetMerchantID

func (x *ExecutePaymentRes) GetMerchantID() []string

func (*ExecutePaymentRes) GetPaymentID

func (x *ExecutePaymentRes) GetPaymentID() string

func (*ExecutePaymentRes) GetStatus

func (x *ExecutePaymentRes) GetStatus() int32

func (*ExecutePaymentRes) ProtoMessage

func (*ExecutePaymentRes) ProtoMessage()

func (*ExecutePaymentRes) ProtoReflect

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

func (*ExecutePaymentRes) Reset

func (x *ExecutePaymentRes) Reset()

func (*ExecutePaymentRes) String

func (x *ExecutePaymentRes) String() string

type GFCReq

type GFCReq struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GFCReq) Descriptor deprecated

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

Deprecated: Use GFCReq.ProtoReflect.Descriptor instead.

func (*GFCReq) GetUserId

func (x *GFCReq) GetUserId() string

func (*GFCReq) ProtoMessage

func (*GFCReq) ProtoMessage()

func (*GFCReq) ProtoReflect

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

func (*GFCReq) Reset

func (x *GFCReq) Reset()

func (*GFCReq) String

func (x *GFCReq) String() string

type GFCRes

type GFCRes struct {
	Status   int32    `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"`
	Error    string   `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string   `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	Offers   []*Offer `protobuf:"bytes,4,rep,name=offers,proto3" json:"offers,omitempty"`
	// contains filtered or unexported fields
}

func (*GFCRes) Descriptor deprecated

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

Deprecated: Use GFCRes.ProtoReflect.Descriptor instead.

func (*GFCRes) GetError

func (x *GFCRes) GetError() string

func (*GFCRes) GetOffers

func (x *GFCRes) GetOffers() []*Offer

func (*GFCRes) GetResponse

func (x *GFCRes) GetResponse() string

func (*GFCRes) GetStatus

func (x *GFCRes) GetStatus() int32

func (*GFCRes) ProtoMessage

func (*GFCRes) ProtoMessage()

func (*GFCRes) ProtoReflect

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

func (*GFCRes) Reset

func (x *GFCRes) Reset()

func (*GFCRes) String

func (x *GFCRes) String() string

type GJPReq

type GJPReq struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobId  string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GJPReq) Descriptor deprecated

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

Deprecated: Use GJPReq.ProtoReflect.Descriptor instead.

func (*GJPReq) GetJobId

func (x *GJPReq) GetJobId() string

func (*GJPReq) GetUserId

func (x *GJPReq) GetUserId() string

func (*GJPReq) ProtoMessage

func (*GJPReq) ProtoMessage()

func (*GJPReq) ProtoReflect

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

func (*GJPReq) Reset

func (x *GJPReq) Reset()

func (*GJPReq) String

func (x *GJPReq) String() string

type GJPRes

type GJPRes struct {
	Status   int32        `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"`
	Error    string       `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string       `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	Prop     []*Proposals `protobuf:"bytes,4,rep,name=prop,proto3" json:"prop,omitempty"`
	// contains filtered or unexported fields
}

func (*GJPRes) Descriptor deprecated

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

Deprecated: Use GJPRes.ProtoReflect.Descriptor instead.

func (*GJPRes) GetError

func (x *GJPRes) GetError() string

func (*GJPRes) GetProp

func (x *GJPRes) GetProp() []*Proposals

func (*GJPRes) GetResponse

func (x *GJPRes) GetResponse() string

func (*GJPRes) GetStatus

func (x *GJPRes) GetStatus() int32

func (*GJPRes) ProtoMessage

func (*GJPRes) ProtoMessage()

func (*GJPRes) ProtoReflect

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

func (*GJPRes) Reset

func (x *GJPRes) Reset()

func (*GJPRes) String

func (x *GJPRes) String() string

type GetAllContractsForClientReq

type GetAllContractsForClientReq struct {
	UserId int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Status string `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllContractsForClientReq) Descriptor deprecated

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

Deprecated: Use GetAllContractsForClientReq.ProtoReflect.Descriptor instead.

func (*GetAllContractsForClientReq) GetStatus

func (x *GetAllContractsForClientReq) GetStatus() string

func (*GetAllContractsForClientReq) GetUserId

func (x *GetAllContractsForClientReq) GetUserId() int64

func (*GetAllContractsForClientReq) ProtoMessage

func (*GetAllContractsForClientReq) ProtoMessage()

func (*GetAllContractsForClientReq) ProtoReflect

func (*GetAllContractsForClientReq) Reset

func (x *GetAllContractsForClientReq) Reset()

func (*GetAllContractsForClientReq) String

func (x *GetAllContractsForClientReq) String() string

type GetAllContractsForClientRes

type GetAllContractsForClientRes struct {
	Contracts []*Contracts `protobuf:"bytes,1,rep,name=contracts,proto3" json:"contracts,omitempty"`
	Error     string       `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Status    int32        `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllContractsForClientRes) Descriptor deprecated

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

Deprecated: Use GetAllContractsForClientRes.ProtoReflect.Descriptor instead.

func (*GetAllContractsForClientRes) GetContracts

func (x *GetAllContractsForClientRes) GetContracts() []*Contracts

func (*GetAllContractsForClientRes) GetError

func (x *GetAllContractsForClientRes) GetError() string

func (*GetAllContractsForClientRes) GetStatus

func (x *GetAllContractsForClientRes) GetStatus() int32

func (*GetAllContractsForClientRes) ProtoMessage

func (*GetAllContractsForClientRes) ProtoMessage()

func (*GetAllContractsForClientRes) ProtoReflect

func (*GetAllContractsForClientRes) Reset

func (x *GetAllContractsForClientRes) Reset()

func (*GetAllContractsForClientRes) String

func (x *GetAllContractsForClientRes) String() string

type GetAttachmentReq

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

func (*GetAttachmentReq) Descriptor deprecated

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

Deprecated: Use GetAttachmentReq.ProtoReflect.Descriptor instead.

func (*GetAttachmentReq) GetContractID

func (x *GetAttachmentReq) GetContractID() string

func (*GetAttachmentReq) ProtoMessage

func (*GetAttachmentReq) ProtoMessage()

func (*GetAttachmentReq) ProtoReflect

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

func (*GetAttachmentReq) Reset

func (x *GetAttachmentReq) Reset()

func (*GetAttachmentReq) String

func (x *GetAttachmentReq) String() string

type GetAttachmentRes

type GetAttachmentRes struct {
	Attachment []*Attachment `protobuf:"bytes,1,rep,name=attachment,proto3" json:"attachment,omitempty"`
	Status     int32         `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Error      string        `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAttachmentRes) Descriptor deprecated

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

Deprecated: Use GetAttachmentRes.ProtoReflect.Descriptor instead.

func (*GetAttachmentRes) GetAttachment

func (x *GetAttachmentRes) GetAttachment() []*Attachment

func (*GetAttachmentRes) GetError

func (x *GetAttachmentRes) GetError() string

func (*GetAttachmentRes) GetStatus

func (x *GetAttachmentRes) GetStatus() int32

func (*GetAttachmentRes) ProtoMessage

func (*GetAttachmentRes) ProtoMessage()

func (*GetAttachmentRes) ProtoReflect

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

func (*GetAttachmentRes) Reset

func (x *GetAttachmentRes) Reset()

func (*GetAttachmentRes) String

func (x *GetAttachmentRes) String() string

type GetCategoryReq

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

func (*GetCategoryReq) Descriptor deprecated

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

Deprecated: Use GetCategoryReq.ProtoReflect.Descriptor instead.

func (*GetCategoryReq) GetQuery

func (x *GetCategoryReq) GetQuery() string

func (*GetCategoryReq) ProtoMessage

func (*GetCategoryReq) ProtoMessage()

func (*GetCategoryReq) ProtoReflect

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

func (*GetCategoryReq) Reset

func (x *GetCategoryReq) Reset()

func (*GetCategoryReq) String

func (x *GetCategoryReq) String() string

type GetCategoryRes

type GetCategoryRes struct {
	Status     int64       `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error      string      `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Categories []*Category `protobuf:"bytes,3,rep,name=Categories,proto3" json:"Categories,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCategoryRes) Descriptor deprecated

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

Deprecated: Use GetCategoryRes.ProtoReflect.Descriptor instead.

func (*GetCategoryRes) GetCategories

func (x *GetCategoryRes) GetCategories() []*Category

func (*GetCategoryRes) GetError

func (x *GetCategoryRes) GetError() string

func (*GetCategoryRes) GetStatus

func (x *GetCategoryRes) GetStatus() int64

func (*GetCategoryRes) ProtoMessage

func (*GetCategoryRes) ProtoMessage()

func (*GetCategoryRes) ProtoReflect

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

func (*GetCategoryRes) Reset

func (x *GetCategoryRes) Reset()

func (*GetCategoryRes) String

func (x *GetCategoryRes) String() string

type GetInvoiceContractReq

type GetInvoiceContractReq struct {
	UserID     int64  `protobuf:"varint,1,opt,name=userID,proto3" json:"userID,omitempty"`
	ContractID string `protobuf:"bytes,2,opt,name=contractID,proto3" json:"contractID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInvoiceContractReq) Descriptor deprecated

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

Deprecated: Use GetInvoiceContractReq.ProtoReflect.Descriptor instead.

func (*GetInvoiceContractReq) GetContractID

func (x *GetInvoiceContractReq) GetContractID() string

func (*GetInvoiceContractReq) GetUserID

func (x *GetInvoiceContractReq) GetUserID() int64

func (*GetInvoiceContractReq) ProtoMessage

func (*GetInvoiceContractReq) ProtoMessage()

func (*GetInvoiceContractReq) ProtoReflect

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

func (*GetInvoiceContractReq) Reset

func (x *GetInvoiceContractReq) Reset()

func (*GetInvoiceContractReq) String

func (x *GetInvoiceContractReq) String() string

type GetInvoiceContractRes

type GetInvoiceContractRes struct {
	Status   int32       `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"`
	Error    string      `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Invoices []*Invoices `protobuf:"bytes,3,rep,name=invoices,proto3" json:"invoices,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInvoiceContractRes) Descriptor deprecated

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

Deprecated: Use GetInvoiceContractRes.ProtoReflect.Descriptor instead.

func (*GetInvoiceContractRes) GetError

func (x *GetInvoiceContractRes) GetError() string

func (*GetInvoiceContractRes) GetInvoices

func (x *GetInvoiceContractRes) GetInvoices() []*Invoices

func (*GetInvoiceContractRes) GetStatus

func (x *GetInvoiceContractRes) GetStatus() int32

func (*GetInvoiceContractRes) ProtoMessage

func (*GetInvoiceContractRes) ProtoMessage()

func (*GetInvoiceContractRes) ProtoReflect

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

func (*GetInvoiceContractRes) Reset

func (x *GetInvoiceContractRes) Reset()

func (*GetInvoiceContractRes) String

func (x *GetInvoiceContractRes) String() string

type GetJobOfferForFreelancerReq

type GetJobOfferForFreelancerReq struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobOfferForFreelancerReq) Descriptor deprecated

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

Deprecated: Use GetJobOfferForFreelancerReq.ProtoReflect.Descriptor instead.

func (*GetJobOfferForFreelancerReq) GetStatus

func (x *GetJobOfferForFreelancerReq) GetStatus() string

func (*GetJobOfferForFreelancerReq) GetUserId

func (x *GetJobOfferForFreelancerReq) GetUserId() string

func (*GetJobOfferForFreelancerReq) ProtoMessage

func (*GetJobOfferForFreelancerReq) ProtoMessage()

func (*GetJobOfferForFreelancerReq) ProtoReflect

func (*GetJobOfferForFreelancerReq) Reset

func (x *GetJobOfferForFreelancerReq) Reset()

func (*GetJobOfferForFreelancerReq) String

func (x *GetJobOfferForFreelancerReq) String() string

type GetJobOfferForFreelancerRes

type GetJobOfferForFreelancerRes struct {
	Status int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error  string   `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Offers []*Offer `protobuf:"bytes,3,rep,name=Offers,proto3" json:"Offers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobOfferForFreelancerRes) Descriptor deprecated

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

Deprecated: Use GetJobOfferForFreelancerRes.ProtoReflect.Descriptor instead.

func (*GetJobOfferForFreelancerRes) GetError

func (x *GetJobOfferForFreelancerRes) GetError() string

func (*GetJobOfferForFreelancerRes) GetOffers

func (x *GetJobOfferForFreelancerRes) GetOffers() []*Offer

func (*GetJobOfferForFreelancerRes) GetStatus

func (x *GetJobOfferForFreelancerRes) GetStatus() int32

func (*GetJobOfferForFreelancerRes) ProtoMessage

func (*GetJobOfferForFreelancerRes) ProtoMessage()

func (*GetJobOfferForFreelancerRes) ProtoReflect

func (*GetJobOfferForFreelancerRes) Reset

func (x *GetJobOfferForFreelancerRes) Reset()

func (*GetJobOfferForFreelancerRes) String

func (x *GetJobOfferForFreelancerRes) String() string

type GetJobReq

type GetJobReq struct {
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobReq) Descriptor deprecated

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

Deprecated: Use GetJobReq.ProtoReflect.Descriptor instead.

func (*GetJobReq) GetJobId

func (x *GetJobReq) GetJobId() string

func (*GetJobReq) ProtoMessage

func (*GetJobReq) ProtoMessage()

func (*GetJobReq) ProtoReflect

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

func (*GetJobReq) Reset

func (x *GetJobReq) Reset()

func (*GetJobReq) String

func (x *GetJobReq) String() string

type GetJobRes

type GetJobRes struct {
	Job      *Job   `protobuf:"bytes,1,opt,name=Job,proto3" json:"Job,omitempty"`
	Status   int64  `protobuf:"varint,2,opt,name=Status,proto3" json:"Status,omitempty"`
	Error    string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	Response string `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRes) Descriptor deprecated

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

Deprecated: Use GetJobRes.ProtoReflect.Descriptor instead.

func (*GetJobRes) GetError

func (x *GetJobRes) GetError() string

func (*GetJobRes) GetJob

func (x *GetJobRes) GetJob() *Job

func (*GetJobRes) GetResponse

func (x *GetJobRes) GetResponse() string

func (*GetJobRes) GetStatus

func (x *GetJobRes) GetStatus() int64

func (*GetJobRes) ProtoMessage

func (*GetJobRes) ProtoMessage()

func (*GetJobRes) ProtoReflect

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

func (*GetJobRes) Reset

func (x *GetJobRes) Reset()

func (*GetJobRes) String

func (x *GetJobRes) String() string

type GetJobsRes

type GetJobsRes struct {
	Job      []*Job `protobuf:"bytes,1,rep,name=Job,proto3" json:"Job,omitempty"`
	Status   int64  `protobuf:"varint,2,opt,name=Status,proto3" json:"Status,omitempty"`
	Error    string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	Response string `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobsRes) Descriptor deprecated

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

Deprecated: Use GetJobsRes.ProtoReflect.Descriptor instead.

func (*GetJobsRes) GetError

func (x *GetJobsRes) GetError() string

func (*GetJobsRes) GetJob

func (x *GetJobsRes) GetJob() []*Job

func (*GetJobsRes) GetResponse

func (x *GetJobsRes) GetResponse() string

func (*GetJobsRes) GetStatus

func (x *GetJobsRes) GetStatus() int64

func (*GetJobsRes) ProtoMessage

func (*GetJobsRes) ProtoMessage()

func (*GetJobsRes) ProtoReflect

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

func (*GetJobsRes) Reset

func (x *GetJobsRes) Reset()

func (*GetJobsRes) String

func (x *GetJobsRes) String() string

type GetMyJobsReq

type GetMyJobsReq struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyJobsReq) Descriptor deprecated

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

Deprecated: Use GetMyJobsReq.ProtoReflect.Descriptor instead.

func (*GetMyJobsReq) GetUserId

func (x *GetMyJobsReq) GetUserId() string

func (*GetMyJobsReq) ProtoMessage

func (*GetMyJobsReq) ProtoMessage()

func (*GetMyJobsReq) ProtoReflect

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

func (*GetMyJobsReq) Reset

func (x *GetMyJobsReq) Reset()

func (*GetMyJobsReq) String

func (x *GetMyJobsReq) String() string

type GetMyJobsRes

type GetMyJobsRes struct {
	Jobs     []*Job `protobuf:"bytes,1,rep,name=Jobs,proto3" json:"Jobs,omitempty"`
	Status   int64  `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyJobsRes) Descriptor deprecated

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

Deprecated: Use GetMyJobsRes.ProtoReflect.Descriptor instead.

func (*GetMyJobsRes) GetError

func (x *GetMyJobsRes) GetError() string

func (*GetMyJobsRes) GetJobs

func (x *GetMyJobsRes) GetJobs() []*Job

func (*GetMyJobsRes) GetResponse

func (x *GetMyJobsRes) GetResponse() string

func (*GetMyJobsRes) GetStatus

func (x *GetMyJobsRes) GetStatus() int64

func (*GetMyJobsRes) ProtoMessage

func (*GetMyJobsRes) ProtoMessage()

func (*GetMyJobsRes) ProtoReflect

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

func (*GetMyJobsRes) Reset

func (x *GetMyJobsRes) Reset()

func (*GetMyJobsRes) String

func (x *GetMyJobsRes) String() string

type GetOneContractForClientReq

type GetOneContractForClientReq struct {
	UserId     int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ContractID string `protobuf:"bytes,2,opt,name=contractID,proto3" json:"contractID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOneContractForClientReq) Descriptor deprecated

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

Deprecated: Use GetOneContractForClientReq.ProtoReflect.Descriptor instead.

func (*GetOneContractForClientReq) GetContractID

func (x *GetOneContractForClientReq) GetContractID() string

func (*GetOneContractForClientReq) GetUserId

func (x *GetOneContractForClientReq) GetUserId() int64

func (*GetOneContractForClientReq) ProtoMessage

func (*GetOneContractForClientReq) ProtoMessage()

func (*GetOneContractForClientReq) ProtoReflect

func (*GetOneContractForClientReq) Reset

func (x *GetOneContractForClientReq) Reset()

func (*GetOneContractForClientReq) String

func (x *GetOneContractForClientReq) String() string

type GetOneContractForClientRes

type GetOneContractForClientRes struct {
	Contract *Contracts `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	Error    string     `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Status   int32      `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOneContractForClientRes) Descriptor deprecated

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

Deprecated: Use GetOneContractForClientRes.ProtoReflect.Descriptor instead.

func (*GetOneContractForClientRes) GetContract

func (x *GetOneContractForClientRes) GetContract() *Contracts

func (*GetOneContractForClientRes) GetError

func (x *GetOneContractForClientRes) GetError() string

func (*GetOneContractForClientRes) GetStatus

func (x *GetOneContractForClientRes) GetStatus() int32

func (*GetOneContractForClientRes) ProtoMessage

func (*GetOneContractForClientRes) ProtoMessage()

func (*GetOneContractForClientRes) ProtoReflect

func (*GetOneContractForClientRes) Reset

func (x *GetOneContractForClientRes) Reset()

func (*GetOneContractForClientRes) String

func (x *GetOneContractForClientRes) String() string

type InvoiceReq

type InvoiceReq struct {
	TotalHourWorked float32 `protobuf:"fixed32,1,opt,name=total_hour_worked,json=totalHourWorked,proto3" json:"total_hour_worked,omitempty"`
	ContractID      int32   `protobuf:"varint,2,opt,name=contractID,proto3" json:"contractID,omitempty"`
	SuserId         string  `protobuf:"bytes,3,opt,name=suser_id,json=suserId,proto3" json:"suser_id,omitempty"`
	StartDate       string  `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate         string  `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceReq) Descriptor deprecated

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

Deprecated: Use InvoiceReq.ProtoReflect.Descriptor instead.

func (*InvoiceReq) GetContractID

func (x *InvoiceReq) GetContractID() int32

func (*InvoiceReq) GetEndDate

func (x *InvoiceReq) GetEndDate() string

func (*InvoiceReq) GetStartDate

func (x *InvoiceReq) GetStartDate() string

func (*InvoiceReq) GetSuserId

func (x *InvoiceReq) GetSuserId() string

func (*InvoiceReq) GetTotalHourWorked

func (x *InvoiceReq) GetTotalHourWorked() float32

func (*InvoiceReq) ProtoMessage

func (*InvoiceReq) ProtoMessage()

func (*InvoiceReq) ProtoReflect

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

func (*InvoiceReq) Reset

func (x *InvoiceReq) Reset()

func (*InvoiceReq) String

func (x *InvoiceReq) String() string

type InvoiceRes

type InvoiceRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceRes) Descriptor deprecated

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

Deprecated: Use InvoiceRes.ProtoReflect.Descriptor instead.

func (*InvoiceRes) GetError

func (x *InvoiceRes) GetError() string

func (*InvoiceRes) GetResponse

func (x *InvoiceRes) GetResponse() string

func (*InvoiceRes) GetStatus

func (x *InvoiceRes) GetStatus() int64

func (*InvoiceRes) ProtoMessage

func (*InvoiceRes) ProtoMessage()

func (*InvoiceRes) ProtoReflect

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

func (*InvoiceRes) Reset

func (x *InvoiceRes) Reset()

func (*InvoiceRes) String

func (x *InvoiceRes) String() string

type Invoices

type Invoices struct {
	InvoiceID      int32   `protobuf:"varint,1,opt,name=InvoiceID,proto3" json:"InvoiceID,omitempty"`
	ContractID     int32   `protobuf:"varint,2,opt,name=contractID,proto3" json:"contractID,omitempty"`
	StartDate      string  `protobuf:"bytes,3,opt,name=StartDate,proto3" json:"StartDate,omitempty"`
	EndDate        string  `protobuf:"bytes,4,opt,name=EndDate,proto3" json:"EndDate,omitempty"`
	PaymentStatus  string  `protobuf:"bytes,5,opt,name=PaymentStatus,proto3" json:"PaymentStatus,omitempty"`
	TotalAmount    float32 `protobuf:"fixed32,6,opt,name=TotalAmount,proto3" json:"TotalAmount,omitempty"`
	FreelancerFee  float32 `protobuf:"fixed32,7,opt,name=FreelancerFee,proto3" json:"FreelancerFee,omitempty"`
	MarketPlaceFee float32 `protobuf:"fixed32,8,opt,name=MarketPlaceFee,proto3" json:"MarketPlaceFee,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoices) Descriptor deprecated

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

Deprecated: Use Invoices.ProtoReflect.Descriptor instead.

func (*Invoices) GetContractID

func (x *Invoices) GetContractID() int32

func (*Invoices) GetEndDate

func (x *Invoices) GetEndDate() string

func (*Invoices) GetFreelancerFee

func (x *Invoices) GetFreelancerFee() float32

func (*Invoices) GetInvoiceID

func (x *Invoices) GetInvoiceID() int32

func (*Invoices) GetMarketPlaceFee

func (x *Invoices) GetMarketPlaceFee() float32

func (*Invoices) GetPaymentStatus

func (x *Invoices) GetPaymentStatus() string

func (*Invoices) GetStartDate

func (x *Invoices) GetStartDate() string

func (*Invoices) GetTotalAmount

func (x *Invoices) GetTotalAmount() float32

func (*Invoices) ProtoMessage

func (*Invoices) ProtoMessage()

func (*Invoices) ProtoReflect

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

func (*Invoices) Reset

func (x *Invoices) Reset()

func (*Invoices) String

func (x *Invoices) String() string

type Job

type Job struct {
	ID          int64    `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Title       string   `protobuf:"bytes,2,opt,name=Title,proto3" json:"Title,omitempty"`
	Description string   `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	Skills      []string `protobuf:"bytes,4,rep,name=skills,proto3" json:"skills,omitempty"`
	TimePeriod  string   `protobuf:"bytes,5,opt,name=TimePeriod,proto3" json:"TimePeriod,omitempty"`
	Type        string   `protobuf:"bytes,6,opt,name=Type,proto3" json:"Type,omitempty"`
	Category    string   `protobuf:"bytes,7,opt,name=Category,proto3" json:"Category,omitempty"`
	Budget      float32  `protobuf:"fixed32,8,opt,name=Budget,proto3" json:"Budget,omitempty"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

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

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetBudget

func (x *Job) GetBudget() float32

func (*Job) GetCategory

func (x *Job) GetCategory() string

func (*Job) GetDescription

func (x *Job) GetDescription() string

func (*Job) GetID

func (x *Job) GetID() int64

func (*Job) GetSkills

func (x *Job) GetSkills() []string

func (*Job) GetTimePeriod

func (x *Job) GetTimePeriod() string

func (*Job) GetTitle

func (x *Job) GetTitle() string

func (*Job) GetType

func (x *Job) GetType() string

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

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

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type JobServiceClient

type JobServiceClient interface {
	PostJob(ctx context.Context, in *PostjobReq, opts ...grpc.CallOption) (*PostjobRes, error)
	EditJob(ctx context.Context, in *EditjobReq, opts ...grpc.CallOption) (*EditjobRes, error)
	SendProposal(ctx context.Context, in *ProposalReq, opts ...grpc.CallOption) (*ProposalRes, error)
	SendOffer(ctx context.Context, in *SendOfferReq, opts ...grpc.CallOption) (*SendOfferRes, error)
	AcceptOffer(ctx context.Context, in *AcceptOfferReq, opts ...grpc.CallOption) (*AcceptOfferRes, error)
	ViewContract(ctx context.Context, in *ContractReq, opts ...grpc.CallOption) (*ViewContractRes, error)
	AddCategory(ctx context.Context, in *AddCategoryReq, opts ...grpc.CallOption) (*AddCategoryRes, error)
	GetCategory(ctx context.Context, in *GetCategoryReq, opts ...grpc.CallOption) (*GetCategoryRes, error)
	GetMyJobs(ctx context.Context, in *GetMyJobsReq, opts ...grpc.CallOption) (*GetMyJobsRes, error)
	GetJob(ctx context.Context, in *GetJobReq, opts ...grpc.CallOption) (*GetJobRes, error)
	GetJobs(ctx context.Context, in *NoParam, opts ...grpc.CallOption) (*GetJobsRes, error)
	SendWeeklyInvoice(ctx context.Context, in *InvoiceReq, opts ...grpc.CallOption) (*InvoiceRes, error)
	GetJobProposals(ctx context.Context, in *GJPReq, opts ...grpc.CallOption) (*GJPRes, error)
	GetOfferByClient(ctx context.Context, in *GFCReq, opts ...grpc.CallOption) (*GFCRes, error)
	SearchJobs(ctx context.Context, in *SearchJobsReq, opts ...grpc.CallOption) (*SearchJobsRes, error)
	GetJobOffersForFreelancer(ctx context.Context, in *GetJobOfferForFreelancerReq, opts ...grpc.CallOption) (*GetJobOfferForFreelancerRes, error)
	ExecutePaymentContract(ctx context.Context, in *ExecutePaymentReq, opts ...grpc.CallOption) (*ExecutePaymentRes, error)
	CapturePaymentContract(ctx context.Context, in *CapturePaymentReq, opts ...grpc.CallOption) (*CapturePaymentRes, error)
	GetAllContractsForClient(ctx context.Context, in *GetAllContractsForClientReq, opts ...grpc.CallOption) (*GetAllContractsForClientRes, error)
	GetOneContractForClient(ctx context.Context, in *GetOneContractForClientReq, opts ...grpc.CallOption) (*GetOneContractForClientRes, error)
	GetInvoiceContract(ctx context.Context, in *GetInvoiceContractReq, opts ...grpc.CallOption) (*GetInvoiceContractRes, error)
	AddAttachmentToContract(ctx context.Context, in *AddAttachmentReq, opts ...grpc.CallOption) (*AddAttachmentRes, error)
	GetAttachments(ctx context.Context, in *GetAttachmentReq, opts ...grpc.CallOption) (*GetAttachmentRes, error)
	CheckInvoiceStatus(ctx context.Context, in *CheckInvoiceStatusReq, opts ...grpc.CallOption) (*CheckInvoiceStatusRes, error)
	AdminContractDashboard(ctx context.Context, in *ACDReq, opts ...grpc.CallOption) (*ACDRes, error)
}

JobServiceClient is the client API for JobService 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 NewJobServiceClient

func NewJobServiceClient(cc grpc.ClientConnInterface) JobServiceClient

type JobServiceServer

type JobServiceServer interface {
	PostJob(context.Context, *PostjobReq) (*PostjobRes, error)
	EditJob(context.Context, *EditjobReq) (*EditjobRes, error)
	SendProposal(context.Context, *ProposalReq) (*ProposalRes, error)
	SendOffer(context.Context, *SendOfferReq) (*SendOfferRes, error)
	AcceptOffer(context.Context, *AcceptOfferReq) (*AcceptOfferRes, error)
	ViewContract(context.Context, *ContractReq) (*ViewContractRes, error)
	AddCategory(context.Context, *AddCategoryReq) (*AddCategoryRes, error)
	GetCategory(context.Context, *GetCategoryReq) (*GetCategoryRes, error)
	GetMyJobs(context.Context, *GetMyJobsReq) (*GetMyJobsRes, error)
	GetJob(context.Context, *GetJobReq) (*GetJobRes, error)
	GetJobs(context.Context, *NoParam) (*GetJobsRes, error)
	SendWeeklyInvoice(context.Context, *InvoiceReq) (*InvoiceRes, error)
	GetJobProposals(context.Context, *GJPReq) (*GJPRes, error)
	GetOfferByClient(context.Context, *GFCReq) (*GFCRes, error)
	SearchJobs(context.Context, *SearchJobsReq) (*SearchJobsRes, error)
	GetJobOffersForFreelancer(context.Context, *GetJobOfferForFreelancerReq) (*GetJobOfferForFreelancerRes, error)
	ExecutePaymentContract(context.Context, *ExecutePaymentReq) (*ExecutePaymentRes, error)
	CapturePaymentContract(context.Context, *CapturePaymentReq) (*CapturePaymentRes, error)
	GetAllContractsForClient(context.Context, *GetAllContractsForClientReq) (*GetAllContractsForClientRes, error)
	GetOneContractForClient(context.Context, *GetOneContractForClientReq) (*GetOneContractForClientRes, error)
	GetInvoiceContract(context.Context, *GetInvoiceContractReq) (*GetInvoiceContractRes, error)
	AddAttachmentToContract(context.Context, *AddAttachmentReq) (*AddAttachmentRes, error)
	GetAttachments(context.Context, *GetAttachmentReq) (*GetAttachmentRes, error)
	CheckInvoiceStatus(context.Context, *CheckInvoiceStatusReq) (*CheckInvoiceStatusRes, error)
	AdminContractDashboard(context.Context, *ACDReq) (*ACDRes, error)
	// contains filtered or unexported methods
}

JobServiceServer is the server API for JobService service. All implementations must embed UnimplementedJobServiceServer for forward compatibility

type NoParam

type NoParam struct {
	// contains filtered or unexported fields
}

func (*NoParam) Descriptor deprecated

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

Deprecated: Use NoParam.ProtoReflect.Descriptor instead.

func (*NoParam) ProtoMessage

func (*NoParam) ProtoMessage()

func (*NoParam) ProtoReflect

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

func (*NoParam) Reset

func (x *NoParam) Reset()

func (*NoParam) String

func (x *NoParam) String() string

type Offer

type Offer struct {
	OfferId      float32 `protobuf:"fixed32,1,opt,name=offer_id,json=offerId,proto3" json:"offer_id,omitempty"`
	ClientId     string  `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	JobId        string  `protobuf:"bytes,3,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Budget       float32 `protobuf:"fixed32,4,opt,name=budget,proto3" json:"budget,omitempty"`
	OfferLetter  string  `protobuf:"bytes,5,opt,name=offer_letter,json=offerLetter,proto3" json:"offer_letter,omitempty"`
	StartingTime string  `protobuf:"bytes,6,opt,name=Starting_time,json=StartingTime,proto3" json:"Starting_time,omitempty"`
	Status       string  `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Offer) Descriptor deprecated

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

Deprecated: Use Offer.ProtoReflect.Descriptor instead.

func (*Offer) GetBudget

func (x *Offer) GetBudget() float32

func (*Offer) GetClientId

func (x *Offer) GetClientId() string

func (*Offer) GetJobId

func (x *Offer) GetJobId() string

func (*Offer) GetOfferId

func (x *Offer) GetOfferId() float32

func (*Offer) GetOfferLetter

func (x *Offer) GetOfferLetter() string

func (*Offer) GetStartingTime

func (x *Offer) GetStartingTime() string

func (*Offer) GetStatus

func (x *Offer) GetStatus() string

func (*Offer) ProtoMessage

func (*Offer) ProtoMessage()

func (*Offer) ProtoReflect

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

func (*Offer) Reset

func (x *Offer) Reset()

func (*Offer) String

func (x *Offer) String() string

type PostjobReq

type PostjobReq struct {
	Title       string  `protobuf:"bytes,1,opt,name=Title,proto3" json:"Title,omitempty"`
	Description string  `protobuf:"bytes,2,opt,name=Description,proto3" json:"Description,omitempty"`
	Category    int64   `protobuf:"varint,3,opt,name=category,proto3" json:"category,omitempty"`
	Skills      []int64 `protobuf:"varint,4,rep,packed,name=skills,proto3" json:"skills,omitempty"`
	TimePeriod  string  `protobuf:"bytes,5,opt,name=timePeriod,proto3" json:"timePeriod,omitempty"`
	Type        string  `protobuf:"bytes,6,opt,name=Type,proto3" json:"Type,omitempty"`
	Budget      float32 `protobuf:"fixed32,7,opt,name=budget,proto3" json:"budget,omitempty"`
	UserId      int64   `protobuf:"varint,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PostjobReq) Descriptor deprecated

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

Deprecated: Use PostjobReq.ProtoReflect.Descriptor instead.

func (*PostjobReq) GetBudget

func (x *PostjobReq) GetBudget() float32

func (*PostjobReq) GetCategory

func (x *PostjobReq) GetCategory() int64

func (*PostjobReq) GetDescription

func (x *PostjobReq) GetDescription() string

func (*PostjobReq) GetSkills

func (x *PostjobReq) GetSkills() []int64

func (*PostjobReq) GetTimePeriod

func (x *PostjobReq) GetTimePeriod() string

func (*PostjobReq) GetTitle

func (x *PostjobReq) GetTitle() string

func (*PostjobReq) GetType

func (x *PostjobReq) GetType() string

func (*PostjobReq) GetUserId

func (x *PostjobReq) GetUserId() int64

func (*PostjobReq) ProtoMessage

func (*PostjobReq) ProtoMessage()

func (*PostjobReq) ProtoReflect

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

func (*PostjobReq) Reset

func (x *PostjobReq) Reset()

func (*PostjobReq) String

func (x *PostjobReq) String() string

type PostjobRes

type PostjobRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*PostjobRes) Descriptor deprecated

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

Deprecated: Use PostjobRes.ProtoReflect.Descriptor instead.

func (*PostjobRes) GetError

func (x *PostjobRes) GetError() string

func (*PostjobRes) GetResponse

func (x *PostjobRes) GetResponse() string

func (*PostjobRes) GetStatus

func (x *PostjobRes) GetStatus() int64

func (*PostjobRes) ProtoMessage

func (*PostjobRes) ProtoMessage()

func (*PostjobRes) ProtoReflect

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

func (*PostjobRes) Reset

func (x *PostjobRes) Reset()

func (*PostjobRes) String

func (x *PostjobRes) String() string

type ProposalReq

type ProposalReq struct {
	Budget      float32  `protobuf:"fixed32,1,opt,name=Budget,proto3" json:"Budget,omitempty"`
	CoverLetter string   `protobuf:"bytes,2,opt,name=coverLetter,proto3" json:"coverLetter,omitempty"`
	Attachments [][]byte `protobuf:"bytes,3,rep,name=attachments,proto3" json:"attachments,omitempty"`
	UserId      string   `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobId       string   `protobuf:"bytes,5,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProposalReq) Descriptor deprecated

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

Deprecated: Use ProposalReq.ProtoReflect.Descriptor instead.

func (*ProposalReq) GetAttachments

func (x *ProposalReq) GetAttachments() [][]byte

func (*ProposalReq) GetBudget

func (x *ProposalReq) GetBudget() float32

func (*ProposalReq) GetCoverLetter

func (x *ProposalReq) GetCoverLetter() string

func (*ProposalReq) GetJobId

func (x *ProposalReq) GetJobId() string

func (*ProposalReq) GetUserId

func (x *ProposalReq) GetUserId() string

func (*ProposalReq) ProtoMessage

func (*ProposalReq) ProtoMessage()

func (*ProposalReq) ProtoReflect

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

func (*ProposalReq) Reset

func (x *ProposalReq) Reset()

func (*ProposalReq) String

func (x *ProposalReq) String() string

type ProposalRes

type ProposalRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*ProposalRes) Descriptor deprecated

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

Deprecated: Use ProposalRes.ProtoReflect.Descriptor instead.

func (*ProposalRes) GetError

func (x *ProposalRes) GetError() string

func (*ProposalRes) GetResponse

func (x *ProposalRes) GetResponse() string

func (*ProposalRes) GetStatus

func (x *ProposalRes) GetStatus() int64

func (*ProposalRes) ProtoMessage

func (*ProposalRes) ProtoMessage()

func (*ProposalRes) ProtoReflect

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

func (*ProposalRes) Reset

func (x *ProposalRes) Reset()

func (*ProposalRes) String

func (x *ProposalRes) String() string

type Proposals

type Proposals struct {
	UserId      int32   `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Budget      float32 `protobuf:"fixed32,2,opt,name=budget,proto3" json:"budget,omitempty"`
	Coverletter string  `protobuf:"bytes,3,opt,name=coverletter,proto3" json:"coverletter,omitempty"`
	// contains filtered or unexported fields
}

func (*Proposals) Descriptor deprecated

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

Deprecated: Use Proposals.ProtoReflect.Descriptor instead.

func (*Proposals) GetBudget

func (x *Proposals) GetBudget() float32

func (*Proposals) GetCoverletter

func (x *Proposals) GetCoverletter() string

func (*Proposals) GetUserId

func (x *Proposals) GetUserId() int32

func (*Proposals) ProtoMessage

func (*Proposals) ProtoMessage()

func (*Proposals) ProtoReflect

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

func (*Proposals) Reset

func (x *Proposals) Reset()

func (*Proposals) String

func (x *Proposals) String() string

type SearchJobsReq

type SearchJobsReq struct {
	Query      string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Paytype    string `protobuf:"bytes,2,opt,name=paytype,proto3" json:"paytype,omitempty"`
	HourlyRate string `protobuf:"bytes,3,opt,name=hourly_rate,json=hourlyRate,proto3" json:"hourly_rate,omitempty"`
	FixedRate  string `protobuf:"bytes,4,opt,name=fixed_rate,json=fixedRate,proto3" json:"fixed_rate,omitempty"`
	Category   string `protobuf:"bytes,5,opt,name=category,proto3" json:"category,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchJobsReq) Descriptor deprecated

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

Deprecated: Use SearchJobsReq.ProtoReflect.Descriptor instead.

func (*SearchJobsReq) GetCategory

func (x *SearchJobsReq) GetCategory() string

func (*SearchJobsReq) GetFixedRate

func (x *SearchJobsReq) GetFixedRate() string

func (*SearchJobsReq) GetHourlyRate

func (x *SearchJobsReq) GetHourlyRate() string

func (*SearchJobsReq) GetPaytype

func (x *SearchJobsReq) GetPaytype() string

func (*SearchJobsReq) GetQuery

func (x *SearchJobsReq) GetQuery() string

func (*SearchJobsReq) ProtoMessage

func (*SearchJobsReq) ProtoMessage()

func (*SearchJobsReq) ProtoReflect

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

func (*SearchJobsReq) Reset

func (x *SearchJobsReq) Reset()

func (*SearchJobsReq) String

func (x *SearchJobsReq) String() string

type SearchJobsRes

type SearchJobsRes struct {
	Jobs     []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
	Status   int32  `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,4,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchJobsRes) Descriptor deprecated

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

Deprecated: Use SearchJobsRes.ProtoReflect.Descriptor instead.

func (*SearchJobsRes) GetError

func (x *SearchJobsRes) GetError() string

func (*SearchJobsRes) GetJobs

func (x *SearchJobsRes) GetJobs() []*Job

func (*SearchJobsRes) GetResponse

func (x *SearchJobsRes) GetResponse() string

func (*SearchJobsRes) GetStatus

func (x *SearchJobsRes) GetStatus() int32

func (*SearchJobsRes) ProtoMessage

func (*SearchJobsRes) ProtoMessage()

func (*SearchJobsRes) ProtoReflect

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

func (*SearchJobsRes) Reset

func (x *SearchJobsRes) Reset()

func (*SearchJobsRes) String

func (x *SearchJobsRes) String() string

type SendOfferReq

type SendOfferReq struct {
	Budget       float32 `protobuf:"fixed32,1,opt,name=budget,proto3" json:"budget,omitempty"`
	OfferLetter  string  `protobuf:"bytes,2,opt,name=offer_letter,json=offerLetter,proto3" json:"offer_letter,omitempty"`
	StartingTime string  `protobuf:"bytes,3,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty"`
	JobId        int32   `protobuf:"varint,4,opt,name=Job_id,json=JobId,proto3" json:"Job_id,omitempty"`
	FreelancerId int32   `protobuf:"varint,5,opt,name=Freelancer_id,json=FreelancerId,proto3" json:"Freelancer_id,omitempty"`
	ClientId     int32   `protobuf:"varint,6,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendOfferReq) Descriptor deprecated

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

Deprecated: Use SendOfferReq.ProtoReflect.Descriptor instead.

func (*SendOfferReq) GetBudget

func (x *SendOfferReq) GetBudget() float32

func (*SendOfferReq) GetClientId

func (x *SendOfferReq) GetClientId() int32

func (*SendOfferReq) GetFreelancerId

func (x *SendOfferReq) GetFreelancerId() int32

func (*SendOfferReq) GetJobId

func (x *SendOfferReq) GetJobId() int32

func (*SendOfferReq) GetOfferLetter

func (x *SendOfferReq) GetOfferLetter() string

func (*SendOfferReq) GetStartingTime

func (x *SendOfferReq) GetStartingTime() string

func (*SendOfferReq) ProtoMessage

func (*SendOfferReq) ProtoMessage()

func (*SendOfferReq) ProtoReflect

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

func (*SendOfferReq) Reset

func (x *SendOfferReq) Reset()

func (*SendOfferReq) String

func (x *SendOfferReq) String() string

type SendOfferRes

type SendOfferRes struct {
	Status   int64  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=Response,proto3" json:"Response,omitempty"`
	// contains filtered or unexported fields
}

func (*SendOfferRes) Descriptor deprecated

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

Deprecated: Use SendOfferRes.ProtoReflect.Descriptor instead.

func (*SendOfferRes) GetError

func (x *SendOfferRes) GetError() string

func (*SendOfferRes) GetResponse

func (x *SendOfferRes) GetResponse() string

func (*SendOfferRes) GetStatus

func (x *SendOfferRes) GetStatus() int64

func (*SendOfferRes) ProtoMessage

func (*SendOfferRes) ProtoMessage()

func (*SendOfferRes) ProtoReflect

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

func (*SendOfferRes) Reset

func (x *SendOfferRes) Reset()

func (*SendOfferRes) String

func (x *SendOfferRes) String() string

type UnimplementedJobServiceServer

type UnimplementedJobServiceServer struct {
}

UnimplementedJobServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJobServiceServer) AcceptOffer

func (UnimplementedJobServiceServer) AddAttachmentToContract

func (UnimplementedJobServiceServer) AddCategory

func (UnimplementedJobServiceServer) AdminContractDashboard

func (UnimplementedJobServiceServer) AdminContractDashboard(context.Context, *ACDReq) (*ACDRes, error)

func (UnimplementedJobServiceServer) CapturePaymentContract

func (UnimplementedJobServiceServer) CheckInvoiceStatus

func (UnimplementedJobServiceServer) EditJob

func (UnimplementedJobServiceServer) ExecutePaymentContract

func (UnimplementedJobServiceServer) GetAttachments

func (UnimplementedJobServiceServer) GetCategory

func (UnimplementedJobServiceServer) GetInvoiceContract

func (UnimplementedJobServiceServer) GetJob

func (UnimplementedJobServiceServer) GetJobOffersForFreelancer

func (UnimplementedJobServiceServer) GetJobProposals

func (UnimplementedJobServiceServer) GetJobs

func (UnimplementedJobServiceServer) GetMyJobs

func (UnimplementedJobServiceServer) GetOfferByClient

func (UnimplementedJobServiceServer) GetOneContractForClient

func (UnimplementedJobServiceServer) PostJob

func (UnimplementedJobServiceServer) SearchJobs

func (UnimplementedJobServiceServer) SendOffer

func (UnimplementedJobServiceServer) SendProposal

func (UnimplementedJobServiceServer) SendWeeklyInvoice

func (UnimplementedJobServiceServer) ViewContract

type UnsafeJobServiceServer

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

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

type ViewContractRes

type ViewContractRes struct {
	// contains filtered or unexported fields
}

func (*ViewContractRes) Descriptor deprecated

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

Deprecated: Use ViewContractRes.ProtoReflect.Descriptor instead.

func (*ViewContractRes) ProtoMessage

func (*ViewContractRes) ProtoMessage()

func (*ViewContractRes) ProtoReflect

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

func (*ViewContractRes) Reset

func (x *ViewContractRes) Reset()

func (*ViewContractRes) String

func (x *ViewContractRes) String() string

Jump to

Keyboard shortcuts

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