Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arith ¶
type Arith struct{}
Arith defines the struct of arith.
func (*Arith) Multiply ¶
func (a *Arith) Multiply(req *ArithRequest, res *ArithResponse) error
Multiply operation
type ArithRequest ¶
ArithRequest defines the request of arith.
type ArithResponse ¶
type ArithResponse struct {
Pro int32 //product
}
ArithResponse defines the response of arith.
Click to show internal directories.
Click to hide internal directories.