Documentation ¶
Index ¶
Constants ¶
View Source
const ( AgentErrorName = ".agent-error" AgentSocketName = ".agent-socket" AgentErrorPathContainer = CompileDirContainer + "/" + AgentErrorName AgentSocketPathContainer = CompileDirContainer + "/" + AgentSocketName CompileDirContainer = "/compile" OutputDirContainer = "/output" CompileDirPlaceHolder = "$COMPILE_DIR" OutputDirPlaceHolder = "$OUTPUT_DIR" CompileOutputLabel = "compile-output" ContentLabel = "content" ProjectSyncStateFilename = ".project-sync-state-v3" PDFCachingTrackerFilename = "pdf-caching.json" TimedOut = "timedout" Cancelled = "cancelled" Terminated = "terminated" Success = "success" Failure = "failure" ValidationPass = "validation-pass" ValidationFail = "validation-fail" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.