예제 #1
0
파일: all_test.go 프로젝트: jwk000/protorpc
func (t *Echo) Echo(args *msg.EchoRequest, reply *msg.EchoResponse) error {
	reply.Msg = args.Msg
	return nil
}