syntax = "proto3";

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

import "codec/frame.proto";


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