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

This commit is contained in:
Nathan Coad
2023-02-10 16:03:48 +11:00
parent 0e658c6360
commit 03939ec9f9
5 changed files with 19 additions and 7 deletions

View File

@@ -17,6 +17,9 @@ import (
// swagger:model postParamsBody
type PostParamsBody struct {
// Name of the json input file to utilise
Infile string `json:"infile,omitempty"`
// the filename of the output spreadsheet
OutFilename *string `json:"out-filename,omitempty"`