Last active
November 23, 2023 06:46
-
-
Save tebeka/9d5ed7e6152f3465d812dedb0d2270f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax = "proto3"; | |
import "google/protobuf/timestamp.proto"; | |
message User { | |
int64 id = 1; | |
google.protobuf.Timestamp created = 2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment