diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-09-28 21:49:05 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-09-28 21:49:05 +0600 |
| commit | 0e7c85bd1129c698aa65f25ebbbf52b1268b62c8 (patch) | |
| tree | f7c6bd1af68f41a17e930342c50e9d74719bdd74 /src/message.mli | |
| parent | f50401c6bdfb205f34de3d04949fbaf3cd6876f8 (diff) | |
| download | vyconf-0e7c85bd1129c698aa65f25ebbbf52b1268b62c8.tar.gz vyconf-0e7c85bd1129c698aa65f25ebbbf52b1268b62c8.zip | |
Remove the value field from message types to account for valueless nodes and the like.
Diffstat (limited to 'src/message.mli')
| -rw-r--r-- | src/message.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/message.mli b/src/message.mli index 6de77b7..af92d67 100644 --- a/src/message.mli +++ b/src/message.mli @@ -1,7 +1,6 @@ type operation = { method_name: string; path: string list option; - value: string option; options: (string * string) list option } |
