Go code (golang) set of functions to parse AsyncResourceURI strings.
If backend software architecture is big enough, it usually encounters typical problems. The relationships between different async systems becoming hard to navigate. it get worser if architecture includes multiple async communication channels, used for different purposes.
AsyncResourceURI is a string representation of a resource that can be used to identify and navigate various communication channels in an async system.
This library comes as a part of fusioncat core.
We currently support the most recent major Go versions from 1.21 onward.
This project is licensed under the terms of the MIT license.