Versions in this module Expand all Collapse all v0 v0.2.0 Apr 17, 2022 v0.1.0 Mar 29, 2022 Changes in this version + type Subscriptions struct + func NewSubscription(fileName string, options bolt.Options, log logx.Logger) (*Subscriptions, error) + func (b *Subscriptions) Create(_ context.Context, sub store.Subscription) (string, error) + func (b *Subscriptions) Delete(_ context.Context, subID string) error + func (b *Subscriptions) Get(_ context.Context, id string) (store.Subscription, error) + func (b *Subscriptions) List(_ context.Context, trackerName string) ([]store.Subscription, error) + func (b *Subscriptions) Update(_ context.Context, sub store.Subscription) error + type Tickets struct + func NewTickets(fileName string, options bolt.Options) (*Tickets, error) + func (b *Tickets) Create(ctx context.Context, ticket store.Ticket) (string, error) + func (b *Tickets) Get(_ context.Context, req engine.GetRequest) (store.Ticket, error) + func (b *Tickets) Update(_ context.Context, ticket store.Ticket) error