einride / aip-go

Go SDK for implementing resource-oriented gRPC APIs.
https://aip.dev
MIT License
165 stars 18 forks source link

Filtering: add custom declarations resolver as option #306

Open KSpaceer opened 1 month ago

KSpaceer commented 1 month ago

Add DeclarationResolver interface and corresponding DeclarationOption to add custom declarations resolving to the existing parser. It is useful in situations when all identifiers are not known ahead of time etc.