read

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 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 ChartRefReadService

type ChartRefReadService interface {
	FindById(chartRefId int) (*bean.ChartRefDto, error)
	FindByVersionAndName(version, name string) (*bean.ChartRefDto, error)
}

type ChartRefReadServiceImpl

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

func NewChartRefReadServiceImpl

func NewChartRefReadServiceImpl(logger *zap.SugaredLogger,
	chartRefRepository chartRepoRepository.ChartRefRepository) *ChartRefReadServiceImpl

func (*ChartRefReadServiceImpl) FindById

func (impl *ChartRefReadServiceImpl) FindById(chartRefId int) (*bean.ChartRefDto, error)

func (*ChartRefReadServiceImpl) FindByVersionAndName

func (impl *ChartRefReadServiceImpl) FindByVersionAndName(version, name string) (*bean.ChartRefDto, error)

Jump to

Keyboard shortcuts

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