Documentation ¶
Index ¶
Constants ¶
View Source
const ( ADD_BY_ID int = iota ADD_BY_NICKNAME )
Variables ¶
This section is empty.
Functions ¶
func NewFriendControl ¶
func NewFriendControl(srv service.ServiceFactory) *friendServer
Types ¶
type AddFriendForm ¶
type AddFriendForm struct { //Type int `form:"type" json:"type" binding:"required,min=0,max=1"` *friend.FriendDTO ReqText string `json:"req_text,omitempty"` }
type FriendListForm ¶
Click to show internal directories.
Click to hide internal directories.