slackdb v0.1.0 SlackDB.Key View Source

A struct that holds all required information for a SlackDB key

Link to this section Summary

Types

t()

A map containing the necessary attributes to identify keys uniquely

Link to this section Types

Link to this type

t() View Source
t() :: %SlackDB.Key{
  channel_id: String.t(),
  channel_name: String.t(),
  key_phrase: String.t(),
  metadata: [SlackDB.key_type() | [SlackDB.more_metadata()]],
  server_name: String.t(),
  ts: String.t()
}

A map containing the necessary attributes to identify keys uniquely