Generate an enum listing all generated operations, add FilterByOperation
plugin
#1839
Closed
2 tasks
Labels
server
Rust server SDK
As stated in #1837 (comment), a type safe alternative to matching against
&'static str
would be to generate an enum whose variants are a list of the operations and then match against that.We should still attach this enum to the
OperationShape
as an associated type.With this we can then develop a
FilterByOperation
plugin.The text was updated successfully, but these errors were encountered: