1
0
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:
Nedyalko Dyakov
2025-03-24 18:13:58 +02:00
parent 7f5d87b038
commit fa59ccef4f

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.