iot: change the copy stages
Split this into two separate copystages so that we are not overriding types.
This commit is contained in:
parent
b0fce3bfd1
commit
258f450021
7 changed files with 520 additions and 291 deletions
|
|
@ -19,7 +19,7 @@ func NewTreeInput(reference string) *TreeInput {
|
|||
return input
|
||||
}
|
||||
|
||||
type PipelineTreeInputs map[string]Input
|
||||
type PipelineTreeInputs map[string]TreeInput
|
||||
|
||||
func NewPipelineTreeInputs(name, pipeline string) *PipelineTreeInputs {
|
||||
return &PipelineTreeInputs{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue