Created
April 14, 2023 00:52
-
-
Save rayrayzayzay/e1536cbe696a3a803ee7cd83fca3df4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Felt.Channels.LayerHandler do | |
use ChannelHandler | |
def handle_in("create", payload, context, socket) do | |
# Create a layer | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment