Documentation ¶
Index ¶
- Variables
- func FetchPostsEndpoint(env *common.Env) http.HandlerFunc
- func FindGophersEndpoint(env *common.Env) http.HandlerFunc
- func FollowGopherEndpoint(env *common.Env) http.HandlerFunc
- func FriendsListEndpoint(env *common.Env) http.HandlerFunc
- func GetGopherProfileEndpoint(env *common.Env) http.HandlerFunc
- func GetUserProfileEndpoint(env *common.Env) http.HandlerFunc
- func SavePostEndpoint(env *common.Env) http.HandlerFunc
- func SaveUserProfileEndpoint(env *common.Env) http.HandlerFunc
- func SaveUserProfileImageEndpoint(env *common.Env) http.HandlerFunc
- func UnfollowGopherEndpoint(env *common.Env) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var WebAppRoot = os.Getenv("GOPHERFACE_APP_ROOT")
Functions ¶
func FetchPostsEndpoint ¶
func FetchPostsEndpoint(env *common.Env) http.HandlerFunc
func FindGophersEndpoint ¶
func FindGophersEndpoint(env *common.Env) http.HandlerFunc
func FollowGopherEndpoint ¶
func FollowGopherEndpoint(env *common.Env) http.HandlerFunc
func FriendsListEndpoint ¶
func FriendsListEndpoint(env *common.Env) http.HandlerFunc
func GetGopherProfileEndpoint ¶
func GetGopherProfileEndpoint(env *common.Env) http.HandlerFunc
func GetUserProfileEndpoint ¶
func GetUserProfileEndpoint(env *common.Env) http.HandlerFunc
func SavePostEndpoint ¶
func SavePostEndpoint(env *common.Env) http.HandlerFunc
func SaveUserProfileEndpoint ¶
func SaveUserProfileEndpoint(env *common.Env) http.HandlerFunc
func SaveUserProfileImageEndpoint ¶
func SaveUserProfileImageEndpoint(env *common.Env) http.HandlerFunc
func UnfollowGopherEndpoint ¶
func UnfollowGopherEndpoint(env *common.Env) http.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.