mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
add package level comment
This commit is contained in:
parent
7f5d87b038
commit
fa59ccef4f
@ -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
|
package auth
|
||||||
|
|
||||||
// StreamingCredentialsProvider is an interface that defines the methods for a streaming credentials provider.
|
// StreamingCredentialsProvider is an interface that defines the methods for a streaming credentials provider.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user