refactor: rename and move `emqx_ee_bridge_gcp_pubsub_resource` to `emqx_ee_connector_gcp_pubsub`
This commit is contained in:
parent
464d0a5057
commit
2932aceaf9
|
@ -50,7 +50,7 @@ examples(Method) ->
|
|||
resource_type(Type) when is_binary(Type) -> resource_type(binary_to_atom(Type, utf8));
|
||||
resource_type(kafka) -> emqx_bridge_impl_kafka;
|
||||
resource_type(hstreamdb) -> emqx_ee_connector_hstreamdb;
|
||||
resource_type(gcp_pubsub) -> emqx_ee_bridge_gcp_pubsub_resource;
|
||||
resource_type(gcp_pubsub) -> emqx_ee_connector_gcp_pubsub;
|
||||
resource_type(mongodb_rs) -> emqx_connector_mongo;
|
||||
resource_type(mongodb_sharded) -> emqx_connector_mongo;
|
||||
resource_type(mongodb_single) -> emqx_connector_mongo;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% Copyright (c) 2022 EMQ Technologies Co., Ltd. All Rights Reserved.
|
||||
%%--------------------------------------------------------------------
|
||||
|
||||
-module(emqx_ee_bridge_gcp_pubsub_resource).
|
||||
-module(emqx_ee_connector_gcp_pubsub).
|
||||
|
||||
-behaviour(emqx_resource).
|
||||
|
Loading…
Reference in New Issue