Go to file
Alexander Lazarenko 7c348629d6
Add custom notFoundError type and improve error handling
Introduce the notFoundError struct to provide more detailed error messages for missing handlers like alarms, JSON operations, and payload types. Update error handling to leverage the new custom type and use errors.As for better flexibility. Additionally, update module imports to version v2 in relevant files.
2025-02-23 11:51:16 +03:00
cmd/dev-server Add custom notFoundError type and improve error handling 2025-02-23 11:51:16 +03:00
test Add custom notFoundError type and improve error handling 2025-02-23 11:51:16 +03:00
.gitignore Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
certificate.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
configmodel.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
devemm.go Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
evem.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
go.mod Update module path to include version suffix 2025-02-22 22:16:52 +03:00
go.sum Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
io.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
mediastreammodel.go Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
params.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
README.md Initial 2023-11-29 14:16:00 +03:00
scheme.go Refactor network handling with SmartPackage abstraction 2025-02-22 21:15:03 +03:00
smart.go Add custom notFoundError type and improve error handling 2025-02-23 11:51:16 +03:00
storm.go Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
utils.go File split 2023-11-30 20:05:11 +03:00

N9M