Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2026 Changes in this version + type None struct + func (s *None) Hash(token string) string + type SHA1 struct + func (s *SHA1) Hash(token string) string + type TokenHashStrategy interface + Hash func(token string) string + func NewNone() TokenHashStrategy + func NewSha1() TokenHashStrategy