From c508c8c66c76488337745cf151d9570c42e38a3b Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 16 Apr 2025 11:34:43 -0500 Subject: T7363: normalize function naming for auto-generation For auto-generation of Python classes, it is simpler to maintain syntactical consistency; as these operations will be wrapped in any client definitions, verbosity is forgivable. --- data/vyconf.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index 815ec68..5e9d0ff 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -151,8 +151,8 @@ message Request { ListChildren list_children = 16; RunOpMode run_op_mode = 17; Confirm confirm = 18; - EnterConfigurationMode configure = 19; - ExitConfigurationMode exit_configure = 20; + EnterConfigurationMode enter_configuration_mode = 19; + ExitConfigurationMode exit_configuration_mode = 20; Validate validate = 21; Teardown teardown = 22; ReloadReftree reload_reftree = 23; -- cgit v1.2.3