syntax = "proto3";

package helloworld;
option go_package = "go.unistack.org/micro-tests/codec/proto;pb";

import "codec/frame.proto";


service Test {
	rpc Call(micro.codec.Frame) returns (micro.codec.Frame) {}
}