...

Package csfle

import "go.mongodb.org/mongo-driver/internal/csfle"
Overview
Index

Overview ▾

Constants

const (
    EncryptedCacheCollection      = "ecc"
    EncryptedStateCollection      = "esc"
    EncryptedCompactionCollection = "ecoc"
)

func GetEncryptedStateCollectionName

func GetEncryptedStateCollectionName(efBSON bsoncore.Document, dataCollectionName string, stateCollection string) (string, error)

GetEncryptedStateCollectionName returns the encrypted state collection name associated with dataCollectionName.