Versions in this module Expand all Collapse all v0 v0.0.4 Dec 6, 2023 v0.0.3 Dec 6, 2023 Changes in this version + func ValidateFact(fact Fact) error + type Fact struct + Fact string + T FactType + func NewFact(ft FactType, fact string) (Fact, error) + func UnstringifyFact(s string) (Fact, error) + func (f Fact) Normalized() string + func (f Fact) Stringify() string + type FactList []Fact + func UnstringifyFactList(s string) (FactList, string, error) + func (fl FactList) Stringify() string + type FactType uint8 + const Email + const Nickname + const Phone + const Username + func UnstringifyFactType(s string) (FactType, error) + func (t FactType) IsValid() bool + func (t FactType) String() string + func (t FactType) Stringify() string