mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
apply some ai reviews
This commit is contained in:
@@ -76,7 +76,7 @@ func New(config Config) *Storage {
|
||||
return store
|
||||
}
|
||||
|
||||
// GetWithContext value by key with context
|
||||
// GetWithContext retrieves the value associated with the given key using the provided context.
|
||||
func (s *Storage) GetWithContext(ctx context.Context, key string) ([]byte, error) {
|
||||
k := make(map[string]types.AttributeValue)
|
||||
k[keyAttrName] = &types.AttributeValueMemberS{
|
||||
|
Reference in New Issue
Block a user