Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2026 Changes in this version + func GetNonceHandlerFunc(ns NonceService) http.HandlerFunc + type HashicorpNonceService struct + func NewHashicorpNonceService() (*HashicorpNonceService, error) + func (s *HashicorpNonceService) Get() (string, error) + func (s *HashicorpNonceService) Redeem(nonceStr string) error + func (s *HashicorpNonceService) Stats() (*Stats, error) + type NonceService interface + Get func() (string, error) + Redeem func(nonceStr string) error + Stats func() (*Stats, error) + type Stats struct + Active int