...

Package ingest

import "ssa/iiwf_trigger/pkg/ingest"
Overview
Index

Overview ▾

func CallIngestionEndpoint

func CallIngestionEndpoint(imgSetPath string, locator string, input CapoInput)

CallIngestionEndpoint *

func GetCalibrationLocator

func GetCalibrationLocator(imgSetPath string, input CapoInput) string

GetCalibrationLocator *

type CapoInput

CapoInput *

type CapoInput struct {
    CapoPath    string
    CapoProfile string
}

type RequestPayload

type RequestPayload struct {
    CachePath string `json:"cache_path"`
    CalSpl    string `json:"cal_spl"`
}

type ResponsePayload

type ResponsePayload struct {
    WorkflowName      string `json:"workflow_name"`
    WorkflowRequestId int    `json:"workflow_request_id"`
}