Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
Handler exposes CRUD operations for any workspace repository kind (agents, models, workflows, mcp …).
Routes (all under /v1/workspace/):
GET /{kind} -> JSON []string
GET /{kind}/{name} -> raw YAML/JSON (as stored)
PUT /{kind}/{name} -> create/overwrite
DELETE /{kind}/{name} -> delete
It is intentionally stateless; repositories are resolved via service.Service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.