Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rayrayzayzay/e1536cbe696a3a803ee7cd83fca3df4c to your computer and use it in GitHub Desktop.
Save rayrayzayzay/e1536cbe696a3a803ee7cd83fca3df4c to your computer and use it in GitHub Desktop.
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