This website requires JavaScript.
Explore
Help
Sign In
windy
/
go-caatsm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
06b2495d77d51c1e278ddcb44b7867c7b2f890c1
go-caatsm
/
internal
/
parsers
T
History
windyboy
06b2495d77
✨
Refactor logging implementation by removing the custom logging utility and transitioning to direct usage of the Zap logger. Update logger configuration in the development environment and clean up related files, including the removal of unused logger configuration JSON. Ensure consistent logging practices across the application.
2025-11-16 13:41:51 +08:00
..
aviation_parser_test.go
✨
Update dependencies, enhance NATS consumer configuration, and improve error handling in message processing. Introduce telemetry support with OpenTelemetry for tracing and metrics. Refactor README to include new configuration options and update tests for improved coverage of error scenarios.
2025-11-15 09:01:24 +08:00
aviation_parser.go
✨
Refactor logging implementation by removing the custom logging utility and transitioning to direct usage of the Zap logger. Update logger configuration in the development environment and clean up related files, including the removal of unused logger configuration JSON. Ensure consistent logging practices across the application.
2025-11-16 13:41:51 +08:00
constants.go
refactor: Update aviation_parser.go to remove unused code and update constants
2024-08-07 17:05:42 +08:00
pattern_test.go
refactor: Update CNL pattern in config.go
2024-07-29 15:40:20 +08:00
pattern.go
refactor: Update parseWaypoints function to return error in schedule_parser_test.go
2024-08-06 22:28:46 +08:00
schedule_parser_test.go
refactor: Update parseWaypoints function to return error in schedule_parser_test.go
2024-08-06 22:28:46 +08:00
schedule_parser.go
✨
Refactor logging implementation by removing the custom logging utility and transitioning to direct usage of the Zap logger. Update logger configuration in the development environment and clean up related files, including the removal of unused logger configuration JSON. Ensure consistent logging practices across the application.
2025-11-16 13:41:51 +08:00
suite_test.go
feat: Add AFTN message parsing functionality
2024-07-20 00:01:04 +08:00