mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-11-30 09:03:17 +00:00
10 lines
232 B
Go
10 lines
232 B
Go
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"`
|
|
}
|