Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobServiceServer ¶
type JobServiceServer struct {
// contains filtered or unexported fields
}
func NewJobService ¶
func NewJobService(config *configuration.JobServiceConfiguration, sqlService repository.SQLJobService) *JobServiceServer
func (*JobServiceServer) GetJobStatus ¶
func (s *JobServiceServer) GetJobStatus(ctx context.Context, opts *js.JobServiceRequest) (*js.JobServiceResponse, error)
func (*JobServiceServer) Health ¶
func (s *JobServiceServer) Health(ctx context.Context, _ *types.Empty) (*js.HealthCheckResponse, error)
Click to show internal directories.
Click to hide internal directories.