Skip to content

Commit

Permalink
feat: Added containerized tranformer input/output configurability to …
Browse files Browse the repository at this point in the history
…samples

Signed-off-by: seshapad <seshapad@in.ibm.com>
  • Loading branch information
seshapad committed Nov 22, 2022
1 parent bfa71b7 commit 8c2e16e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transformer/external/executabletransformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type IOMode string
const (
envMode IOMode = "env"
argMode IOMode = "arg"
defaultMode IOMode = "default"
envDelimiter = "="
)

Expand Down

0 comments on commit 8c2e16e

Please sign in to comment.