Skip to content

Commit

Permalink
chore: export referenced type
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Jan 15, 2025
1 parent cea8d78 commit 279a374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/grpc_frame.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
, split/2
]).

-export_type([encoding/0]).

-type encoding() :: identity | gzip.

-define(GRPC_ERROR(Status, Message), {grpc_error, {Status, Message}}).
Expand Down

0 comments on commit 279a374

Please sign in to comment.