mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
93a04158fd
gvt fetch -a, because we need the protobuf files etc for regeneration
10 lines
232 B
Protocol Buffer
10 lines
232 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
|
import "google/protobuf/timestamp.proto";
|
|
|
|
package timefail;
|
|
|
|
message TimeFail {
|
|
google.protobuf.Timestamp time_test = 1 [(gogoproto.stdtime) = true];
|
|
} |