Documentation
¶
Index ¶
- type CurrentTimeTool
- type LocalTimeToTimestampTool
- func (t *LocalTimeToTimestampTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
- func (t *LocalTimeToTimestampTool) GetDescription() string
- func (t *LocalTimeToTimestampTool) GetInputSchema() interface{}
- func (t *LocalTimeToTimestampTool) GetName() string
- type TimestampToLocalTimeTool
- func (t *TimestampToLocalTimeTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
- func (t *TimestampToLocalTimeTool) GetDescription() string
- func (t *TimestampToLocalTimeTool) GetInputSchema() interface{}
- func (t *TimestampToLocalTimeTool) GetName() string
- type TimezoneConversionTool
- type WeekdayTool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentTimeTool ¶
type CurrentTimeTool struct{}
func (*CurrentTimeTool) Execute ¶
func (t *CurrentTimeTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
func (*CurrentTimeTool) GetDescription ¶
func (t *CurrentTimeTool) GetDescription() string
func (*CurrentTimeTool) GetInputSchema ¶
func (t *CurrentTimeTool) GetInputSchema() interface{}
func (*CurrentTimeTool) GetName ¶
func (t *CurrentTimeTool) GetName() string
type LocalTimeToTimestampTool ¶
type LocalTimeToTimestampTool struct{}
func (*LocalTimeToTimestampTool) Execute ¶
func (t *LocalTimeToTimestampTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
func (*LocalTimeToTimestampTool) GetDescription ¶
func (t *LocalTimeToTimestampTool) GetDescription() string
func (*LocalTimeToTimestampTool) GetInputSchema ¶
func (t *LocalTimeToTimestampTool) GetInputSchema() interface{}
func (*LocalTimeToTimestampTool) GetName ¶
func (t *LocalTimeToTimestampTool) GetName() string
type TimestampToLocalTimeTool ¶
type TimestampToLocalTimeTool struct{}
func (*TimestampToLocalTimeTool) Execute ¶
func (t *TimestampToLocalTimeTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
func (*TimestampToLocalTimeTool) GetDescription ¶
func (t *TimestampToLocalTimeTool) GetDescription() string
func (*TimestampToLocalTimeTool) GetInputSchema ¶
func (t *TimestampToLocalTimeTool) GetInputSchema() interface{}
func (*TimestampToLocalTimeTool) GetName ¶
func (t *TimestampToLocalTimeTool) GetName() string
type TimezoneConversionTool ¶
type TimezoneConversionTool struct{}
func (*TimezoneConversionTool) Execute ¶
func (t *TimezoneConversionTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
func (*TimezoneConversionTool) GetDescription ¶
func (t *TimezoneConversionTool) GetDescription() string
func (*TimezoneConversionTool) GetInputSchema ¶
func (t *TimezoneConversionTool) GetInputSchema() interface{}
func (*TimezoneConversionTool) GetName ¶
func (t *TimezoneConversionTool) GetName() string
type WeekdayTool ¶
type WeekdayTool struct{}
func (*WeekdayTool) Execute ¶
func (t *WeekdayTool) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error)
func (*WeekdayTool) GetDescription ¶
func (t *WeekdayTool) GetDescription() string
func (*WeekdayTool) GetInputSchema ¶
func (t *WeekdayTool) GetInputSchema() interface{}
func (*WeekdayTool) GetName ¶
func (t *WeekdayTool) GetName() string
Click to show internal directories.
Click to hide internal directories.