Documentation
¶
Overview ¶
Package sqlite provides optional SQLite persistence for webpprof captures.
Index ¶
- type Storage
- func (s *Storage) Clear(ctx context.Context, nextCursor uint64) error
- func (s *Storage) Close() error
- func (s *Storage) Delete(ctx context.Context, id string) error
- func (s *Storage) Load(ctx context.Context) ([]webpprof.Entry, uint64, error)
- func (*Storage) Name() string
- func (s *Storage) Put(ctx context.Context, entry webpprof.Entry, nextCursor uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage persists a webpprof event window in a SQLite database.
Click to show internal directories.
Click to hide internal directories.