Documentation
¶
Index ¶
- type Handler
- func (h *Handler) CreateAgentSpec(c echo.Context) error
- func (h *Handler) CreateConversation(c echo.Context) error
- func (h *Handler) CreateHook(c echo.Context) error
- func (h *Handler) DeleteAgentSpec(c echo.Context) error
- func (h *Handler) DeleteConversation(c echo.Context) error
- func (h *Handler) DeleteHook(c echo.Context) error
- func (h *Handler) ForkConversation(c echo.Context) error
- func (h *Handler) GetAgentSpec(c echo.Context) error
- func (h *Handler) GetConversation(c echo.Context) error
- func (h *Handler) GetHook(c echo.Context) error
- func (h *Handler) ListAgentSpecs(c echo.Context) error
- func (h *Handler) ListConversations(c echo.Context) error
- func (h *Handler) ListHooks(c echo.Context) error
- func (h *Handler) ResumeConversation(c echo.Context) error
- func (h *Handler) UpdateAgentSpec(c echo.Context) error
- func (h *Handler) UpdateConversation(c echo.Context) error
- func (h *Handler) UpdateHook(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
baseHandler.BaseHandler
// contains filtered or unexported fields
}
Handler is a struct with basic methods that should be extended to properly handle a HTTP Service.
func NewHandler ¶
func NewHandler(server *restserver.Server) *Handler
func (*Handler) UpdateConversation ¶ added in v0.2.9
Click to show internal directories.
Click to hide internal directories.