Categorygithub.com/GettEngineering/effe
modulepackage
0.1.7
Repository: https://github.com/gettengineering/effe.git
Documentation: pkg.go.dev

# README

Effe

Build Status codecov codebeat badge Maintainability Go Report Card GitHub GoDoc

Effe is an orchestration engine for business-logic

Installing

go get github.com/GettEngineering/effe/cmd/effe

Run

$ effe -h
Usage of effe:
  -d    draw diagrams for business flows
  -out string
        draw output directory (default "graphs")
  -v    show current version of effe

and ensuring that $GOPATH/bin is added to your $PATH.

Documentation & Getting Started

http://gettengineering.github.io/effe

Getting Started guide.

Issues/Problems/Ideas

https://github.com/GettEngineering/effe/issues

Get support

Effe is maintained by Gett. Use github issue tracking for any support request.

License

Copyright (c) 2020 Gett

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package plugin implements a plugin layer for component statements.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

This directive helps to declare a function which executes before other steps in a directive Wrap.
Build is placed in the body of an inhector function template to declare the steps.
This directive can be used only in Decision.
Decision directive helps to organize branching of our business logic.
A Failure works the same way as Step, but with one exception: a function executes only if one of steps returns an error.
A Step declares a function which will be executed in this place.
This directive helps to declare a function which executes after other steps in a directive Wrap and if not one step returned an error.
Wrap helps to declare a block of steps which is executed in the following sequence.

# Interfaces

Type for declaring business logic for specific case.
Based type for declaring steps.