Documentation ¶
Overview ¶
Package phonebook is a generated protocol buffer package.
It is generated from these files:
phonebook.proto
It has these top-level messages:
Contact
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EtcdContactPath ¶
EtcdContactPath returns the path for a given contact.
Types ¶
type Contact ¶
type Contact struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Company string `protobuf:"bytes,2,opt,name=company,proto3" json:"company,omitempty"` Phonenumber string `protobuf:"bytes,3,opt,name=phonenumber,proto3" json:"phonenumber,omitempty"` }
func (*Contact) ProtoMessage ¶
func (*Contact) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.