Exemple #1
0
func GetAlgorithm(config *pb.Algorithm) Algorithm {
	return algorithms[config.GetKind()](config)
}