Versions in this module Expand all Collapse all v0 v0.0.231 May 18, 2026 Changes in this version + type FakeKMS struct + DecryptCalls atomic.Int64 + FailNextDecrypt error + FailNextGenerateDataKey error + GenerateCalls atomic.Int64 + MasterKey []byte + func NewFakeKMS() *FakeKMS + func (f *FakeKMS) Decrypt(_ context.Context, input *kms.DecryptInput, _ ...func(*kms.Options)) (*kms.DecryptOutput, error) + func (f *FakeKMS) GenerateDataKey(_ context.Context, input *kms.GenerateDataKeyInput, _ ...func(*kms.Options)) (*kms.GenerateDataKeyOutput, error)