Packages

OpenAPI 3 phoenix plug based validation.

Retired package: Deprecated - just playing and getting initial stuff working

Current section

Files

Jump to
pravda lib pravda.ex
Raw

lib/pravda.ex

defmodule Pravda do
@moduledoc """
Documentation for Pravda.
"""
@doc """
Hello world.
## Examples
iex> Pravda.hello()
:world
"""
def hello do
:world
end
end