Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CalculatorTool tool.Tool
View Source
var CurrentTimeTool tool.Tool
Functions ¶
This section is empty.
Types ¶
type CalcOutput ¶
type CalcOutput struct {
Result float64 `json:"result"`
}
type CurrentTimeInput ¶
type CurrentTimeInput struct {
Timezone string `json:"timezone,omitempty"` // optional, e.g. "Europe/Amsterdam"
}
type CurrentTimeOutput ¶
type CurrentTimeOutput struct {
Datetime string `json:"datetime"` // RFC3339 format
}
Click to show internal directories.
Click to hide internal directories.