Skip to content

Commit

Permalink
fix: added GetCurrentlyCreatedFile to builderRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
deemount committed Mar 28, 2024
1 parent 6477bed commit b5f30d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type (
ToBPMN() error // Sets the bpmn file
ToJSON() error // Sets the json file
GetCurrentlyCreatedFilename() string
GetCurrentlyCreatedFile() string
Build() (Builder, error)
}

Expand Down

0 comments on commit b5f30d4

Please sign in to comment.