Documentation
¶
Overview ¶
Package scanner - package for price scanning
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerDaemon ¶
type ControllerDaemon struct {
*controllers.Base
// contains filtered or unexported fields
}
ControllerDaemon - scanner controller.
func New ¶
func New( cfg controllers.Config, l *logger.Logger, s storage.Storage, m market.Market, ) (*ControllerDaemon, error)
New - constructor of scanner ControllerDaemon.
func (*ControllerDaemon) Run ¶
func (c *ControllerDaemon) Run(ctx context.Context) error
Run - run controller func.
func (*ControllerDaemon) Shutdown ¶
func (c *ControllerDaemon) Shutdown(_ context.Context)
Shutdown - shutdown func.
type Currency ¶
type Currency = model.CurrencyCode
Click to show internal directories.
Click to hide internal directories.