Skip to content

Add two grpc options#17

Open
jkoops wants to merge 1 commit intotsloughter:masterfrom
jkoops:master
Open

Add two grpc options#17
jkoops wants to merge 1 commit intotsloughter:masterfrom
jkoops:master

Conversation

@jkoops
Copy link
Copy Markdown

@jkoops jkoops commented Jun 11, 2021

  • Option temp allows specifying a temporary directory to which the beam files will be compiled. This is useful when the ebin directory does not exist yet, which is the case in some build-setups. Example: { grpc, [ { temp, "/tmp" } ] }
  • Option recursive is a boolean option that makes the plugin search the protos directory recursively. This is useful in case the *.proto files are inside a (namespace) directoy structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant