Documentation ¶ Index ¶ type Mongodb func New(ctx context.Context, client *mongo.Client, dbName string, sampleSize int64) (*Mongodb, error) func (m *Mongodb) Analyze(s *schema.Schema) error func (d *Mongodb) Info() (*schema.Driver, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Mongodb ¶ type Mongodb struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, client *mongo.Client, dbName string, sampleSize int64) (*Mongodb, error) func (*Mongodb) Analyze ¶ func (m *Mongodb) Analyze(s *schema.Schema) error func (*Mongodb) Info ¶ func (d *Mongodb) Info() (*schema.Driver, error) Source Files ¶ View all Source files mongodb.go Click to show internal directories. Click to hide internal directories.