Struct etcd::KeySpaceInfo
[−]
[src]
pub struct KeySpaceInfo { pub action: String, pub node: Option<Node>, pub prev_node: Option<Node>, }
Information about the result of a successful key space operation.
Fields
action | The action that was taken, e.g. |
node | The etcd |
prev_node | The previous state of the target node. |