Current section

Files

Jump to
pigeon lib pigeon encodable.ex
Raw

lib/pigeon/encodable.ex

defprotocol Pigeon.Encodable do
@moduledoc false
@spec binary_payload(any) :: binary | :error
def binary_payload(notif)
end