package
1.2.5
Repository: https://github.com/cybernostics/cntest.git
Documentation: pkg.go.dev

# Functions

Config func to generate a configurer to use like this cntest.NewContainer(mysql.Config({"db":"mydb","initdb_path":"./testdb",user:"bob"})).
Container creates a mysql opinionated container with defaults overridden by the supplied props for: db - name of the database.