You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to implement plugins in starlark is likely the preferred way to implement a plugin since it works out of the box with proto_repository, but the API is poorly documented. I myself, who wrote it, have to review the code at a fairly low-level to remember how to implement a plugin each time I do it.
Come up with a way to annotate the go structs such that we can generate the API documentation programmatically.
The text was updated successfully, but these errors were encountered:
The ability to implement plugins in starlark is likely the preferred way to implement a plugin since it works out of the box with
proto_repository
, but the API is poorly documented. I myself, who wrote it, have to review the code at a fairly low-level to remember how to implement a plugin each time I do it.Come up with a way to annotate the go structs such that we can generate the API documentation programmatically.
The text was updated successfully, but these errors were encountered: