Documentation ¶
Index ¶
- Constants
- Variables
- func FeedHandler(env *common.Env) isokit.Handler
- func FollowGopherRequest(env *common.Env, event dom.Event)
- func FriendSearchRequest(env *common.Env, event dom.Event, showAlerts bool)
- func FriendsHandler(env *common.Env) isokit.Handler
- func GetUserProfileRequest(profile chan models.UserProfile)
- func InitializeFeedEventHandlers(env *common.Env)
- func InitializeFriendsEventHandlers(env *common.Env)
- func InitializeMyProfileEventHandlers(env *common.Env)
- func MyProfileHandler(env *common.Env) isokit.Handler
- func PopulateFeedPosts(env *common.Env)
- func PopulateFriendsList(env *common.Env)
- func SavePostRequest(env *common.Env, p socialmedia.Post)
- func SaveProfileRequest(u models.UserProfile)
- func UnfollowGopherRequest(env *common.Env, event dom.Event)
- func UploadProfileImageRequest(env *common.Env, event dom.Event)
- func VerifyPostForm(env *common.Env, event dom.Event, postForm *forms.SocialMediaPostForm)
- func VerifyProfileForm(env *common.Env, event dom.Event, profileForm *forms.MyProfileForm)
Constants ¶
View Source
const ENTERKEY int = 13
Variables ¶
View Source
var D = dom.GetWindow().Document().(dom.HTMLDocument)
Functions ¶
func FriendSearchRequest ¶
func GetUserProfileRequest ¶
func GetUserProfileRequest(profile chan models.UserProfile)
func PopulateFeedPosts ¶
func PopulateFriendsList ¶
func SavePostRequest ¶
func SavePostRequest(env *common.Env, p socialmedia.Post)
func SaveProfileRequest ¶
func SaveProfileRequest(u models.UserProfile)
func VerifyPostForm ¶
func VerifyProfileForm ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.