functionbuilder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Coad
2023-02-10 17:21:49 +11:00
parent 1f1e172f2e
commit c2bc2c7e4a
4 changed files with 17 additions and 24 deletions

View File

@@ -24,9 +24,6 @@ type PostParamsBody struct {
// File to create before running commands.
Files []apps.DirektivFile `json:"files"`
// json input to convert to spreadsheet
InData interface{} `json:"in-data,omitempty"`
// Name of the json input file to utilise
Infile string `json:"infile,omitempty"`