Packages
Library application for Exred. Handles storage and access of flows.
Current section
Files
Jump to
Current section
Files
lib/exred_library/connection.ex
defmodule Exred.Library.Connection do
@enforce_keys
defstruct [:id, :source_id, :target_id, :config, :flow_id]
end