Sign in
cos
/
third_party
/
kubernetes
/
refs/heads/release-R129
/
.
/
vendor
/
github.com
/
containerd
/
ttrpc
/
test.proto
blob: 0e114d556886f9ad0023ab774ace5a3fdbdc1f3a [
file
] [
log
] [
blame
] [
edit
]
syntax
=
"proto3"
;
package
ttrpc
;
option
go_package
=
"github.com/containerd/ttrpc/internal"
;
message
TestPayload
{
string
foo
=
1
;
int64
deadline
=
2
;
string
metadata
=
3
;
}
message
EchoPayload
{
int64
seq
=
1
;
string
msg
=
2
;
}