Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DivideResult ¶
type DivideResult struct { // quotient C float64 `json:"c"` }
DivideResult divide api result
type HomeResult ¶
type HomeResult struct {
Content string `json:"content"` // text
}
HomeResult home result
Click to show internal directories.
Click to hide internal directories.