-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include descriptor when generating google_protos (#402)
- Loading branch information
1 parent
6c53c49
commit cbb4c91
Showing
12 changed files
with
848 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
defmodule Elixirpb.FileOptions do | ||
@moduledoc false | ||
|
||
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto2 | ||
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto2 | ||
|
||
field :module_prefix, 1, optional: true, type: :string, json_name: "modulePrefix" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
defmodule Elixirpb.PbExtension do | ||
@moduledoc false | ||
|
||
use Protobuf, protoc_gen_elixir_version: "0.13.0" | ||
use Protobuf, protoc_gen_elixir_version: "0.14.0" | ||
|
||
extend Google.Protobuf.FileOptions, :file, 1047, optional: true, type: Elixirpb.FileOptions | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.