Versions in this module Expand all Collapse all v1 v1.0.1 Oct 13, 2023 Changes in this version + const AerospikeParam + const MongoParam + const MysqlParam + const PostgresParam + const RedisParam + type Config struct + Aerospike *aerospikeClient.Client + DB *sql.DB + DbType DbType + Debug bool + FixtureLoader Loader + Location string + Mongo *mongoAdapter.Client + type DbType int + const Aerospike + const CustomLoader + const Mongo + const Mysql + const Postgres + const Redis + func FetchDbType(dbType string) DbType + type Loader interface + Load func(names []string) error + func NewLoader(cfg *Config) Loader