...

Package inspect

import "ssa/seci_ingestion_status/pkg/inspect"
Overview
Index

Overview ▾

func SeciIngestionStatus

func SeciIngestionStatus(wfInfo wf.WfInfo) string

SeciIngestionStatus *

type IngestionStatus

type IngestionStatus struct {
    Type         string
    Status       string
    IsIngested   bool
    WorkflowInfo wf.WfInfo
}

func NewIngestionStatus

func NewIngestionStatus(wfInfo wf.WfInfo) *IngestionStatus