Documentation
¶
Index ¶
Constants ¶
View Source
const ( SortKeyID = "id" SortKeyBirthday = "birthday" SortKeyHeight = "height" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlogResponse ¶
type FormationResponse ¶
type GetPositionsResponse ¶
type GetSongsResponse ¶
type GroupResponse ¶
Each response entity of GetAllGroupsResponse
type MemberInfoResponse ¶
type MemberInfoResponse struct {
MemberId int `json:"id"`
Group string `json:"group,omitempty"`
MemberName string `json:"name" binding:"required,min=1"`
Birthday string `json:"birthday"`
Height string `json:"height"`
BloodType string `json:"blood_type"`
Generation string `json:"generation"`
BlogURL string `json:"blog_url"`
ImgURL string `json:"img_url"`
LeftAt string `json:"left_at,omitempty"`
}
type MemberInfosResponse ¶
type MemberInfosResponse struct {
MemberInfos []MemberInfoResponse `json:"members"`
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server serves HTTP requests for this service.
Click to show internal directories.
Click to hide internal directories.