package
Version:
v1.2.1
Opens a new window with list of versions in this module.
Published: Apr 5, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiErrorBody struct {
Message string `json:"message"`
Code int `json:"code"`
}
type CalculationResult struct {
Locale string `json:"locale"`
Op string `json:"op"`
Result string `json:"result"`
Val1 float64 `json:"val1"`
Val2 float64 `json:"val2"`
}
CalculationResult: Calculation Result
type Status struct {
Branch string `json:"branch"`
Commit string `json:"commit"`
Platform string `json:"platform"`
Release string `json:"release"`
Timestamp string `json:"timestamp"`
}
Status: API status information
Source Files
¶
Click to show internal directories.
Click to hide internal directories.