Created
January 27, 2017 11:13
-
-
Save niwatako/949ef8561a938ba93de34b3d2a2edacf to your computer and use it in GitHub Desktop.
protoファイル #tsssmeetup #CodePiece
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
// .proto ファイル | |
// これからプログラムを生成したり出来る | |
// https://github.com/apple/swift-protobuf | |
message BookInfo { | |
int64 id = 1; | |
string title = 2; | |
string author = 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment