Documentation
¶
Index ¶
- func Start() (err error)
- type JobDeveloperServer
- func (s *JobDeveloperServer) JobFree(ctx context.Context, req *request.JobFree) (*response.JobFree, error)
- func (s *JobDeveloperServer) JobParser(ctx context.Context, req *request.JobParser) (*response.JobParser, error)
- func (s *JobDeveloperServer) NodeRelations(ctx context.Context, req *model.EmptyStruct) (*response.NodeRelations, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JobDeveloperServer ¶
type JobDeveloperServer struct {
jobdevpb.UnimplementedJobdeveloperServer
// contains filtered or unexported fields
}
func NewJobDeveloperServer ¶
func NewJobDeveloperServer(executor *executor.JobdeveloperExecutor) *JobDeveloperServer
func (*JobDeveloperServer) NodeRelations ¶
func (s *JobDeveloperServer) NodeRelations(ctx context.Context, req *model.EmptyStruct) (*response.NodeRelations, error)
Click to show internal directories.
Click to hide internal directories.