1
0
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:
Nedyalko Dyakov 2025-03-24 18:13:58 +02:00
parent 7f5d87b038
commit fa59ccef4f
No known key found for this signature in database
GPG Key ID: 5571106A08EA25A3

View File

@ -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.