Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PromoteFactory ¶
type PromoteFactory map[string]repository.Promoter
func NewPromoteFactory ¶
func NewPromoteFactory() PromoteFactory
func (PromoteFactory) Get ¶
func (f PromoteFactory) Get(id string) (repository.Promoter, error)
func (PromoteFactory) Register ¶
func (f PromoteFactory) Register(id string, promoter repository.Promoter) error
Click to show internal directories.
Click to hide internal directories.