package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 21, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddParams struct {
A float32 `json:"a" jsonschema:"required"`
B float32 `json:"b" jsonschema:"required"`
}
type DivideParams struct {
A float32 `json:"a" jsonschema:"required"`
B float32 `json:"b" jsonschema:"required"`
}
type MultiplyParams struct {
A float32 `json:"a" jsonschema:"required"`
B float32 `json:"b" jsonschema:"required"`
}
type SubtractParams struct {
A float32 `json:"a" jsonschema:"required"`
B float32 `json:"b" jsonschema:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.