Modify error API and add Listener tests (#36)

* Modify error API to not include exception, but to test on type

* reformat

* address renames and documentations from the review

* test is errors

* document
This commit is contained in:
Nikola Jokic
2025-12-02 18:23:40 +01:00
committed by GitHub
parent 01adae723f
commit 7e0eae99a6
12 changed files with 1680 additions and 80 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ jobs:
- name: Check diff
run: git diff --exit-code
generate:
mocks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
@@ -37,8 +37,8 @@ jobs:
with:
go-version-file: "go.mod"
cache: false
- name: go generate
run: go generate ./...
- name: "Run mockery"
run: go tool github.com/vektra/mockery/v3
- name: Check diff
run: git diff --exit-code