Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed Feb 22, 2017
1 parent 94abeeb commit 9723392
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/drab/commander/config.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
defmodule Drab.Commander.Config do
@moduledoc false

defstruct commander: nil,
onload: nil,
onconnect: nil,
ondisconnect: nil,
# by default load Drab.Query and Drab.Modal
modules: [Drab.Query, Drab.Modal],
access_session: []
end

0 comments on commit 9723392

Please sign in to comment.