first
This commit is contained in:
9
http/response/api/ab.go
Normal file
9
http/response/api/ab.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package api
|
||||
|
||||
import "Gwen/model"
|
||||
|
||||
type AbList struct {
|
||||
Peers []*model.AddressBook `json:"peers,omitempty"`
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
TagColors string `json:"tag_colors,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user