protocol

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2026 License: MIT Imports: 1 Imported by: 0

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

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 Checkpoint

type Checkpoint = protocol.Checkpoint

Re-export all types from pkg/protocol.

type ErrorResponse

type ErrorResponse = protocol.ErrorResponse

Re-export all types from pkg/protocol.

type Message

type Message = protocol.Message

Re-export all types from pkg/protocol.

type Run

type Run = protocol.Run

Re-export all types from pkg/protocol.

type RunCreate

type RunCreate = protocol.RunCreate

Re-export all types from pkg/protocol.

type RunSearchRequest

type RunSearchRequest = protocol.RunSearchRequest

Re-export all types from pkg/protocol.

type RunStatus

type RunStatus = protocol.RunStatus

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 StoreItem

type StoreItem = protocol.StoreItem

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 Thread

type Thread = protocol.Thread

Re-export all types from pkg/protocol.

type ThreadCreate

type ThreadCreate = protocol.ThreadCreate

Re-export all types from pkg/protocol.

type ThreadPatch

type ThreadPatch = protocol.ThreadPatch

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL