Versions in this module Expand all Collapse all v0 v0.1.1 Apr 16, 2019 Changes in this version + type KeyPair struct + AccessKeyID string + SecretAccessKey string v0.1.0 Apr 16, 2019 Changes in this version + var ErrNonceNotInRange = errors.New("submitted nonce is not in acceptable range") + func NewAuthenticator(readKeyID, readKeySecret, writeKeyID, writeKeySecret string) *httpsign.Authenticator + type NonceValidator struct + MaxTimeGap time.Duration + func NewNonceValidator(options ...NonceValidatorOption) *NonceValidator + func (v *NonceValidator) Validate(r *http.Request) error + type NonceValidatorOption func(*NonceValidator) + func NonceValidatorWithMaxTimeGap(gap time.Duration) NonceValidatorOption