Documentation ¶
Overview ¶
Package pb is a generated protocol buffer package.
It is generated from these files:
examples/book/pb/book.proto
It has these top-level messages:
Book
Package pb is a generated protocol buffer package.
It is generated from these files:
examples/book/pb/book.proto
It has these top-level messages:
Book
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GomeetFakerRand ¶
func GomeetFakerSetLocale ¶
func GomeetFakerSetLocale(l string)
Types ¶
type Book ¶
type Book struct { Uuid string `protobuf:"bytes,1,opt,name=uuid" json:"uuid,omitempty"` Author string `protobuf:"bytes,2,opt,name=author" json:"author,omitempty"` Title string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"` Isbn10 string `protobuf:"bytes,4,opt,name=isbn10" json:"isbn10,omitempty"` Isbn13 string `protobuf:"bytes,5,opt,name=isbn13" json:"isbn13,omitempty"` }
func NewBookGomeetFaker ¶
func NewBookGomeetFaker() *Book
func (*Book) Descriptor ¶
func (*Book) ProtoMessage ¶
func (*Book) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.