...

Package inspect

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

Overview ▾

func SeciIngestionStatus

func SeciIngestionStatus(wfInfo wf.WfInfo) string

SeciIngestionStatus *

* Inspect a SECI Ingestion Workflow Request to determine status
*
* @param WfInfo A struct with needed workflow information
* @return a formatted string containing the status of a given SECI Ingestion Workflow
*

type IngestionStatus

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

func NewIngestionStatus

func NewIngestionStatus(wfInfo wf.WfInfo) *IngestionStatus