read

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterReadService

type ClusterReadService interface {
	IsClusterReachable(clusterId int) (bool, error)
	FindById(id int) (*bean.ClusterBean, error)
	FindOne(clusterName string) (*bean.ClusterBean, error)
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL