add address book name &
add share address book
This commit is contained in:
@@ -7,3 +7,11 @@ type AbList struct {
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
TagColors string `json:"tag_colors,omitempty"`
|
||||
}
|
||||
|
||||
type SharedProfilesPayload struct {
|
||||
Guid string `json:"guid"`
|
||||
Name string `json:"name"`
|
||||
Owner string `json:"owner"`
|
||||
Note string `json:"note"`
|
||||
Rule int `json:"rule"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user