tres/controller: Add send_message/3
This commit is contained in:
parent
6ef1a60503
commit
697b7181a9
2 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ defmodule Tres.Controller do
|
|||
import Tres.SwitchRegistry,
|
||||
only: [
|
||||
send_message: 2,
|
||||
send_message: 3,
|
||||
blocking_send_message: 2,
|
||||
get_current_xid: 1
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue