Versions in this module Expand all Collapse all v0 v0.3.0 May 11, 2024 v0.2.0 May 8, 2024 v0.1.0 May 7, 2024 Changes in this version + type DB struct + func OpenDB(ctx context.Context, fName string) (*DB, error) + func (t *DB) Close() error + func (t *DB) Store(ctx context.Context, app, version string, spans *protos.TraceSpans) error