lyft / clutch

Extensible platform for infrastructure management

Home Page:https://clutch.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is generating front-end resolvers via protoc plugin an option?

jizhilong opened this issue · comments

commented

Hi guys,
The Resolver pattern in clutch is quite inspring for developer portals develepment. I noticed in the front end, different types of resolver forms are identified via protobuf type urls. My question is, is it possible to generate all kinds of resolver forms via protoc plugin? This strategy may introduce much bigger code size to front end , but also brings more type safty and customizability.