import "ssa/seci_ingestion_status/pkg/inspect"
inspect.go
func SeciIngestionStatus(wfInfo wf.WfInfo) string
SeciIngestionStatus *
type IngestionStatus struct { Type string Status string IsIngested bool WorkflowInfo wf.WfInfo }
func NewIngestionStatus(wfInfo wf.WfInfo) *IngestionStatus