summaryrefslogtreecommitdiff
path: root/fakefile.disabled
blob: 72a06d9587e65d7c19ae7f63e8a89ff8daf7c937 (plain)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

// name changed so automated .proto tools don't see it

package filepb;

message FakeFile {                    
        string              uuid          = 1;  // `autogenpb:uuid:`
        string              version       = 2;  // `autogenpb:version:`
}