package
0.0.0-20181121154951-06f32448f0f6
Repository: https://github.com/jamesblockk/start-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

CalcReply 是計算結果,將會回傳給客戶端。.
CalcRequest 包含了兩個數字,將會傳送至計算服務並對兩個數字進行計算。.

# Interfaces

CalculatorClient is the client API for Calculator service.
CalculatorServer is the server API for Calculator service.