コード例 #1
0
ファイル: all_test.go プロジェクト: jwk000/protorpc
func (t *Echo) Echo(args *msg.EchoRequest, reply *msg.EchoResponse) error {
	reply.Msg = args.Msg
	return nil
}