Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmAppReadService ¶
type HelmAppReadService interface {
GetClusterConf(clusterId int) (*gRPC.ClusterConfig, error)
}
type HelmAppReadServiceImpl ¶
type HelmAppReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewHelmAppReadServiceImpl ¶
func NewHelmAppReadServiceImpl(logger *zap.SugaredLogger, clusterService cluster.ClusterService, ) *HelmAppReadServiceImpl
func (*HelmAppReadServiceImpl) GetClusterConf ¶
func (impl *HelmAppReadServiceImpl) GetClusterConf(clusterId int) (*gRPC.ClusterConfig, error)
Click to show internal directories.
Click to hide internal directories.