{"id":43846556,"url":"https://github.com/freerware/workfx","last_synced_at":"2026-02-06T06:04:55.793Z","repository":{"id":54993688,"uuid":"188162136","full_name":"freerware/workfx","owner":"freerware","description":"An module enabling your Fx application to effectively track and commit changes to your entities.","archived":false,"fork":false,"pushed_at":"2021-01-17T04:27:43.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-27T22:07:20.514Z","etag":null,"topics":["design-pattern","design-patterns","designpattern","designpatterns","fx","fx-application","go","golang","uber","unit-of-work","unitofwork"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freerware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-23T04:35:23.000Z","updated_at":"2023-02-28T18:08:06.000Z","dependencies_parsed_at":"2022-08-14T08:30:57.197Z","dependency_job_id":null,"html_url":"https://github.com/freerware/workfx","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"purl":"pkg:github/freerware/workfx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freerware%2Fworkfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freerware%2Fworkfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freerware%2Fworkfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freerware%2Fworkfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freerware","download_url":"https://codeload.github.com/freerware/workfx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freerware%2Fworkfx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29153166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-pattern","design-patterns","designpattern","designpatterns","fx","fx-application","go","golang","uber","unit-of-work","unitofwork"],"created_at":"2026-02-06T06:04:54.788Z","updated_at":"2026-02-06T06:04:55.774Z","avatar_url":"https://github.com/freerware.png","language":"Go","readme":"# workfx\n\u003e Modules enabling your `Fx` application to effectively track and commit changes to your entities.\n\n[![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][coverage-img]][coverage] [![Release][release-img]][release] [![License][license-img]][license] [![Blog][blog-img]][blog]\n\n## What is it?\n\n`workfx` empowers your [`Fx`][fx] application with the ability to track and\ncommit atomic changes to your entities. It essentially defines core \nmodule(s) that can be imported into your `Fx` application so that it can\nleverage [`work.Uniter`][uniter-doc] instances.\n\n## Why use it?\n\nWith `workfx` you can seamlessly integrate work units into your `Fx`\napplication with one line of code.\n\n## Release information\n\n### [4.0.0-beta][v4.0.0-beta]\n\n- Leverage `v4.0.0-beta` of `work`.\n\n### 2.x.x\n\n- NO LONGER SUPPORTED.\n\n### 1.x.x\n\n- NO LONGER SUPPORTED.\n\n\u003e Versions `1.x.x` and `2.x.x` are no longer supported. Please upgrade to\n`4.x.x+` to receive the latest and greatest features of work units!\n\n## Dependancy Information\n\nAs of [`v4.0.0-beta`][modules-release], the project utilizes [modules][modules-doc].\nPrior to `v4.0.0-beta`, the project utilized [`dep`][dep] for dependency management.\n\nIn order to transition to modules gracefully, we adhered to the\n[best practice recommendations][modules-wiki] authored by the Golang team.\n\n## Contribute\n\nWant to lend us a hand? Check out our guidelines for [contributing][contributing].\n\n## License\n\nWe are rocking an [Apache 2.0 license][apache-license] for this project.\n\n## Code of Conduct\n\nPlease check out our [code of conduct][code-of-conduct] to get up to speed how we do things.\n\n[fx]: https://github.com/uber-go/fx\n[uniter-doc]: https://godoc.org/github.com/freerware/work#Uniter\n[doc-img]: https://godoc.org/github.com/freerware/workfx?status.svg\n[doc]: https://godoc.org/github.com/freerware/workfx\n[ci-img]: https://travis-ci.org/freerware/workfx.svg?branch=master\n[ci]: https://travis-ci.org/freerware/workfx\n[coverage-img]: https://coveralls.io/repos/github/freerware/workfx/badge.svg?branch=master\n[coverage]: https://coveralls.io/github/freerware/workfx?branch=master\n[license]: https://opensource.org/licenses/Apache-2.0\n[license-img]: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n[contributing]: https://github.com/freerware/workfx/blob/master/CONTRIBUTING.md\n[apache-license]: https://github.com/freerware/workfx/blob/master/LICENSE.txt\n[code-of-conduct]: https://github.com/freerware/workfx/blob/master/CODE_OF_CONDUCT.md\n[release]: https://github.com/freerware/workfx/releases\n[release-img]: https://img.shields.io/github/tag/freerware/workfx.svg?label=version\n[blog]: https://medium.com/@freerjm/work-units-ec2da48cf574\n[blog-img]: https://img.shields.io/badge/blog-medium-lightgrey\n[v4.0.0-beta]: https://github.com/freerware/workfx/releases/tag/v4.0.0-beta\n[modules-doc]: https://golang.org/doc/go1.11#modules\n[modules-wiki]: https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher\n[modules-release]: https://github.com/freerware/workfx/releases/tag/v4.0.0-beta\n[dep]: https://golang.github.io/dep/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreerware%2Fworkfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreerware%2Fworkfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreerware%2Fworkfx/lists"}