Current section
Files
Jump to
Current section
Files
lib/grpc/compressor.ex
defmodule GRPC.Compressor do
@callback name() :: String.t()
@callback compress(binary) :: binary
@callback decompress(binary) :: binary
end