Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repo *storage.Repository) *Service
func (*Service) EnqueueLog ¶
func (*Service) SetParentContext ¶
SetParentContext wires the application-level context so worker LLM calls inherit cancellation on shutdown. Call once during boot before EnqueueLog starts taking traffic — the parentCtx is read on every dequeued log without locking.
Click to show internal directories.
Click to hide internal directories.