freerware / workfx

An module enabling your Fx application to effectively track and commit changes to your entities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workfx

Modules enabling your Fx application to effectively track and commit changes to your entities.

GoDoc Build Status Coverage Status Release License Blog

What is it?

workfx empowers your Fx application with the ability to track and commit atomic changes to your entities. It essentially defines core module(s) that can be imported into your Fx application so that it can leverage work.Uniter instances.

Why use it?

With workfx you can seamlessly integrate work units into your Fx application with one line of code.

Release information

4.0.0-beta

  • Leverage v4.0.0-beta of work.

2.x.x

  • NO LONGER SUPPORTED.

1.x.x

  • NO LONGER SUPPORTED.

Versions 1.x.x and 2.x.x are no longer supported. Please upgrade to 4.x.x+ to receive the latest and greatest features of work units!

Dependancy Information

As of v4.0.0-beta, the project utilizes modules. Prior to v4.0.0-beta, the project utilized dep for dependency management.

In order to transition to modules gracefully, we adhered to the best practice recommendations authored by the Golang team.

Contribute

Want to lend us a hand? Check out our guidelines for contributing.

License

We are rocking an Apache 2.0 license for this project.

Code of Conduct

Please check out our code of conduct to get up to speed how we do things.

About

An module enabling your Fx application to effectively track and commit changes to your entities.

License:Apache License 2.0


Languages

Language:Go 94.3%Language:Makefile 5.7%