Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Network/JobRequest

Index

Type aliases

Variables

Type aliases

JobRequest

JobRequest: t.TypeOf<typeof JobRequest>

Variables

Const JobRequest

JobRequest: TypeC<{ image: StringC; target: StringC }> = ...

A request for the Daemon to run a job.

remarks

The request is not self-contained because it doesn't specify the recipe. In the current protocol design, for simplicity, the entire Makefile is sent.

Generated using TypeDoc