View Source Plausible.Shield.HostnameRule (Plausible v0.0.1)

Schema for Hostnames allow list

Summary

Types

@type t() :: %Plausible.Shield.HostnameRule{
  __meta__: term(),
  action: term(),
  added_by: term(),
  from_cache?: term(),
  hostname: term(),
  hostname_pattern: term(),
  id: term(),
  inserted_at: term(),
  site: term(),
  site_id: term(),
  updated_at: term()
}

Functions

Link to this function

changeset(rule \\ %__MODULE__{}, attrs)

View Source