Documentation
¶
Index ¶
- func NewJobServerGrpc(gserver *grpc.Server, jobUcase user_job.Usecase)
- type JobServer
- func (s *JobServer) Find(context context.Context, jobId *job_grpc.JobID) (*job_grpc.Job, error)
- func (s *JobServer) GetTags(context context.Context, nothing *job_grpc.Nothing) (*job_grpc.Jobs, error)
- func (s *JobServer) GetUserIDFromJobID(context context.Context, jID *job_grpc.JobID) (*job_grpc.UserID, error)
- func (s *JobServer) TransformJobData(job *job_grpc.Job) *model.Job
- func (s *JobServer) TransformJobRPC(job *model.Job) *job_grpc.Job
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JobServer ¶
func (*JobServer) GetUserIDFromJobID ¶
func (*JobServer) TransformJobData ¶
Click to show internal directories.
Click to hide internal directories.