1defguard is_id(v) when is_binary(v) and byte_size(v) == 16 2 3def active?(%User{status: s}), do: s == :active