func NewFindAllBranches()

in operations/find-branches.go [76:80]


func NewFindAllBranches(repository *pb.Repository, conn *grpc.ClientConn) BenchmarkOperation {
	client := pb.NewRefServiceClient(conn)

	return fbn{repository: repository, conn: conn, client: client, f: findBranchesBenchmark}
}