feat: implement Event and Device IO services with CLI integration
- Added Event and Device IO service implementations in `event.go` and `deviceio.go`. - Created corresponding test files `event_test.go` and `deviceio_test.go` for unit testing. - Enhanced CLI with new options for Event and Device IO operations, allowing users to interact with these services. - Introduced example usage in `examples/test-event-deviceio/main.go` to demonstrate functionality. - Updated golangci-lint configuration to include new files for linting checks.
This commit is contained in:
@@ -99,6 +99,16 @@ linters:
|
||||
linters:
|
||||
- dupl
|
||||
|
||||
- path: deviceio\.go
|
||||
linters:
|
||||
- dupl
|
||||
|
||||
- path: event\.go
|
||||
linters:
|
||||
- dupl
|
||||
- gocritic
|
||||
- staticcheck
|
||||
|
||||
- path: examples/
|
||||
linters:
|
||||
- errcheck
|
||||
|
||||
Reference in New Issue
Block a user