Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReadService ¶
type ClusterReadServiceImpl ¶
type ClusterReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewClusterReadServiceImpl ¶
func NewClusterReadServiceImpl(logger *zap.SugaredLogger, clusterRepository repository.ClusterRepository) *ClusterReadServiceImpl
func (*ClusterReadServiceImpl) FindById ¶ added in v1.2.1
func (impl *ClusterReadServiceImpl) FindById(id int) (*bean.ClusterBean, error)
func (*ClusterReadServiceImpl) FindOne ¶ added in v1.2.2
func (impl *ClusterReadServiceImpl) FindOne(clusterName string) (*bean.ClusterBean, error)
func (*ClusterReadServiceImpl) IsClusterReachable ¶
func (impl *ClusterReadServiceImpl) IsClusterReachable(clusterId int) (bool, error)
Click to show internal directories.
Click to hide internal directories.