From bb5904e4f0f951de2eee881a3f075f058b7ba454 Mon Sep 17 00:00:00 2001 From: Salvatore Gonda Date: Thu, 28 Mar 2024 17:39:36 +0100 Subject: [PATCH] added documentary --- builder.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder.go b/builder.go index 2af7bdd..7285363 100644 --- a/builder.go +++ b/builder.go @@ -33,10 +33,10 @@ type ( SetDefinitions() SetDefinitionsByArg(r core.DefinitionsRepository) Defaults(p interface{}, c *gobpmn_count.Quantities) - ToBPMN() error // Sets the bpmn file - ToJSON() error // Sets the json file - GetCurrentlyCreatedFilename() string - GetCurrentlyCreatedFile() string + ToBPMN() error // Sets the bpmn file + ToJSON() error // Sets the json file + GetCurrentlyCreatedFilename() string // Gets the current file without path + GetCurrentlyCreatedFile() string // Gets the current file with path Build() (Builder, error) }