Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID = 0 OrgJa = 1 Org = 2 Email = 3 UpdateID = 100 UpdateOrg = 101 UpdateStatus = 102 UpdateTechID = 103 UpdateMembership = 105 UpdateAll = 150 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { ID uint `json:"id"` Agree *bool `json:"agree"` Question string `json:"question"` Org string `json:"org"` OrgEn string `json:"org_en"` PostCode string `json:"postcode"` Address string `json:"address"` AddressEn string `json:"address_en"` Tel string `json:"tel"` Country string `json:"country"` Status uint `json:"status"` Bandwidth string `json:"bandwidth"` Contract string `json:"contract"` Student *bool `json:"student"` Pass *bool `json:"pass"` Lock *bool `json:"lock"` ExpiredStatus uint `json:"expired_status"` Open *bool `json:"open"` Service *[]service.Service `json:"service"` User []user.User `json:"user"` }
type Input ¶
type Input struct { Agree *bool `json:"agree"` Question string `json:"question"` Org string `json:"org"` OrgEn string `json:"org_en"` PostCode string `json:"postcode"` Address string `json:"address"` AddressEn string `json:"address_en"` Tel string `json:"tel"` Country string `json:"country"` Contract string `json:"contract"` Student *bool `json:"student"` StudentExpired *string `json:"student_expired"` }
type ResultAdmin ¶
type ResultAdminAll ¶
type ResultDatabase ¶
Click to show internal directories.
Click to hide internal directories.