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
3d8572a69f99b304dce7d55be1d869e326c25319
go-caatsm
/
internal
/
parsers
T
History
windyboy
487a0acb48
✨
Refactor testing framework to utilize Ginkgo for unit tests and introduce a new
test-all
target for running both unit and integration tests. Update README and Taskfile to reflect changes in test execution commands and clarify dependencies. Migrate domain models to a new
model
package for better separation of concerns.
2025-11-16 09:58:49 +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 testing framework to utilize Ginkgo for unit tests and introduce a new
test-all
target for running both unit and integration tests. Update README and Taskfile to reflect changes in test execution commands and clarify dependencies. Migrate domain models to a new
model
package for better separation of concerns.
2025-11-16 09:58:49 +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: Remove commented-out code in schedule_parser.go
2024-08-07 20:01:14 +08:00
suite_test.go
feat: Add AFTN message parsing functionality
2024-07-20 00:01:04 +08:00