Documentation ¶
Index ¶
- Constants
- type Store
- func (s *Store) Drop(ctx context.Context) error
- func (s *Store) GetAggregates(ctx context.Context) (*models.Totals, []models.Delay, error)
- func (s *Store) Init(ctx context.Context) error
- func (s *Store) Insert(ctx context.Context, msg *models.Message) error
- func (s *Store) Select(ctx context.Context, taskID uint64) (*models.Message, error)
- func (s *Store) Update(ctx context.Context, msg *models.Message) error
- func (s *Store) UpdateDelay(ctx context.Context, msg *models.Message) error
Constants ¶
View Source
const (
DDL = `` /* 659-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store ...
func (*Store) GetAggregates ¶
GetAggregates extracts statistics about finished and declined tasks and its delay
Click to show internal directories.
Click to hide internal directories.