Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentReadService ¶
type EnvironmentReadService interface {
GetAll() ([]bean2.EnvironmentBean, error)
}
type EnvironmentReadServiceImpl ¶
type EnvironmentReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewEnvironmentReadServiceImpl ¶
func NewEnvironmentReadServiceImpl(logger *zap.SugaredLogger, environmentRepository repository.EnvironmentRepository) *EnvironmentReadServiceImpl
func (*EnvironmentReadServiceImpl) GetAll ¶
func (impl *EnvironmentReadServiceImpl) GetAll() ([]bean2.EnvironmentBean, error)
Click to show internal directories.
Click to hide internal directories.