read

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: Apache-2.0 Imports: 2 Imported by: 21

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)
}

type ClusterReadServiceImpl

type ClusterReadServiceImpl struct {
	// contains filtered or unexported fields
}

func NewClusterReadServiceImpl

func NewClusterReadServiceImpl(logger *zap.SugaredLogger,
	clusterRepository repository.ClusterRepository) *ClusterReadServiceImpl

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