Add some requesters

This commit is contained in:
2025-11-22 22:57:54 +08:00
parent 19ff49c917
commit e219e04a48
5704 changed files with 408479 additions and 111 deletions

7
internal/service/rand.go Normal file
View File

@@ -0,0 +1,7 @@
package service
import "crypto/rand"
// RandReader is a cryptographically secure random number generator.
// It is an alias to crypto/rand.Reader for convenience and testability.
var RandReader = rand.Reader