mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
add package level comment
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// Package auth package provides authentication-related interfaces and types.
|
||||
// It also includes a basic implementation of credentials using username and password.
|
||||
package auth
|
||||
|
||||
// StreamingCredentialsProvider is an interface that defines the methods for a streaming credentials provider.
|
||||
|
Reference in New Issue
Block a user