Skip to content

Commit

Permalink
added documentary
Browse files Browse the repository at this point in the history
  • Loading branch information
deemount committed Mar 28, 2024
1 parent b5f30d4 commit bb5904e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit bb5904e

Please sign in to comment.