Hunter.Context (hunter v0.7.0)

Copy Markdown View Source

Context entity

Fields

  • ancestors - The ancestors of the status in the conversation, as a list of Statuses
  • descendants - The descendants of the status in the conversation, as a list of Statuses

Summary

Types

t()

@type t() :: %Hunter.Context{
  ancestors: [Hunter.Status.t()],
  descendants: [Hunter.Status.t()]
}