Documentation ¶ Index ¶ type Handler func New(gClient *gptscript.GPTScript, wp string) *Handler func (a *Handler) CreateWorkspace(req router.Request, _ router.Response) error func (a *Handler) RemoveWorkspace(req router.Request, _ router.Response) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(gClient *gptscript.GPTScript, wp string) *Handler func (*Handler) CreateWorkspace ¶ func (a *Handler) CreateWorkspace(req router.Request, _ router.Response) error func (*Handler) RemoveWorkspace ¶ func (a *Handler) RemoveWorkspace(req router.Request, _ router.Response) error Source Files ¶ View all Source files workspace.go Click to show internal directories. Click to hide internal directories.