Documentation
¶
Overview ¶
Package events_db provides database storage (events only) for package model
Index ¶
- type Sqlite
- func (s *Sqlite) CreateDebugSession(ctx context.Context, debugSessionKey string) error
- func (s *Sqlite) DeleteDebugSession(ctx context.Context, debugSessionKey string) error
- func (s *Sqlite) QueryDebugSessions(ctx context.Context, limit int, offset int) (*model.DebugSessionsPage, error)
- func (s *Sqlite) QueryEvents(ctx context.Context, debugSessionKey string, kind *string, limit int, ...) (*model.EventsPage, error)
- func (s *Sqlite) WriteEvent(ctx context.Context, debugSessionKey string, kind string, data json.RawMessage) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sqlite ¶
type Sqlite struct {
// contains filtered or unexported fields
}
func (*Sqlite) CreateDebugSession ¶
func (*Sqlite) DeleteDebugSession ¶
func (*Sqlite) QueryDebugSessions ¶
func (*Sqlite) QueryEvents ¶
func (*Sqlite) WriteEvent ¶
Click to show internal directories.
Click to hide internal directories.