Documentation
¶
Index ¶
Constants ¶
View Source
const ( Sample3_1 TypeSample3 = -1 //One Sample3_2 = -2 //Two Sample3_3 = -3 //Three )
View Source
const ( MemberActivated TypeMemberStatus = "Activated" //hello world MemberDeactivated = "Deactivated" //hiii MemberToBeScreened = "To Be Screened" //to alksdj MemberSuspended = "Suspended" )
View Source
const ( X = 1 Y = "asdkfj" )
View Source
const ( ShowPhoto TypeShowPhoto = "show_photo" ShowPhotoNotAvailable = "show_photo_not_available" ShowRequestPhoto = "show_request_photo" ShowRequestPhotoSent = "show_request_photo_sent" ShowRequestPhotoPassword = "show_request_photo_password" ShowRequestPhotoPasswordSent = "show_request_photo_password_sent" ShowAddPhoto = "show_add_photo" ShowPhotoComingSoon = "show_comming_soon" ShowMemberPhotoNotScreened = "show_member_photo_not_screened" )
View Source
const ( PhotoRequestNotAvailable TypePhotoRequest = 10 //photo request not available PhotoRequestSent = 11 //photo request sent PhotoRequestAccepted = 12 //photo request rejected PhotoRequestRejected = 13 //photo rejected PhotoRequestDelete = 14 //deleted )
View Source
const ( HideFirstName TypeNamePrivacy = "partial_name" HideLastName = "partial_name_inverse" DisplayFullName = "full_name" DisplayProfileID = "profile_id" )
View Source
const ( PhoneVisibleToPremium TypePhonePrivacy = "Show All" PhoneVisibleToPreimumWishToConnect = "When I Contact" PhoneNumberHide = "Hide My Number" )
Variables ¶
View Source
var MapTypeABCIDToText = map[int]string{
1: "1",
2: "2",
}
Functions ¶
This section is empty.
Types ¶
type TypeABC ¶
type TypeABC TypeMapInt
type TypeMapInt ¶
type TypeMapInt int
type TypeMapString ¶
type TypeMapString string
type TypeMemberStatus ¶
type TypeMemberStatus string
type TypeNamePrivacy ¶
type TypeNamePrivacy string
type TypePhonePrivacy ¶
type TypePhonePrivacy string
type TypePhotoRequest ¶
type TypePhotoRequest int
type TypePhotoStatus ¶
type TypePhotoStatus int
const ( PhotoNotAvailable TypePhotoStatus = iota //not available PhotoComingSoon //coming soon PhotoAvailable //available )
type TypeSample2 ¶
type TypeSample2 int
const ( Sample2_1 TypeSample2 = iota //A Sample2_2 //B Sample2_3 //C Sample2_4 //D Sample2_5 //E Sample2_6 //F Sample2_7 //G Sample2_8 //H Sample2_9 //I Sample2_10 //J Sample2_11 //K )
type TypeSample3 ¶
type TypeSample3 int
type TypeShowPhoto ¶
type TypeShowPhoto string
Click to show internal directories.
Click to hide internal directories.