 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetWriteSyncer ¶
func GetWriteSyncer(logName string) zapcore.WriteSyncer
func SetupLogger ¶
Types ¶
type Controllers ¶
type Controllers struct {
	DB      *sqlx.DB
	TrSvc   *trService.TradeRulesService
	InfoSvc *infoS.AccountsInfoService
	AccSvc  *accService.AccountsService
	SigSvc  *sigS.SignalService
	Beats   *bb.TickerBeatsService
	PosSvc  *posService.PositionsService
	DeaSvc  *deaService.DealsService
	OrdSvc  *ordService.OrdersService
	TtSvc   *ttService.TradeTransactionService
}
    func InitControllers ¶
func InitControllers(ctx context.Context, db *sqlx.DB) *Controllers
type WriteSyncer ¶
func (WriteSyncer) Sync ¶
func (ws WriteSyncer) Sync() error
 Click to show internal directories. 
   Click to hide internal directories.