Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CampaignService ¶
type CampaignService struct {
// contains filtered or unexported fields
}
CampaignService struct
func NewCampaignService ¶
func NewCampaignService(db *storm.DB) *CampaignService
NewCampaignService constructor
type CampaignServiceSave ¶
CampaignServiceSave interface
type OrderService ¶
type OrderService struct {
// contains filtered or unexported fields
}
OrderService struct
type OrderServiceSave ¶
OrderServiceSave interface
type TickerService ¶
type TickerService struct {
// contains filtered or unexported fields
}
TickerService struc
func (*TickerService) AddObserver ¶
func (s *TickerService) AddObserver(channel string, observer TickerObserver)
AddObserver to service
func (*TickerService) Send ¶
func (s *TickerService) Send(event *Ticker)
Send Ticker event to service
Click to show internal directories.
Click to hide internal directories.