Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Id string `xml:"id"`
Name Name `xml:"name"`
PhoneNumbers []PhoneNumber `xml:"phoneNumber"`
GroupMembershipInfo []GroupMembershipInfo `xml:"groupMembershipInfo"`
Links []Link `xml:"link"`
}
type Gcontacts ¶
type Gcontacts struct {
// contains filtered or unexported fields
}
func NewWithCustomConfig ¶
func (*Gcontacts) AddContact ¶
TODO: maybe use Entry struct instead of string.
func (*Gcontacts) ListContacts ¶
type GroupMembershipInfo ¶
type PhoneNumber ¶
type PhoneNumber struct {
Value string `xml:",chardata"`
}
Click to show internal directories.
Click to hide internal directories.