Versions in this module Expand all Collapse all v0 v0.6.0 Nov 8, 2019 v0.5.0 Jun 15, 2018 Changes in this version + func BuildIDFromContext(ctx context.Context) (gocql.UUID, bool) + func IsCancelled(done <-chan struct{}) bool + func NRTxnFromContext(ctx context.Context) (newrelic.Transaction, bool) + func NewBuildIDContext(ctx context.Context, id gocql.UUID, txn newrelic.Transaction) context.Context + func NewNRTxnContext(ctx context.Context, txn newrelic.Transaction) context.Context + func NewPushStartedContext(ctx context.Context) context.Context + func PushStartedFromContext(ctx context.Context) (time.Time, bool) + func StartedFromContext(ctx context.Context) (time.Time, bool)