diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-24 11:04:39 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-10-24 11:04:39 -0500 |
commit | bd64f4508d72d1b2f0c613b5012ad6dc9507f3c6 (patch) | |
tree | b2c02c511b6b80b0995a9dd64adc77922d807461 /src/reference_tree.mli | |
parent | 22478789c282dc379e7d7ce1c910a9a301f7b49b (diff) | |
download | vyos1x-config-bd64f4508d72d1b2f0c613b5012ad6dc9507f3c6.tar.gz vyos1x-config-bd64f4508d72d1b2f0c613b5012ad6dc9507f3c6.zip |
T6718: add function refpath: config path -> reference_tree path
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r-- | src/reference_tree.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli index 129e5db..964380e 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -62,4 +62,6 @@ val get_value_help : t -> string list -> (string * string) list val get_completion_data : t -> string list -> (node_type * bool * string) list +val refpath : t -> string list -> string list + val render_json : t -> string |