package cluster import "errors" // Errors that can happen in the cluster var ( ErrHostNotFound = errors.New("host not found") )