aboutsummaryrefslogtreecommitdiff
path: root/cmake/test-protobuf.proto
blob: 5300aea35693d2f3154f10dbc5e9f6ed948e88d4 (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto2";

import "google/protobuf/descriptor.proto";

message Success {
    optional string message = 1;
}