예제 #1
0
func init() {
	raft.RegisterCommand(&RemoveCommandV1{})
	raft.RegisterCommand(&RemoveCommandV2{})
}
예제 #2
0
func init() {
	raft.RegisterCommand(&CompareAndSwapCommand{})
}
예제 #3
0
func init() {
	raft.RegisterCommand(&RemoveCommand{})
}
예제 #4
0
func init() {
	raft.RegisterCommand(&CompareAndDeleteCommand{})
}
예제 #5
0
func init() {
	raft.RegisterCommand(&SetClusterConfigCommand{})
}
예제 #6
0
func init() {
	raft.RegisterCommand(&CreateCommand{})
}
예제 #7
0
func init() {
	raft.RegisterCommand(&JoinCommand{})
}
예제 #8
0
파일: set_command.go 프로젝트: BREWTAN/etcd
func init() {
	raft.RegisterCommand(&SetCommand{})
}
예제 #9
0
func init() {
	raft.RegisterCommand(&DemoteCommand{})
}
예제 #10
0
func init() {
	raft.RegisterCommand(&JoinCommandV1{})
	raft.RegisterCommand(&JoinCommandV2{})
}
예제 #11
0
func init() {
	raft.RegisterCommand(&UpdateCommand{})
}