initial import
This commit is contained in:
11
proto/header.proto
Normal file
11
proto/header.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = 'proto3';
|
||||
package sgardpb;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
// Header defines common metadata for messages in sgard.
|
||||
message Header {
|
||||
uint32 version = 1;
|
||||
google.protobuf.Timestamp created = 2;
|
||||
google.protobuf.Timestamp updated = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user