Documentation
¶
Index ¶
- type DBTX
- type DebugLog
- type DeleteJsonlEntriesParams
- type DeleteSessionParams
- type GetLatestJsonlEntryParams
- type GetLatestJsonlEntryRow
- type GetMonitorHeartbeatRow
- type GetSessionStatusParams
- type InsertDebugLogParams
- type JsonlEntry
- type ListSessionsRow
- type MonitorHeartbeat
- type Queries
- func (q *Queries) DeleteJsonlEntries(ctx context.Context, arg DeleteJsonlEntriesParams) error
- func (q *Queries) DeleteOldDebugLog(ctx context.Context, createdAt string) error
- func (q *Queries) DeleteSession(ctx context.Context, arg DeleteSessionParams) error
- func (q *Queries) GetLatestJsonlEntry(ctx context.Context, arg GetLatestJsonlEntryParams) (GetLatestJsonlEntryRow, error)
- func (q *Queries) GetMonitorHeartbeat(ctx context.Context) (GetMonitorHeartbeatRow, error)
- func (q *Queries) GetSessionStatus(ctx context.Context, arg GetSessionStatusParams) (string, error)
- func (q *Queries) InsertDebugLog(ctx context.Context, arg InsertDebugLogParams) error
- func (q *Queries) ListSessions(ctx context.Context) ([]ListSessionsRow, error)
- func (q *Queries) UpdateAgentSessionID(ctx context.Context, arg UpdateAgentSessionIDParams) error
- func (q *Queries) UpdateAgentTool(ctx context.Context, arg UpdateAgentToolParams) error
- func (q *Queries) UpdateSessionStatusIfUnchanged(ctx context.Context, arg UpdateSessionStatusIfUnchangedParams) error
- func (q *Queries) UpsertJsonlEntry(ctx context.Context, arg UpsertJsonlEntryParams) error
- func (q *Queries) UpsertMonitorHeartbeat(ctx context.Context, arg UpsertMonitorHeartbeatParams) error
- func (q *Queries) UpsertSessionStatus(ctx context.Context, arg UpsertSessionStatusParams) error
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type Session
- type UpdateAgentSessionIDParams
- type UpdateAgentToolParams
- type UpdateSessionStatusIfUnchangedParams
- type UpsertJsonlEntryParams
- type UpsertMonitorHeartbeatParams
- type UpsertSessionStatusParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSessionParams ¶
type GetLatestJsonlEntryRow ¶
type GetMonitorHeartbeatRow ¶
type GetSessionStatusParams ¶
type InsertDebugLogParams ¶
type JsonlEntry ¶
type ListSessionsRow ¶
type MonitorHeartbeat ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) DeleteJsonlEntries ¶
func (q *Queries) DeleteJsonlEntries(ctx context.Context, arg DeleteJsonlEntriesParams) error
func (*Queries) DeleteOldDebugLog ¶
func (*Queries) DeleteSession ¶
func (q *Queries) DeleteSession(ctx context.Context, arg DeleteSessionParams) error
func (*Queries) GetLatestJsonlEntry ¶
func (q *Queries) GetLatestJsonlEntry(ctx context.Context, arg GetLatestJsonlEntryParams) (GetLatestJsonlEntryRow, error)
func (*Queries) GetMonitorHeartbeat ¶
func (q *Queries) GetMonitorHeartbeat(ctx context.Context) (GetMonitorHeartbeatRow, error)
func (*Queries) GetSessionStatus ¶
func (*Queries) InsertDebugLog ¶
func (q *Queries) InsertDebugLog(ctx context.Context, arg InsertDebugLogParams) error
func (*Queries) ListSessions ¶
func (q *Queries) ListSessions(ctx context.Context) ([]ListSessionsRow, error)
func (*Queries) UpdateAgentSessionID ¶
func (q *Queries) UpdateAgentSessionID(ctx context.Context, arg UpdateAgentSessionIDParams) error
func (*Queries) UpdateAgentTool ¶
func (q *Queries) UpdateAgentTool(ctx context.Context, arg UpdateAgentToolParams) error
func (*Queries) UpdateSessionStatusIfUnchanged ¶
func (q *Queries) UpdateSessionStatusIfUnchanged(ctx context.Context, arg UpdateSessionStatusIfUnchangedParams) error
func (*Queries) UpsertJsonlEntry ¶
func (q *Queries) UpsertJsonlEntry(ctx context.Context, arg UpsertJsonlEntryParams) error
func (*Queries) UpsertMonitorHeartbeat ¶
func (q *Queries) UpsertMonitorHeartbeat(ctx context.Context, arg UpsertMonitorHeartbeatParams) error
func (*Queries) UpsertSessionStatus ¶
func (q *Queries) UpsertSessionStatus(ctx context.Context, arg UpsertSessionStatusParams) error
type UpdateAgentToolParams ¶
type UpsertJsonlEntryParams ¶
Click to show internal directories.
Click to hide internal directories.