udia v0.1.3 UdiaWeb.PostChannel View Source

Module for post websocket & channel functionality

Link to this section Summary

Link to this section Functions

Link to this function code_change(old, socket, extra) View Source

Callback implementation for Phoenix.Channel.code_change/3.

Link to this function handle_in(event, message, socket) View Source

Callback implementation for Phoenix.Channel.handle_in/3.

Link to this function handle_info(message, state) View Source

Callback implementation for Phoenix.Channel.handle_info/2.

Link to this function join(arg, params, socket) View Source

Callback implementation for Phoenix.Channel.join/3.

Link to this function terminate(reason, socket) View Source

Callback implementation for Phoenix.Channel.terminate/2.