Versions in this module Expand all Collapse all v0 v0.7.0 Jan 11, 2023 Changes in this version + const ECodeArgument v0.6.0 Jan 5, 2023 Changes in this version + const ECodeAlreadyExists + const ECodeCatalogInvalid + const ECodeCatalogMissingEntry + const ECodeCatalogName + const ECodeCatalogParse + const ECodeDataTooNew + const ECodeExecutorFailed + const ECodeFormulaExecutionFailed + const ECodeFormulaInvalid + const ECodeGeneratorFailed + const ECodeGit + const ECodeInternal + const ECodeInvalid + const ECodeIo + const ECodeMissing + const ECodeModuleInvalid + const ECodePlotExecution + const ECodePlotInvalid + const ECodePlotStepFailed + const ECodeSearchingFilesystem + const ECodeSerialization + const ECodeSyscall + const ECodeUnknown + const ECodeWareIdInvalid + const ECodeWarePack + const ECodeWareUnpack + const ECodeWorkspace + var LinkSystem = cidlink.DefaultLinkSystem() + var TypeSystem = func() *schema.TypeSystem { ... }() + func ErrorCatalogInvalid(path string, reason string) error + func ErrorCatalogItemAlreadyExists(path string, itemName ItemLabel) error + func ErrorCatalogName(name string, reason string) error + func ErrorCatalogParse(path string, cause error) error + func ErrorDataTooNew(context string, cause error) error + func ErrorExecutorFailed(executorEngineName string, cause error) error + func ErrorFileAlreadyExists(path string) error + func ErrorFileMissing(path string) error + func ErrorFormulaExecutionFailed(cause error) error + func ErrorFormulaInvalid(reason string) error + func ErrorGeneratorFailed(generatorName string, inputFile string, details string) error + func ErrorGit(context string, cause error) error + func ErrorIo(context string, path string, cause error) error + func ErrorMissingCatalogEntry(ref CatalogRef, replayAvailable bool) error + func ErrorModuleInvalid(reason string) error + func ErrorPlotExecutionFailed(cause error) error + func ErrorPlotInvalid(reason string) error + func ErrorPlotStepFailed(stepName StepName, cause error) error + func ErrorSearchingFilesystem(searchingFor string, cause error) error + func ErrorSerialization(context string, cause error) error + func ErrorSyscall(fmtPattern string, args ...interface{}) error + func ErrorWareIdInvalid(wareId WareID) error + func ErrorWarePack(path string, cause error) error + func ErrorWareUnpack(wareId WareID, cause error) error + func ErrorWorkspace(wsPath string, cause error) error + func IsCode(err error, code string) bool + func TerminalError(err serum.ErrorInterface, exitCode int) + type Action struct + Echo *Action_Echo + Exec *Action_Exec + Script *Action_Script + type Action_Echo struct + type Action_Exec struct + Command []string + Network *bool + type Action_Script struct + Contents []string + Interpreter string + Network *bool + type ApiOutput struct + Log *LogOutput + Output *string + PlotResults *PlotResults + RunRecord *RunRecord + type Catalog struct + Keys []ModuleName + Values map[ModuleName]CatalogModule + type CatalogLineage struct + Metadata struct{ ... } + Name string + Releases []CatalogRelease + type CatalogMirrors struct + ByModule *CatalogMirrorsByModule + ByWare *CatalogMirrorsByWare + type CatalogMirrorsByModule struct + Keys []ModuleName + Values map[ModuleName]CatalogMirrorsByPacktype + type CatalogMirrorsByPacktype struct + Keys []Packtype + Values map[Packtype][]WarehouseAddr + type CatalogMirrorsByWare struct + Keys []WareID + Values map[WareID][]WarehouseAddr + type CatalogMirrorsCapsule struct + CatalogMirrors *CatalogMirrors + type CatalogModule struct + Metadata struct{ ... } + Name ModuleName + Releases struct{ ... } + type CatalogModuleCapsule struct + CatalogModule *CatalogModule + type CatalogRef struct + ItemName ItemLabel + ModuleName ModuleName + ReleaseName ReleaseName + func (c *CatalogRef) String() string + type CatalogRelease struct + Items struct{ ... } + Metadata struct{ ... } + ReleaseName ReleaseName + func (rel *CatalogRelease) Cid() CatalogReleaseCID + type CatalogReleaseCID string + type FilterMap struct + Keys []string + Values map[string]string + type Formula struct + Action Action + Inputs struct{ ... } + Outputs struct{ ... } + type FormulaAndContext struct + Context *FormulaContextCapsule + Formula FormulaCapsule + type FormulaCapsule struct + Formula *Formula + type FormulaContext struct + Warehouses struct{ ... } + type FormulaContextCapsule struct + FormulaContext *FormulaContext + type FormulaExecConfig struct + DisableMemoization bool + Interactive bool + type FormulaInput struct + FormulaInputComplex *FormulaInputComplex + FormulaInputSimple *FormulaInputSimple + func (fi *FormulaInput) Basis() *FormulaInputSimple + type FormulaInputComplex struct + Basis FormulaInputSimple + Filters FilterMap + type FormulaInputSimple struct + Literal *Literal + Mount *Mount + WareID *WareID + type GatherDirective struct + Filters *FilterMap + From SandboxPort + Packtype *Packtype + type GitIngest struct + HostPath string + Ref string + type Ingest struct + GitIngest *GitIngest + type ItemLabel string + type Literal string + type LocalLabel string + type LogOutput struct + Msg string + type Module struct + Name ModuleName + type ModuleCapsule struct + Module *Module + type ModuleName string + type Mount struct + HostPath string + Mode MountMode + type MountMode string + const MountMode_Overlay + const MountMode_Readonly + const MountMode_Readwrite + type OutputName string + type Packtype string + type Pipe struct + Label LocalLabel + StepName StepName + type Plot struct + Inputs struct{ ... } + Outputs struct{ ... } + Steps struct{ ... } + func (plot *Plot) Cid() PlotCID + type PlotCID string + type PlotCapsule struct + Plot *Plot + type PlotExecConfig struct + FormulaExecConfig FormulaExecConfig + Recursive bool + type PlotInput struct + PlotInputComplex *PlotInputComplex + PlotInputSimple *PlotInputSimple + func (pi *PlotInput) Basis() *PlotInputSimple + type PlotInputComplex struct + Basis PlotInputSimple + Filters FilterMap + type PlotInputSimple struct + CatalogRef *CatalogRef + Ingest *Ingest + Literal *Literal + Mount *Mount + Pipe *Pipe + WareID *WareID + type PlotOutput struct + Pipe *Pipe + type PlotResults struct + Keys []LocalLabel + Values map[LocalLabel]WareID + type Protoformula struct + Action Action + Inputs struct{ ... } + Outputs struct{ ... } + type ReleaseName string + type ReplayCapsule struct + Plot *Plot + type RunRecord struct + Exitcode int + FormulaID string + Guid string + Results struct{ ... } + Time int64 + type SandboxPath string + type SandboxPort struct + SandboxPath *SandboxPath + SandboxVar *SandboxVar + type SandboxVar string + type Step struct + Plot *Plot + Protoformula *Protoformula + type StepName string + type WareID struct + Hash string + Packtype Packtype + func (w WareID) String() string + type WarehouseAddr string