Packages

A JSON Feed implementation in Elixir

Current section

Files

Jump to
json_feed lib hub.ex
Raw

lib/hub.ex

defmodule Hub do
defstruct [
type: nil,
url: nil,
]
end