exd_streams v0.0.2 ExdStreams.Streams.Stream

A stream represents a continous stream of records

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %ExdStreams.Streams.Stream{
  __meta__: term(),
  id: term(),
  inserted_at: term(),
  name: term(),
  query: term(),
  role_id: term(),
  updated_at: term()
}

Link to this section Functions

Link to this function

create_changeset(role, attrs)