Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProjectsTool = &Tool{ Name: "projects", Description: "Returns the projects managed by " + util.AppName, Args: util.FieldDescs{ {Key: "id", Description: "Optional project id. If omitted, all projects will be returned"}, }, Fn: projectsHandler, }
Functions ¶
Types ¶
type Tool ¶
type Tool struct { Name string Description string Args util.FieldDescs Fn ToolHandler }
func (Tool) Handler ¶
func (t Tool) Handler() server.ToolHandlerFunc
type ToolHandler ¶
Click to show internal directories.
Click to hide internal directories.