Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConceptRepo ¶
type Configurable ¶
type Configurable struct { CharacteristicId string `json:"characteristic_id"` Values []ConfigurableCharacteristicValue `json:"values"` }
type ConfigurableService ¶
type ConfigurableService struct {
// contains filtered or unexported fields
}
func New ¶
func New(repo ConceptRepo) *ConfigurableService
func (*ConfigurableService) Find ¶
func (this *ConfigurableService) Find(notCharacteristicId string, services []model.Service) (result Configurables, err error)
type Configurables ¶
type Configurables []Configurable
func FindIntersectingConfigurables ¶
func FindIntersectingConfigurables(repo ConceptRepo, notCharacteristicId string, services []model.Service) (result Configurables, err error)
Click to show internal directories.
Click to hide internal directories.