Packages

Library application for Exred. Handles storage and access of flows.

Current section

Files

Jump to
exred_library lib exred_library connection.ex
Raw

lib/exred_library/connection.ex

defmodule Exred.Library.Connection do
@enforce_keys
defstruct [:id, :source_id, :target_id, :config, :flow_id]
end