Apollo C++ Client
C++ client for Apollo Configuration Center
|
Structure representing a change in configuration. More...
#include <apollo_types.h>
Public Member Functions | |
Change (ChangeType type, std::string &&key, std::string &&value) | |
Change (ChangeType type, const std::string &key, const std::string &value) |
Public Attributes | |
ChangeType | change_type_ |
std::string | key_ |
std::string | value_ |
Structure representing a change in configuration.
ChangeType apollo::client::Change::change_type_ |
The type of change (add, update, delete)
std::string apollo::client::Change::key_ |
The key of the configuration item
std::string apollo::client::Change::value_ |
The value of the configuration item