package csfle
import "go.mongodb.org/mongo-driver/internal/csfle"
Index ¶
- Constants
- func GetEncryptedStateCollectionName(efBSON bsoncore.Document, dataCollectionName string, stateCollection string) (string, error)
Constants ¶
const ( EncryptedCacheCollection = "ecc" EncryptedStateCollection = "esc" EncryptedCompactionCollection = "ecoc" )
Functions ¶
func GetEncryptedStateCollectionName ¶
func GetEncryptedStateCollectionName(efBSON bsoncore.Document, dataCollectionName string, stateCollection string) (string, error)
GetEncryptedStateCollectionName returns the encrypted state collection name associated with dataCollectionName.
Source Files ¶
csfle.go
- Version
- v1.12.2
- Published
- Nov 8, 2023
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 4 seconds ago –
Tools for package owners.