feat: io service refactoring (#18)
Some checks are pending
Quality / golangci-lint (push) Waiting to run
Quality / Build (push) Waiting to run

* refactored io legend and handler

* implmented dedicated IOService

* refactored and fixed io service

* fixed quality issues

* fix general and copilot issues
This commit is contained in:
Vito 2025-06-25 17:26:35 +02:00 committed by GitHub
commit f514bc3a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 207 additions and 125 deletions

View file

@ -18,9 +18,9 @@ jobs:
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v8
with:
version: v1.63.4
version: v2.1
skip-cache: true
build: