Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKMSProvider ¶
Types ¶
type LocalMaster ¶
type LocalMaster struct {
// contains filtered or unexported fields
}
func (*LocalMaster) Credentials ¶
func (a *LocalMaster) Credentials() map[string]map[string]interface{}
func (*LocalMaster) DataKeyOpts ¶
func (a *LocalMaster) DataKeyOpts() interface{}
func (*LocalMaster) Name ¶
func (a *LocalMaster) Name() string
type PIITestVal ¶
type PIITestVal struct { DOB time.Time `bson:"dob"` Name Name `bson:"name"` Pan string `bson:"pan"` Email string `bson:"email"` Phone []string `bson:"phone"` Address Address `bson:"address"` UUID string `bson:"UUID"` }
func GetRandomData ¶
func GetRandomData(uuid string) PIITestVal
Click to show internal directories.
Click to hide internal directories.