Documentation
¶
Index ¶
- func HandleCancelResponse(c *gin.Context, store registrystore.MemoryStore, ...)
- func HandleCreateConversation(c *gin.Context, store registrystore.MemoryStore, ...)
- func HandleGetConversation(c *gin.Context, store registrystore.MemoryStore)
- func HandleListChildConversations(c *gin.Context, store registrystore.MemoryStore)
- func HandleListConversations(c *gin.Context, store registrystore.MemoryStore)
- func HandleListForks(c *gin.Context, store registrystore.MemoryStore)
- func HandleUpdateConversation(c *gin.Context, store registrystore.MemoryStore, ...)
- func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, cfg *config.Config, ...)
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.