Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
GroupName string `json:"groupname" form:"groupname"`
Creator string `json:"creator" form:"creator"`
CreationDate string `json:"creationdate" form:"creationdate"`
Description string `json:"description" form:"description"`
Members []User `json:"members" form:"members"`
}
func (*Group) CheckMember ¶
func (*Group) MarshalBinary ¶
func (*Group) RemoveMember ¶
func (*Group) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.