conversations

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleCancelResponse

func HandleCancelResponse(c *gin.Context, store registrystore.MemoryStore, resumer *internalresumer.Store, resumerEnabled bool)

HandleCancelResponse exposes cancel response handling for wrapper-native adapters.

func HandleCreateConversation

func HandleCreateConversation(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)

HandleCreateConversation exposes create conversation handling for wrapper-native adapters.

func HandleGetConversation

func HandleGetConversation(c *gin.Context, store registrystore.MemoryStore)

HandleGetConversation exposes get conversation handling for wrapper-native adapters.

func HandleListChildConversations

func HandleListChildConversations(c *gin.Context, store registrystore.MemoryStore)

HandleListChildConversations exposes list child conversations handling for wrapper-native adapters.

func HandleListConversations

func HandleListConversations(c *gin.Context, store registrystore.MemoryStore)

HandleListConversations exposes list conversation handling for wrapper-native adapters.

func HandleListForks

func HandleListForks(c *gin.Context, store registrystore.MemoryStore)

HandleListForks exposes list forks handling for wrapper-native adapters.

func HandleUpdateConversation

func HandleUpdateConversation(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)

HandleUpdateConversation exposes update conversation handling for wrapper-native adapters.

func MountRoutes

func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, cfg *config.Config, auth gin.HandlerFunc, resumer *internalresumer.Store, resumerEnabled bool)

MountRoutes mounts conversation routes on the given router group. Called after store initialization so the store is available.

Types

This section is empty.

Jump to

Keyboard shortcuts

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