MCPcopy Index your code
hub / github.com/InferCore/InferCore / CreateRequest

Method CreateRequest

internal/requests/store.go:13–13  ·  view source on GitHub ↗
(ctx context.Context, row RequestRow)

Source from the content-addressed store, hash-verified

11// Store persists requests and steps (ledger).
12type Store interface {
13 CreateRequest(ctx context.Context, row RequestRow) error
14 UpdateRequest(ctx context.Context, requestID string, patch RequestPatch) error
15 AppendStep(ctx context.Context, step StepRow) error
16 GetRequest(ctx context.Context, requestID string) (RequestRow, error)

Implementers 3

sqliteStoreinternal/requests/sqlite.go
postgresStoreinternal/requests/postgres.go
memoryStoreinternal/requests/memory.go

Calls

no outgoing calls