1
0
Fork 0

Final tweaks

master
Philip O'Toole 2 years ago
parent 8e61dfb494
commit 60ef0a86b8

@ -58,4 +58,4 @@ message CommandLoadResponse {
message CommandRemoveNodeResponse {
string error = 1;
}
}

@ -78,6 +78,7 @@ type Database interface {
Load(lr *command.LoadRequest) error
}
// Manager is the interface node-management systems must implement
type Manager interface {
// Remove removes the node, given by id, from the cluster
Remove(rn *command.RemoveNodeRequest) error

Loading…
Cancel
Save