upgrade example and test

This commit is contained in:
Olof hagsand 2019-03-27 18:04:01 +01:00
parent 4902f7cf1d
commit be59bd48d8
7 changed files with 88 additions and 103 deletions

View file

@ -37,6 +37,7 @@
* [I want to add a hook to an existing operation, can I do that?](#i-want-to-add-a-hook-to-an-existing-operation-can-i-do-that)
* [How do I write an authentication callback?](#how-do-i-write-an-authentication-callback)
* [What about access control?](#what-about-access-control)
* [Does Clixon support upgrade?](#does-clixon-support-upgrade)
* [How do I write a CLI translator function?](#how-do-i-write-a-cli-translator-function)
## What is Clixon?
@ -570,6 +571,11 @@ Control Model defined in [RFC8341](https://tools.ietf.org/html/rfc8341)
Incoming RPC and data node access points are supported with some
limitations. See the (README)(../README.md) for more information.
## Does Clixon support upgrade?
Yes. Clixon provides a callback interface where datastores can be
upgraded. This is described in [the startup doc](startup.md).
## How do I write a CLI translator function?
The CLI can perform variable translation. This is useful if you want to