fix: cannot found desc for influxdb_parameters

This commit is contained in:
Shawn 2024-01-05 11:59:13 +08:00
parent 9714092525
commit 2f08471303
4 changed files with 7 additions and 7 deletions

View File

@ -261,8 +261,6 @@ desc(influxdb_action) ->
?DESC(influxdb_action); ?DESC(influxdb_action);
desc(action_parameters) -> desc(action_parameters) ->
?DESC(action_parameters); ?DESC(action_parameters);
desc(parameters) ->
?DESC("influxdb_parameters");
desc("config_connector") -> desc("config_connector") ->
?DESC("desc_config"); ?DESC("desc_config");
desc(connector_resource_opts) -> desc(connector_resource_opts) ->

View File

@ -315,6 +315,8 @@ desc(common) ->
?DESC("common"); ?DESC("common");
desc(parameters) -> desc(parameters) ->
?DESC("influxdb_parameters"); ?DESC("influxdb_parameters");
desc("influxdb_parameters") ->
?DESC("influxdb_parameters");
desc(influxdb_api_v1) -> desc(influxdb_api_v1) ->
?DESC("influxdb_api_v1"); ?DESC("influxdb_api_v1");
desc(influxdb_api_v2) -> desc(influxdb_api_v2) ->

View File

@ -62,9 +62,4 @@ influxdb_action.label:
influxdb_action.desc: influxdb_action.desc:
"""Action to interact with a InfluxDB connector""" """Action to interact with a InfluxDB connector"""
influxdb_parameters.label:
"""InfluxDB Type Specific Parameters"""
influxdb_parameters.desc:
"""Set of parameters specific for the given type of this InfluxDB connector, `influxdb_type` can be one of `influxdb_api_v1`, `influxdb_api_v1`."""
} }

View File

@ -68,4 +68,9 @@ username.desc:
username.label: username.label:
"""Username""" """Username"""
influxdb_parameters.label:
"""InfluxDB Type Specific Parameters"""
influxdb_parameters.desc:
"""Set of parameters specific for the given type of this InfluxDB connector, `influxdb_type` can be one of `influxdb_api_v1`, `influxdb_api_v1`."""
} }