Files
cloudflared/vendor/zombiezen.com/go/capnproto2/internal/demo/books/books.capnp
2018-07-19 15:02:24 -05:00

13 lines
248 B
Cap'n Proto

using Go = import "/go.capnp";
@0x85d3acc39d94e0f8;
$Go.package("books");
$Go.import("zombiezen.com/go/capnproto2/internal/demo/books");
struct Book {
title @0 :Text;
# Title of the book.
pageCount @1 :Int32;
# Number of pages in the book.
}