Bump reva

This commit is contained in:
André Duffeck
2025-07-16 10:29:34 +02:00
parent e21fe7a4fe
commit 63ab8f789e
49 changed files with 13621 additions and 847 deletions
+7
View File
@@ -401,3 +401,10 @@ func RegisterInterval(interval time.Duration) Option {
o.RegisterInterval = interval
}
}
// URLSigningSharedSecret provides a function to set the URLSigningSharedSecret config option.
func URLSigningSharedSecret(secret string) Option {
return func(o *Options) {
o.config.URLSigningSharedSecret = secret
}
}