atomizer
atomizer copied to clipboard
Imagine thousands of machines across multiple cloud instances and data centers executing simultaneous processing for you with minimal deployment effort. Enter Atomizer - a Go library that facilitates...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.2.0. Release notes Sourced from codecov/codecov-action's releases. v4.2.0 What's Changed chore(deps): update deps by @thomasrockhu-codecov in codecov/codecov-action#1351 feat: allow for authentication via OIDC token by...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/google/uuid's releases. v1.6.0 1.6.0 (2024-01-16) Features add Max UUID constant (#149) (c58770e) Bug Fixes fix typo in version 7 uuid...
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.16.0 to 0.16.2. Release notes Sourced from pascalgn/automerge-action's releases. Release 0.16.2 GitHub API URL bug fix Release 0.16.1 Update node version #242 Commits 58724c9 Update README.md 30a5d28...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...
This type should be exported so that users can type assert the context and access the methods to interact with the Atomizer engine.
This change would reduce the number of expected parameters for the Process method to only `context.Context` which should be supplied by the Atomizer engine. Since `context.Context` is an interface the...
Technically a receiver can be nil and still function... Investigate this