11 lines
392 B
C++
11 lines
392 B
C++
#include "v3/include/action_constants.hpp"
|
|
|
|
char const * etcdv3::CREATE_ACTION = "create";
|
|
char const * etcdv3::COMPARESWAP_ACTION = "compareAndSwap";
|
|
char const * etcdv3::UPDATE_ACTION = "update";
|
|
char const * etcdv3::SET_ACTION = "set";
|
|
char const * etcdv3::GET_ACTION = "get";
|
|
char const * etcdv3::DELETE_ACTION = "delete";
|
|
char const * etcdv3::COMPAREDELETE_ACTION = "compareAndDelete";
|
|
|