Documentation ¶
Index ¶
- func EtcdContactPath(contact *Contact) string
- func EtcdPath() string
- type Contact
- func (*Contact) Descriptor() ([]byte, []int)
- func (m *Contact) GetCompany() string
- func (m *Contact) GetName() string
- func (m *Contact) GetPhonenumber() string
- func (*Contact) ProtoMessage()
- func (m *Contact) Reset()
- func (m *Contact) String() string
- func (m *Contact) XXX_DiscardUnknown()
- func (m *Contact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Contact) XXX_Merge(src proto.Message)
- func (m *Contact) XXX_Size() int
- func (m *Contact) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Contact) XXX_Marshal ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.