Documentation ¶
Index ¶
- func BuildHandleDeleteAppPassword() http.HandlerFunc
- func BuildHandleGetAppPasswords() http.HandlerFunc
- func BuildHandlePostAppPassword() http.HandlerFunc
- func BuildHandleProfileGetHobbits() http.HandlerFunc
- func DeleteFollowForUser() http.HandlerFunc
- func GetFollowForUser() http.HandlerFunc
- func GetMyFeed() http.HandlerFunc
- func GetOthersHobbits() http.HandlerFunc
- func GetOthersUserInfo() http.HandlerFunc
- func PutFollowForUser() http.HandlerFunc
- func RegisterRoutes(profile *mux.Router)
- type FeedEvent
- type FeedEventTypus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildHandleDeleteAppPassword ¶
func BuildHandleDeleteAppPassword() http.HandlerFunc
func BuildHandleGetAppPasswords ¶
func BuildHandleGetAppPasswords() http.HandlerFunc
func BuildHandlePostAppPassword ¶
func BuildHandlePostAppPassword() http.HandlerFunc
func BuildHandleProfileGetHobbits ¶
func BuildHandleProfileGetHobbits() http.HandlerFunc
func DeleteFollowForUser ¶ added in v0.3.0
func DeleteFollowForUser() http.HandlerFunc
func GetFollowForUser ¶ added in v0.3.0
func GetFollowForUser() http.HandlerFunc
func GetMyFeed ¶ added in v0.3.0
func GetMyFeed() http.HandlerFunc
func GetOthersHobbits ¶ added in v0.3.0
func GetOthersHobbits() http.HandlerFunc
func GetOthersUserInfo ¶ added in v0.3.0
func GetOthersUserInfo() http.HandlerFunc
func PutFollowForUser ¶ added in v0.3.0
func PutFollowForUser() http.HandlerFunc
func RegisterRoutes ¶
Types ¶
type FeedEvent ¶ added in v0.3.0
type FeedEvent struct { FeedEventTypus FeedEventTypus CreatedAt time.Time Payload interface{} }
type FeedEventTypus ¶ added in v0.3.0
type FeedEventTypus string
const ( FeedEventTypusHobbitCreated FeedEventTypus = "HobbitCreated" FeedEventTypusRecordCreated FeedEventTypus = "RecordCreated" )
Click to show internal directories.
Click to hide internal directories.