Discover Packages
github.com/deemount/gobpmnHash
package
module
Version:
v0.1.0-alpha
Opens a new window with list of versions in this module.
Published: Mar 18, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
README
README
¶
gobpmnHash
A tool for creating and distributing hash values to the reflected elements in a business process model created in Go
Note: This repository is under construction
Wiki
The documentation is now written in the wiki of the respective module
Start here gobpmn
Testing
You can also test the idea behind it directly. Simply follow the link to the lab
Examples
In addition, a repository with available applications has now been created. Examples for execution are stored here.
Modules
Expand ▾
Collapse ▴
Documentation
¶
type Injection struct {
Suffix string
}
Injection contains the field Suffix, which holds the hash value for each field
func (injection *Injection ) Inject(p interface{}) interface{}
Inject itself reflects a given struct and inject
signed fields with hash values.
There are two conditions to assign fields of a struct:
a) The struct has anonymous fields or
b) The struct has no anymous fields
Source Files
¶
Directories
¶
internals
Click to show internal directories.
Click to hide internal directories.