mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-23 15:19:08 +02:00
Update store_ios.go
This commit is contained in:
@@ -3,6 +3,14 @@
|
|||||||
|
|
||||||
package testutil
|
package testutil
|
||||||
|
|
||||||
func CreatePostgresTestContainer() (func(), error) { return func() {}, nil }
|
func CreatePostgresTestContainer() (func(), error) {
|
||||||
|
return func() {
|
||||||
|
// Empty function for Postgres
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
func CreateMysqlTestContainer() (func(), error) { return func() {}, nil }
|
func CreateMysqlTestContainer() (func(), error) {
|
||||||
|
return func() {
|
||||||
|
// Empty function for MySQL
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user