Documentation
¶
Overview ¶
Package protocol re-exports types from pkg/protocol for internal use. The canonical types live in pkg/protocol so external apps can import them.
Index ¶
- Constants
- type Checkpoint
- type ErrorResponse
- type Message
- type Run
- type RunCreate
- type RunSearchRequest
- type RunStatus
- type StoreDeleteRequest
- type StoreGetRequest
- type StoreItem
- type StorePutRequest
- type StoreSearchRequest
- type Thread
- type ThreadCreate
- type ThreadPatch
- type ThreadSearchRequest
- type ThreadStatus
Constants ¶
View Source
const ( ThreadStatusIdle = protocol.ThreadStatusIdle ThreadStatusBusy = protocol.ThreadStatusBusy ThreadStatusInterrupted = protocol.ThreadStatusInterrupted ThreadStatusError = protocol.ThreadStatusError RunStatusPending = protocol.RunStatusPending RunStatusRunning = protocol.RunStatusRunning RunStatusSuccess = protocol.RunStatusSuccess RunStatusError = protocol.RunStatusError RunStatusTimeout = protocol.RunStatusTimeout RunStatusInterrupted = protocol.RunStatusInterrupted )
Re-export constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse = protocol.ErrorResponse
Re-export all types from pkg/protocol.
type RunSearchRequest ¶
type RunSearchRequest = protocol.RunSearchRequest
Re-export all types from pkg/protocol.
type StoreDeleteRequest ¶
type StoreDeleteRequest = protocol.StoreDeleteRequest
Re-export all types from pkg/protocol.
type StoreGetRequest ¶
type StoreGetRequest = protocol.StoreGetRequest
Re-export all types from pkg/protocol.
type StorePutRequest ¶
type StorePutRequest = protocol.StorePutRequest
Re-export all types from pkg/protocol.
type StoreSearchRequest ¶
type StoreSearchRequest = protocol.StoreSearchRequest
Re-export all types from pkg/protocol.
type ThreadCreate ¶
type ThreadCreate = protocol.ThreadCreate
Re-export all types from pkg/protocol.
type ThreadSearchRequest ¶
type ThreadSearchRequest = protocol.ThreadSearchRequest
Re-export all types from pkg/protocol.
type ThreadStatus ¶
type ThreadStatus = protocol.ThreadStatus
Re-export all types from pkg/protocol.
Click to show internal directories.
Click to hide internal directories.