mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-03 07:36:39 +00:00
Update store.go
This commit is contained in:
@@ -200,7 +200,7 @@ func NewStore(ctx context.Context, kind StoreEngine, dataDir string, metrics tel
|
|||||||
return newPostgresStore(ctx, metrics)
|
return newPostgresStore(ctx, metrics)
|
||||||
case MysqlStoreEngine:
|
case MysqlStoreEngine:
|
||||||
log.WithContext(ctx).Info("using MySQL store engine")
|
log.WithContext(ctx).Info("using MySQL store engine")
|
||||||
return newMySqlStore(ctx, metrics)
|
return newMysqlStore(ctx, metrics)
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("unsupported kind of store: %s", kind)
|
return nil, fmt.Errorf("unsupported kind of store: %s", kind)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user