package
Version:
v0.0.0-...-2dbb158
Opens a new window with list of versions in this module.
Published: Apr 26, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExpressionJSON struct {
Expression string `json:"expression"`
}
type Operation struct {
Operator string `json:"operator"`
ExecutionTime int `json:"execution_time"`
}
type OperationsTime struct {
AddTime int `json:"add_time"`
SubTime int `json:"sub_time"`
MulTime int `json:"mul_time"`
DivTime int `json:"div_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.