ex_aliyun_ots v0.3.2 ExAliyunOts.Tunnel.Channel View Source

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor in Elixir v1.6+.

Link to this function

start_link(channel_id, tunnel_id, client_id, status, version, agent) View Source

Link to this function

update(channel, remote_channel) View Source
update(
  channel :: pid(),
  remote_channel :: %ExAliyunOts.TableStoreTunnel.Channel{
    channel_id: term(),
    detail: term(),
    status: term(),
    version: term()
  }
) :: :ok