package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 13, 2023
License: BSD-2-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SumProcessor prints the sum of two integer arguements.
type SumPayload struct {
Arg1 int `json:"arg1"`
Arg2 int `json:"arg2"`
}
type SumResult struct {
Result int `json:"result"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.