Hunter.Rule (hunter v0.7.0)

Copy Markdown View Source

Rule entity

A rule that server users should follow

Fields

  • id - the ID of the rule
  • text - the rule to be followed
  • hint - longer-form description of the rule

Summary

Types

t()

@type t() :: %Hunter.Rule{hint: String.t() | nil, id: String.t(), text: String.t()}