mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00: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