Current section
Files
Jump to
Current section
Files
lib/exkonsument/exchange.ex
defmodule ExKonsument.Exchange do
@moduledoc false
defstruct name: nil,
type: nil,
options: []
end